/* CSS Document */

/*form stuff guvnor*/
form{
margin:0px;
}
.required{
color:#cc3300;
font-weight:bold;
}
label.contactLabel{
margin-right: 10px;
font-size:x-small;
}
input.contactText{
width: 70%;
}
textarea.contactTextArea{
width: 90%;
}
#emailForm .bigtextarea{
width: 90%;
}
div.contactField{
margin-bottom:5px;
}
.formHeader{
font-size:1em;
}
input, textarea, select{
background-image:url('../img/layout/formbg.html');
background-position:top;
background-repeat:repeat-x;
border:1px solid #999999;
}
div.formerror{
margin-top:5px;
}
.formerror{
font-weight:bold;
color:#cc3300;
font-size:x-small;
}
input.submit{
border:1px solid #cc0000;
}