body {
background-image:url(/new/images/bg.jpg);
background-repeat:no-repeat;
background-position:center 0px;
background-color:#DFEBC3;
font-family:"Gill Sans MT", Georgia;
line-height:20px;
font-size:11px;
text-align:center;
margin:0px;
padding:0px;
height:675px;
}

#load {
text-align:left;
padding:3px;
background-image:url(/new/images/loader.gif);
background-repeat:no-repeat;
background-position:center 0px;
margin:auto;
height:32px;
cursor:pointer;
width:32px;
margin-top:8px;
margin-bottom:10px;
}


#nav {
text-align:left;
padding:3px;
margin:auto;
height:22px;
cursor:pointer;
width:358px;
margin-top:186px;
}

#nav .item {
text-align:left;
margin:0px;
height:22px;
float:left;
}



#info {

text-align:left;
padding:3px;
margin:auto;
height:343px;
width:369px;
margin-top:1px;
overflow:auto;
}

.spacing {
margin:3px 0px;
}

input {
font-family:"Times New Roman", Times, serif;
font-size:11px;;
}

.text{
margin:2px;
border:1px solid #CCC;
padding:2px;
width:110px;
font-family:"Times New Roman", Times, serif;
font-size:11px;;
}

.area {
margin:2px;
border:1px solid #CCC;
padding:2px;
width:358px;
font-family:"Times New Roman", Times, serif;
font-size:11px;;
height:195px;
overflow:auto;
}

#contactValidate {
float:left;
margin:2px;
margin-left:5px;
color:#fff;
border:1px solid #CCC;
padding-left:3px;
width:312px;
}


.error {
background-color:#cc4444;
}

.sent {
background-color:#5f5f5f;
}




