.contentForm {
position:relative;
float:left;
display: block;
width: 180px;
min-height:236px;
height:auto;
margin:60px 0 0 65px;/*this line will center the page*/
padding:0 0 0 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
background:none; 
border:0px solid #fff; 
}

.contentForm p {
color:#fff;
}
.contentForm p a {
color:#CC0000;
}
/* and now the form formatting itself */
label {
position:relative;
clear:left;
float: left;
width: 160px;
font-size:10px;
text-align:left;
margin: 0 10px 0 0px;
border:0px solid #fff;
color:#fff;
border:0px solid #660099;
}

input, textarea, select {
position:relative;
float: left;
margin: 0;
padding: 4px;
font-size: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #666666;
background: #222222;
border: 0px solid #999;
margin: 5px 0;
}   

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

input.buttonform {
position:relative;
float: left;
cursor: pointer;
border: none;
background: url(../imagenes/enviar.png) no-repeat left top;
width: 90px;
height: 24px;
margin:0 0 0 1px;
border:0px solid #fff;
}

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

span.required {
font-size: 13px !important;
color: #CC0000 !important;
}

label.frase {
width:360px;
height:20px;
color:#333;
}

.caja1 {
height:20px;
background:#fff;
border-color:#fff;
}

.errormsg {
position:relative;
float:left;
width: 180px;
height: 25px;
padding: 0 0 0 0;
margin:0 0 0 0 ;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
line-height:25px;
color: #d02421;
text-align:center;
border-top:1px solid #333;
border-bottom:1px solid #333;
}

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

#gracias p {
position:relative;
float:left;
width: 180px;
height: auto;
padding: 0 0 0 0;
margin:0 0 0 0 ;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
line-height:25px;
color: #adabab;
text-align:center;
border-top:1px solid #333;
border-bottom:1px solid #333;
}

#gracias p a{
width: 180px;
height: auto;
margin:0 0 0 0 ;
text-indent:0px;
background:none;
font-family: Georgia, serif;
font-style: italic;
font-weight:normal;
font-size:11px;
text-align:center;
color:#736d5f;
}
#gracias p a:hover{

margin:0 0 0 0 ;
text-indent:0px;
background:none;
}
