.contact {
   width:580px;
   height:348px; 
   position:absolute; 
   top:50%; 
   margin-top:-174px; 
   left:50%; 
   margin-left:-280px; 
   background-image:url(/imgs/contact_bg.png);
}
.contact-close {
   width: 37px;
   height:37px;
   position: absolute;
   top: 1%;
   left: 0%;
   text-align: left;
   cursor: pointer;
   background-image:url(/imgs/spacer.png);
   background-repeat: repeat;
}
.contact-name {
   position:absolute;
   width: 167px;
   height:11px;
   top:53px;
   left:110px;
}
.contact-name input{
   width: 167px;
   height:11px;
   font-size:9px;
   padding:0px;
   margin:0px;
   border:0px;
}
.contact-email {
   position:absolute;
   width: 167px;
   height:11px;
   top:73px;
   left:110px;
}
.contact-email input{
   width: 167px;
   height:11px;
   font-size:9px;
   padding:0px;
   margin:0px;
   border:0px;
}
.contact-subject {
   position:absolute;
   width: 167px;
   height:11px;
   top:97px;
   left:110px;
}
.contact-subject input{
   width: 167px;
   height:11px;
   font-size:9px;
   padding:0px;
   margin:0px;
   border:0px;
}
.contact-msg {
   position:absolute;
   width: 167px;
   height:11px;
   top:122px;
   left:108px;
}
.contact-msg textarea{
   width: 172px;
   height:184px;
   font-size:11px;
   padding:0px;
   margin:0px;
   border:0px;
}
.contact-clear {
   position:absolute;
   width:58px;
   height:20px;
   top:290px;
   left:350px;
   cursor:pointer;
}
.contact-submit {
   position:absolute;
   width:70px;
   height:20px;
   top:290px;
   left:425px;
   cursor:pointer;
}
