label.error {
color:red;
display:block;
font-weight:bold;
}

form#contactus  table{
margin-top:10px;
border: black solid 1px;
background: #1a4186;
border: #FFF 4px solid;
width:550px;
padding:5px;
color:white;
}


form#contactus  table td,
form#contactus  table th {
text-align:left;
white-space:nowrap;
}



span.tip{
font-size:10px;
font-style:italic;
}

input#btnSubmit {
float:right;
}