

input{
	width:300px;
	margin:5px 0 5px 10px;
	font:normal 90% "trebuchet MS", tahoma;
	color:#666;
	padding:2px;
	background-color:#ccc;
	border:1px solid #fff;
}

label{
	text-align:left;
	margin:5px;
	width:300px;
	display:block;
	color:#629cdd;
}

textarea{
	width:300px;
	margin:5px 0 10px 10px;
	height:40px;
	font:normal 90% "trebuchet MS", tahoma;
	padding:4px;
	border:1px solid #ccc;
	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 100% "trebuchet MS", tahoma;
	width:350px;
	margin:0 0 10px 0;
	
}

legend{
	font:normal 130% "trebuchet MS", tahoma;
	padding:3px 10px;
	color:#333;
}

form a{
	color:#000;	
}

form a:hover{
	color:#ccc;
	color:#ddd;
	}

#chkAcepto{
	width:50px;
	margin:0px
}

form{
	width:400px;
	float:right;
}
