#ContactForm {
max-width: 175px;
min-width: 145px;
}


div.ContactForm fieldset {
background-color: #F3F3F3;
margin:0 25px 25px 0;
}

div.ContactForm fieldset legend {
background-color:#F3F3F3;
font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
color:#999966;
font-size:2.4em;
font-weight:200;
padding:0 0.5em 5px 0.5em;
/* text-transform:lowercase; */
/* border: 1px solid #ccc; */
}

div.ContactForm input {
font-family:Arial, Helvetica, sans-serif;
/*font-family: Georgia, "Times New Roman", Times, serif;*/
margin: 5px 0 15px 0;
width:200px;
}


div.ContactForm label {
display:block;
margin:6px 0 0;
font-family: font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
/*font-weight:700;*/
font-size:1.2em;
color:#000;
float:left;
clear:left;
width:120px;
}

div.ContactForm label.date {
width:200px;
}

div.ContactForm input.date1 {
width:75px;
background-color:#FFFFCC;
}


div.ContactForm input.date {
width:75px;
}

div.ContactForm input.required {
background-color:#FFFFCC;
}

div.ContactForm input.buttons {
margin-left:150px;
width:125px;
}
