#contentForm {
position:relative;
float:left;
display: block;
width:500px;
min-height:280px;
height:auto;
margin:0px 0 0 55px;
padding: 0 0 20px 15px ;
font-family:Helvetica, Arial, sans-serif;
font-size:12px;
font-weight:normal;
text-align: left;
border-left:5px solid #ff8500;
}


label {
position:relative;
float: left;
width: 100px;
line-height: 20px;
margin: 5px 10px 5px 0px;
color:#999999;
border:0px solid #333;
}


input, textarea, select {
position:relative;
float: left;
margin: 0;
padding: 2px;
font-size: 1em;
color: #666666;
background: #e7e7e7;
border: 0px solid #999;

}   

input:focus, textarea:focus, select:focus {
border: 0px solid #999;
background-color: #ccc;
}

input.button {
cursor: pointer;
border: none;
font-weight: bold;
background: url(../imagenes/enviar.jpg) no-repeat left top;
width: 95px;
height: 34px;
margin:25px 0 0 10px;
}

.button:hover {
background: url(../imagenes/enviar.jpg) no-repeat left bottom;
}

span.required {
font-size: 16px !important;
color: #ff8500 !important;
}


.errormsg {
position:relative;
float:left;
width: 400px;
height: auto;
margin:0 0 10px 0;
padding:5px;
line-height: normal;
text-align:left;
color: #ff8500;
font-weight: normal;
border-top: 1px solid #ff8500;
border-bottom: 1px solid #ff8500;
}

.msgSent {
font-size: 20px;
text-align: center;
}

#ehbuena {
position:relative;
float:left;
width:400px;
height:160px;
margin:7px 10px 0 0;
color:#999;
}

#ehbuena p{
position:relative;
float:left;
width:390px;
height:auto;
margin:0;
font-family:Helvetica, Arial, sans-serif;
font-size:12px;
font-weight:normal;
text-align: left;
line-height:18px;
color:#878686;
}

#ehbuena a{
position:relative;
float:left;
cursor: pointer;
border: none;
font-weight: bold;
background: url(../imagenes/volver.jpg) no-repeat left top;
width: 95px;
height: 34px;
text-indent:-4000px;
margin:25px 0 0 10px;
}

#ehbuena a:hover{
background: url(../imagenes/volver.jpg) no-repeat left bottom;
}

