@charset "iso-8859-1";
/* CSS Document */

		html {
			background-color:			#000;
			background-image:			url(/images/disclaimer/referencia.png);
			background-image:			url(/images/disclaimer/bkg-html.jpg);
			background-position:	top center;
			background-repeat:		no-repeat;
			color:								#777;
			font-family:					Arial, Helvetica, sans-serif;
			font-size:						11px;
			margin:								0;
			padding:							0;
			text-align:						center;
		}
		body {
			height:								100%;
			margin:								0;
			padding:							0;
			position:							relative;
			width:								100%;
		}
		a {
			color:								#FFF;
			text-decoration:			none;
		}
		a:hover {
			color:								#FFF;
			text-decoration:			underline;
		}
		p {
			margin:								5px 0;
			padding:							0;
		}
		#disclaimer {
			position:							absolute;
			top:									57px;
			left:									50%;
			margin-left:					-323px;
			width:								450px;
		}
		#instructions {
			margin:								23px auto 0 auto;
			padding:							0;
			position:							absolute;
			top:									65px;
			left:									0;
			text-align:						center;
			width:								450px;
		}
		form {
			margin:								0;
			padding:							0;
		}
		#verify {
			margin:								0 50px;
			position:							absolute;
			top:									144px;
			left:									0;
		}
		.formfield {
			text-align:						left;
			float:								left;
			margin-right:					16px;
		}
		.formfield input, .formfield select {
			margin-top:						4px;
		}
		#Form1 #drpD, #Form1 #drpM, #Form1 #drpY, #Form1 #drpCountries { 
			background-color: 		#000; 
			border: 							#FFF 2px solid; 
			color: 								#FFF; 
			height: 							17px; 
			margin:								2px 0;
			padding:							2px 0 0 0;
			text-align: 					center;
			width: 								39px; 
		}
		#Form1 #drpY { 
			width: 								50px; 
		}
		#Form1 #drpCountries { 
			background-image: 		url(/images/txtCountryBackground.jpg); 
			background-repeat:		no-repeat;
			font-family: 					"Segoe UI", "Trebuchet MS", Helvetica, Tahoma, Arial, sans-serif; 
			font-size: 						9pt; 
			height: 							23px; 
			text-transform:				capitalize;
			width:								100px;
		}
		#errorText {
			position:							absolute;
			top:									195px;
			left:									0;
			width:								450px;
			height:								25px;
			color:								#0099CC;
		}
		.clearboth {
			clear:								both;
		}
		#split1, #split2 {
			background-image:			url(/images/disclaimer/separador-gradiente.png);
			background-position:	center center;
			background-repeat:		no-repeat;
			height:								5px;
			margin:								39px 0 10px 0;
			position:							absolute;
			top:									190px;
			left:									0;
			width:								450px;
		}
		#split2 {
			top:									290px;
		}
		#actions {
			position:							absolute;
			top:									258px;
			left:									0;
			text-align:						center;
			width:								450px;
		}
		#ImageButton2 {
			background-image:			url(/images/disclaimer/salir.jpg);
			margin-right:					50px;
		}
		#ImageButton1 {
			background-image:			url(/images/disclaimer/entrar.jpg);
		}
		#whatfor, #responsibility {
			color:								#576175;
			font-family:					Arial, Helvetica, sans-serif;
			font-size:						11px;
			margin:								0 auto;
			position:							absolute;
			top:									350px;
			left:									0;
			width:								450px;
			text-align:						center;
		}
		#responsibility {
			color:								#576175;
			font-family:					Arial, Helvetica, sans-serif;
			font-size:						11px;
			margin:								0 auto;
			position:							absolute;
			top:									620px;
			left:									50%;
			width:								600px;
			margin-left:					-300px;
		}
		#responsibility a {
					color:								#576175;
		}
		#responsibility a:hover {
					color:								#778195;
		}