/* contact info style
----------------------------------------------- */

table#contacts {
width: 100%;
margin-bottom: 20px;
}

table#contacts td {
width: 50%;
line-height: 16px;
}

address {font-style: normal;}



/* contact form style
----------------------------------------------- */
input {
background-color: #E7EBEC;
color: #333;
font-size: 0.9em;
font-family: "Lucida Bright", Lucidabright, Georgia, serif;
} 

input#sub {background-color: #CDDFEC; font-family: Verdana, Arial, Helvetica, sans-serif;}

textarea {
background-color: #E7EBEC;
} 


table#theform {
width: 100%;
margin-bottom: 20px;
}


table#theform td.left {text-align: right; padding-right: 5px; vertical-align: top;}
