@charset "utf-8";
/* CSS Document */

#FluxHelper {visibility:hidden}

	.FluxWidget .AbuseOverlay_0 {
		font-family: Arial;
		font-size: 14px;
		background-color: #F2F2F2;
		color: Black;
		width: 550px;
	}

	.FluxWidget .AbuseOverlay_0 .overlayHolder {

		position:fixed;
		top:0px;
		left:0px;
		width:100%;
		height:10
		display: none;
	}

	.FluxWidget .AbuseOverlay_0 .overlayContent {

		background-color: #F4F4F4;
		border: solid 1px #020202;
		overflow: hidden;
		position:relative;
		top:25%;
		width: 550px;
		left:0px;
		margin: 0px auto;

		z-index:200;

	}



	.FluxWidget .AbuseOverlay_0 .overlayShadow {

		position:absolute;

		top:0px;

		left:0px;

		width:100%;

		height:100%;

		background-color:#000000;

		filter:alpha(opacity=60);

		opacity:0.6;

		z-index:100;

	}



	.FluxWidget .AbuseOverlay_0 .pageHolder {

		padding: 10px;

	}



	.FluxWidget .AbuseOverlay_0 .pageHolder .header {

		font-weight: bold;	

		font-size: 24px;

	}



	.FluxWidget .AbuseOverlay_0 .closeButton {

		font-weight: bold;	

		font-size: 18px;

		position: absolute;

		right: 10px;

		top: 10px;

		cursor: pointer;

	}



	.FluxWidget .AbuseOverlay_0 .pageHolder .page {

		margin-top: 10px;

	}



	.FluxWidget .AbuseOverlay_0 .main div.captcha

	{

		width: 200px;

		height: 31px;

		margin-bottom: 8px;

	}



	.FluxWidget .AbuseOverlay_0 .main .captchaTitle

	{

		margin-bottom: 8px;

	}



	.FluxWidget .AbuseOverlay_0 .main .row {

		width: 100%;

		overflow: hidden;

		margin-bottom: 15px;

	}



	.FluxWidget .AbuseOverlay_0 .main .row .left {

		float: left;

	}



	.FluxWidget .AbuseOverlay_0 .main .row .right {

		margin-left: 100px;

	}

	

	.FluxWidget .AbuseOverlay_0 .main .row .right input {

		width: 200px;

	}



	.FluxWidget .AbuseOverlay_0 .main .row .right select {

		width: 206px;

	}



	.FluxWidget .AbuseOverlay_0 .main .errorMessage {

		color: Red;

		font-size: 12px;	

		font-weight: bold;

		display: none;

	}



	.FluxWidget .AbuseOverlay_0 .main .buttons {

		text-align: right;

	}



	.FluxWidget .AbuseOverlay_0 span.button {

		text-decoration: underline;

		cursor: pointer;

	}

	

	.FluxWidget .AbuseOverlay_0 .success,

	.FluxWidget .AbuseOverlay_0 .failure {

		height: 200px;

	}

	

	.FluxWidget .AbuseOverlay_0 a {

		color: Blue;

	}

