@charset "utf-8";
body {background-image: url(../images/orange.jpg); background-repeat:repeat-x; background-color:#f15a29;}

#wrapper {width: 970px; height: 100%; margin: 0 auto;  position:relative;}

#splash {width:100%; height:auto;}
#thanks {width:100%; height:auto; text-align:center;}
#message {
	width:100px;
	height:auto;
	left:359px;
	top:640px;
	z-index:10;
	position:absolute;
}
#facebook {
	width:180px;
	height:auto;
	left:727px;
	top:568px;
	z-index:11;
	position:absolute;
}

/* ------------------ MODAL BOX -------------------*/
		#mask {
		  position:absolute;
		  z-index:9000;
		  background-color:#000;
		  display:none;
		top:0;
		left:0;
		}

		#boxes .window {
		  position:absolute;
		  width:600px;
		  height:400px;
		  display:none;
		  z-index:9999;
		  padding:20px;
		  font-family:Verdana, Geneva, sans-serif; font-size:1.4em;
		}


		/* Customize your modal window here, you can add background image too */
		#boxes #dialog {
		  width:600px; 
		  height:400px;
		background-color:#fff;
		}
		
/* ------------------ END MODAL BOX -------------------*/

/* ------------------ FORMULARIO -------------------*/
		#formulario {
			border:dashed; border-color:#f15a29;
	height: 180px;
	width: 600px;
	margin-top:10px;
	
	position: relative;
	text-align: center;
	overflow:visible;
	 color:#000;
}	
#form_body {text-align:left; margin:20px ;font-family:Verdana, Geneva, sans-serif; font-size:0.7em;}
#actions {margin-left:420px; margin-top:-140px; }

.fields {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 0.7em; color: #fff; background-color:#000; border:1px; border-color:#f15a29;
	width:380px; padding:5px; margin-bottom:4px;}
	
	.close {text-align:right;}

/* ------------------ END FORMULARIO -------------------*/

#polos {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 0.5em; color: #000; padding-left:7px; padding-top:5px; padding-bottom:10px;margin:0px; line-height:1.2; color: #fff; background-color:#f15a29; width:600px;}
