input{
	width:450px;
	margin:5px 0 10px 10px;
	font:normal 90% "trebuchet MS", tahoma;
	color:#333;
	padding:2px;
	border-bottom:1px solid #000;
	background-color:#fff;
}

label{
	text-align:left;
	margin:5px;
	display:block;
	color:#fff;
}

textarea{
	width:450px;
	margin:5px 0 10px 10px;
	height:60px;
	font:normal 90% "trebuchet MS", tahoma;
	padding:4px;
	border-bottom:1px solid #a6c932;
	background-color:#fff;
	
}

.boton{
	background-color:#666;
	color:#fff;
	width:100px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
}

.boton:hover{
	border-left:1px solid #333;
	border-top:1px solid #333;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

fieldset{
	border:1px solid #999;
	/*width:33em;*/
	font:normal 80% "trebuchet MS", tahoma;
	width:500px
	
}

legend{
	font:normal 130% "trebuchet MS", tahoma;
	padding:3px 10px;
	color:#ccc;
}

form a{
	color:#23d978;	
}

form a:hover{
	color:#ccc;
	}

#chkAcepto{
	width:50px;
	margin:0px
}

form{
	width:500px;
	float:left;
}
