div#standardcontent {
float: left;	
}

p {
/*font-size: 90%;
margin-bottom: 15px;*/
}

h3 {
font-weight: normal;
margin-bottom: 15px;
}

div.contactform span {
width: 150px;
display: block;
float: left;
}

div.contactform span.valid {
color: red;
width: 220px;
font-size: 80%;
margin-left: 8px;
}

div.contactform input, div.contactform select, div.contactform textarea {
border: solid 1px #6a6a6a;
width: 350px;
float: left;
margin-bottom: 10px;
}

div.contactform textarea {
height: 90px;
}

div.contactform input.submitbutton {
border: none;
background: transparent url('../img/submit.gif') no-repeat scroll top center;
width: 70px;
height: 25px;
margin-bottom: 30px;
clear: both;
display: block;
float: none;
}