.form {float:left; padding:10px 10px 10px 10px; background: #fafafa; border:1px solid #ccc; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; margin: 0 0 20px 0px;}

#msg {display:none; position:absolute; z-index:200; padding-left:7px}
#msgcontent {display:block; font-size:80%; font-weight: bold; border:0px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}

.form p { font-size: 180%; font-weight:bold; }

label { color: #CC0000; font-weight: bold; }

option { font-size: 11px; }


table.contactForm {
    width: 400px;

}  

table.form_table {
   text-align: center;
   margin: 10px 0 10px 20px;
   padding: 5px;
}

td.contactForm_text {
    text-align: left;
    vertical-align: top
}

td.form_right {
   text-align: left;
   padding: 2px;

}

td.form_left {
   text-align: left;
   width: 100px;
   padding: 2px 15px 2px 0px;
}

td.form_right input.field {
   font-size: 10px;
   color: #000000;
   border: 1px solid #ccc;
   margin: 5px 0px 5px 0px;
   overflow: auto;
}   

td.form_right textarea {
   font-size: 12px;
   color: #000000;
   width: 300px;
   border: 1px solid #ccc;
   margin: 5px 0px 5px 0px;
   overflow: auto;
}   

td.form_section {
    text-align: left;
    font-weight: bold;
    color: #000000;
    padding: 10px 0px 0px 10px;
    border-bottom: 1px solid #ccc;
}  

input.field {
   font-size: 10px;
   color: #000000;
   border: 1px solid #ccc;
}

input.button {
   font-size: 10px;
   color: #FFFFFF;
   background: #2E4A9E;
   border: 1px solid #E3E3E3;
}

.contactDetails  {
	font-size: 80%;
	line-height: 140%;

}

.contactDetails td { padding: 5px; }

.contactDetails td.left { font-weight: bold; color: #CC0000; }

