/******************************/
/******** >> GLOBALS <<********/
/******************************/

.clearDiv {
	clear:both;
}

/*****************************/
/******** >> MARKUP <<********/
/*****************************/

body, html {
	background:#000;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow:auto;
	color:#fff;
	font:400 100% Helvetica, Arial, sans-serif;
}

/****************************/
/******** >> BOXES <<********/
/****************************/

#container {
	background:url(img/av_bg.jpg) no-repeat;
	width:1024px;
	height: 100%;
	margin:0 auto;
	padding-top:140px;
}

#formContainer {
	width: 721px;
	height: 308px;
	margin: 0 auto;
	/*background: url(img/av_bg_form2.png) no-repeat center;*/
}

#formContainer #avBox {
	padding:25px;
	text-align:center;
	/*border: 1px solid #0f0;  debug border */
}

/******************************/
/******** >> ESTILOS <<********/
/******************************/

h2 {
	text-transform: uppercase;
	font-size: 140%;
	line-height: 1.2em;
	color:#fcfcfc;
	margin-bottom:40px;
}

/********************************/
/******** >> DROPDOWNS <<********/
/********************************/

#dateForms {
	width: 450px;
	margin: auto;
	padding:0;
	
}

#dateForms #month{
	float:left;
	width:75px;
}
#dateForms #day{
	float:left;
	width:75px;
}
#dateForms #year{
	float:left;
	width:75px;
}
#dateForms #country{
	float:left;
	width:225px;
}

#dateForms h4{
	font-size: 90%;
	padding:0;
	margin:0;
	margin-bottom:5px;
	text-transform:uppercase;
}

#dateForms .dropdown {
	background:#0c0200;
	border:1px solid #636160;
	color:#cfcfcf;
	font: 85% Helvetica, Arial, sans-serif;
	padding:2px;
}

/******************************/
/******** >> BUTTONS <<********/
/******************************/

#footerContainer {
	margin: 0 auto;
	width:500px;
	/*border: 1px solid #0f0;  debug border */
	text-align:center;
}

#disclaimerContainer {
	color:#aaa;
	font:400 80% Helvetica, Arial, sans-serif;
	line-height:1.1em;
}

#disclaimerContainer a:link, #disclaimerContainer a:active, #disclaimerContainer a:visited  {
	color:#999;
	font:700 85% Helvetica, Arial, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
}

#buttonsContainer {
	margin: 0 auto;
	margin-bottom: 20px;
	width:500px;
	/*border: 1px solid #0f0;  debug border */
}

#box1{
	width:50%;
	float:left;
	margin: 0 auto;
}

#box2{
	width:50%;
	float:left;
	margin: 0 auto;
}

.subText {
	color:#9d6d69;
	font-size:11px;
}

#tagline a{
	color:#fff;
	font-size:85%;
	line-height: 1.5em;
	margin-top:30px;
}


/**************************************/
/******** >> ROUNDED BUTTONS <<********/
/**************************************/

.buttons {
	 color:#fff;
	 text-align:center;
	 width:225px;
	 margin: 0 auto;
	 min-width:200px;
	 max-width:400px;
}
.buttons .hd .c, .buttons .ft .c {
 font-size:1px; /* ensure minimum height */
 height:7px;
}
.buttons .ft .c {
 height:7px;
}
.buttons .hd {background:transparent url(img/btn/tl.gif) no-repeat 0px 0px;}
.buttons .hd .c {background:transparent url(img/btn/tr.gif) no-repeat right 0px;}
.buttons .bd {background:transparent url(img/btn/ml.gif) repeat-y 0px 0px;}
.buttons .bd .c {background:transparent url(img/btn/mr.gif) repeat-y right 0px;}
.buttons .bd .c .s {
	 margin:0;
	 padding:10px;
	 padding-top: 0px;
	 text-align:left;
}
.buttons .ft {background:transparent url(img/btn/bl.gif) no-repeat 0px 0px;}
.buttons .ft .c {background:transparent url(img/btn/br.gif) no-repeat right 0px;}

.buttons .bd .c .s h3 {
	font-size:140%;
	text-transform:uppercase;
	margin:0;
}

.buttons .bd .c .s p {
	color:#999;
	font-size:75%;
	margin:0;
	margin-top:5px;
	text-transform:uppercase;
}

.buttons .bd .c .s h3 a:link, .buttons .bd .c .s h3 a:active, .buttons .bd .c .s h3 a:visited {
	color:#fff;
	text-decoration:none;
}
.buttons .bd .c .s h3 a:hover {
	color:#ccc;
}
/**************************************/
/******** >> ROUNDED BUTTONS <<********/
/**************************************/
