
.contactform h1 {background: url(image/contactForm.gif) no-repeat; background-position:416px 5px;}
.contactform {width:550px; margin:1.0em 10px 0  0;}
.contactform fieldset
{
    padding: 20px 0 10px 0;
    margin: 0 0 20px 0;
    border: solid 1px rgb(220,220,220);
    background: url(images/contactForm.gif) no-repeat;
    background-position: 500px 25px;
}
.contactform fieldset legend
{
    margin: 0 0 0 5px !important;
    padding: 20 2px 0 2px;
    color: rgb(204, 204, 204);
    font-weight: bold;
    font-size: 131%;
}
.contactform label.left {float:left; width:130px; margin:0 0 0 10px; padding:2px; font-size:100%;}
.contactform select.combo {width:175px; padding:2px; border:solid 1px rgb(200,200,200); font-size:100%;}
.contactform input.field {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-size:100%;}
.contactform textarea {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-size:100%;}
.contactform input.button {float:left; width:9.0em; margin-left:145px !important; padding:3px !important; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; color:rgb(150,150,150); font-size:100%;}
.contactform input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}
.contactform .successLabel{color:Green; font-weight:bold; clear:both; float:left; margin-left:145px !important; margin-top: 10px;}
.contactform .failureLabel{color:Red; clear:both; float:left; margin-left:145px !important; margin-top: 10px;}
.contactform ul {clear:both; float:left; margin-left:145px !important; margin-top: 15px;}

