form {
	float:left;
	margin-top: 10px;
}
fieldset {
	width: 520px;
	border: none;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 0px;

}
legend {
	font-size: 1.2em;
	font-weight: bold;
	color: #ff9000;
	float: left;
	text-transform:uppercase;	
	margin-bottom:15px;
}
label {
	float: left;
	width: 500px;
	font-family: "Trebuchet MS", "Arial", "Verdana","Lucida Sans", "Lucida Sans Unicode", "Georgia", "Times New Roman";
	color: #ff9000;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 5px;
}
.caja {
	float: left;
	width: 500px;
	height: 18px;
	border: 1px solid #e2e2e2;
	font-family: "Trebuchet MS";
	margin-bottom: 10px;
	font-size: 1em;
	padding-left: 5px;
	background-color: #FAFAFA;
	color: #666666;
}
.caja2 {
	float: left;
	width: 500px;
	height: 100px;
	border: 1px solid #e2e2e2;
	font-family: "Trebuchet MS";
	margin-bottom: 15px;
	font-size: 1em;
	padding-left: 5px;
	color: #666666;
	background-color: #FAFAFA;
}
.boton {
	background-color: #ff9000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	width: 75px;
	margin-right:10px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
}
.boton:hover {
	background-color: #666666;
	font-family: "Trebuchet MS";
	color: #fff;
}

