input{
	width:20em;
	margin-left:10px;
	font-family:Tahoma, Geneva, sans-serif;
	padding:2px;
	border-bottom:1px solid #F60;
	background-color:#FFF;
}

label{
	display:block;
	text-align:right;
	margin:5px;
}

textarea{
	width:20em;
	margin-left:10px;
	height:100px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	padding:4px;
	border:1px solid #F60;
	background-color:#FFF;
	
}

.boton{
	background-color:#F90;
	color:#FFF;
	width:100px;
	border-left:1px solid #333;
	border-top:1px solid #333;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	height:25px;
	
}

.boton:hover{
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
}

fieldset{
	border:1px solid #F90;
	width:60%;
	/*width:33em;*/
	font-size:0.8em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

legend{
	/*background-color:#DADADA;*/
	padding:3px 10px;
	color:#333;
}

form a{
	color:#333;	
}

form a:hover, form a:visited{
	color:#999;
	}

#chkAcepto{
	width:2em;
}
