@charset "utf-8";
/* CSS Document */
.boton{
	width:105px;
	color:#FFFFFF;
	height:26px;
	background:url(../images/fondo_bot.gif) transparent no-repeat;
	padding:0px;
	border:0px;
	text-align:center;
	}
a.boton{
	padding-top:4px;
	text-decoration:none;
	}
#form{
	position:relative;
	padding-right:10px;
	padding-left:10px;	
	width:170px;
	height:40px;
	float:left;
	bottom:0px;
	border:#FF0000 0px solid;
	font-size:10px;
	display:block;
	text-align:left;
	color:#666666;
}

#form input{
	font-size:10px;
	width:170px;
	border:solid;
	border-width:1px;
	border-bottom-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-right-color:#999999;
	border-top-color:#999999;
	}
#form select{
	font-size:10px;
	width:170px;
	border:0px;
	border:solid;
	border-width:1px;
	border-bottom-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-right-color:#999999;
	border-top-color:#999999;	
	}	
#formArea{
	position:relative;
	padding-right:10px;
	padding-left:10px;	
	padding-top:10px;	
	clear:both;
	bottom:0px;
	border:#FF0000 0px solid;
	font-size:10px;
	display:block;
	text-align:left;
	color:#666666;	
	}
#formArea select{
	width:360px;
		font-size:10px;
	}	
#formArea textarea{
	width:360px;
	height:100px;
	
	}	
	
.form2
{
	padding-right:10px;
	padding-left:10px;	
	font-size:10px;
	color:#666666;	
	margin:10px 0 15px 0;
}