h4.form{
	margin: 0;
	float: left;
	display: inline-block;
	width: 330px;
	text-align: left;
	font-size: 27px;
	line-height: 1.2em;
}
fieldset {
	padding: 10px;
	width: 600px;
	margin: 0;
	float: right;
}
label, legend{
 	font-family: arial, helvetica, sans-serif;
  	font-size: 1em;
  	line-height: 1.6em;
	color: #524f26;
	display: inline-block;
	margin-right: 10px;
 } 
label{
 	text-align: right;
 	width: 150px;
 }
 label.mensaje{
 	text-align: left;
 	width: 70px;
 }
input[type="text"], input[type="email"]{	
    width: 300px;
    height: 20px;
    margin-bottom: 20px;	
    background-color: white;
    border: 1px solid #666;
    font-family: helvetica, arial;
    font-size: 12px;
}
textarea {
	font-family: helvetica, arial;
	font-size: 12px;
	background: none;
	border: none;
	background-color: white;
	width: 300px;
	height:80px;
	overflow: hidden;
	border: 1px solid #666;  
	resize: none;
}
label.requeridos{
	position: relative;
	top:64px;
	display: inline;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.enviar-btn {
   position: relative;	
   top: 100px;
   left: 390px;
   height: 24px;
   width: 80px;
   display: block;  
   background-color:#4e4f51;
   border-style: none;
   float: left;
   color: white;
   -moz-border-radius: 4px;
   border-radius: 4px;
   font-family: helvetica, arial;
   font-size: 12px;
   
 }
 .enviar-btn-over {
   position: relative;	
   top: 100px;
   left: 390px;
   height: 24px;
   width: 80px;
   display: block;  
   background-color:#7b7871;
   border-style: none;
   float: left;
   color: white;
   -moz-border-radius: 4px;
   border-radius: 4px;
   font-family: helvetica, arial;
   font-size: 12px;
   
  }


/* ERROR MSG TOOLTIP */

label.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #fff;
	text-align: left;
	padding: 2px 6px;
	width: 124px;
}

#gracias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 12px 0  8px 0;
	padding:0;
	color: #81BB3F;
	font-weight: bold;
	display:none;
}
#error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 8px 0  8px 0;
	padding:0;
	color: #FF0000;
	font-weight: bold;
	display:none;
}

select{
	font-size: 14px;
	padding: 1px 0;
	width: 50.5%;
}	