.contactform label{
display: block;
font-weight: bold;
text-align: right;
width: 150px;
float: left;
}
.contactform input, .contactform textarea{
float: left;
font-size: 12px;
padding: 4px 2px;
border: solid 1px #aacfe4;
width: 300px;
margin: 2px 0 20px 10px;
}
.contactform button{
clear: both;
margin-left: 160px;
width: 125px;
height: 31px;
background-color: #0064ad;
text-align: center;
line-height: 31px;
color: #FFFFFF;
font-size: 11px;
font-weight: bold;
}
.contacterror {
    color: #f00;
}