/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#text1{
	color: #FFFFFF;
	text-align: center;
	width: 260px;
	margin-top: 80px;
	font-size: 12px;
	font-weight: bold;
}

#text1ESP{
	color: #FFFFFF;
	text-align: center;
	width: 270px;
	margin-top: 60px;
	font-size: 12px;
	font-weight: bold;
}
#text2{
	color: #FFFFFF;
	text-align: center;
	width: 180px;
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	
}


#text3{
	color: #FFFFFF;
	text-align: center;
	width: 260px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

#text3ESP{
	color: #FFFFFF;
	text-align: center;
	width: 270px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}


#box{
	background-color: #FFFFFF;
	height: 20px;
	_height: 40px;
	width: 30px;
	_width: 50px;
	border: medium solid #FF6600;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

#boxYear{
	background-color: #FFFFFF;
	height: 20px;
	_height: 40px;
	width: 40px;
	_width: 60px;
	border: medium solid #FF6600;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

#box2{
	background-color: #FFFFFF;
	height: 20px;
	_height: 40px;
	width: 30px;
	_width: 50px;
	border: medium solid #C1D72F;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.enterButton{

	height: 21px;
	width: 114px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 70px;
	
}

.enterButtonESP{

	height: 21px;
	width: 114px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 60px;
	
}


.textBox{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	text-align: center;
	background:transparent;
	margin-left: -10px;
	margin-top: -5px;
}

.textBoxYear{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	text-align: center;
	background:transparent;
	margin-left: -5px;
	margin-top: -5px;
}
#enter2{
	margin-top: 160px;
	width: 220px;
	padding-left: 40px;
}


#enter3{
	margin-top: 50px;
	width: 200px;
	padding-left: 60px;
}

#footer{
	color: #FFFFFF;
	margin-left: 35px;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


