#contact{
padding:0px;
text-align:left;
}
#contact p{
padding:0 5px 0px;
text-align:left;
width:auto;
}
#contact input{
margin:0px;
padding:0px;
border:1px dotted #000;
width:500px;
height:25px;
text-align:center;
float:left;
}
#contact textarea{
margin:0px;
padding:0px;
border:1px dotted #000;
width:500px;
height:150px;
text-align:center;
float:left;
}
#contact input.submit{
margin:0px auto;
padding:0px;
border:1px dotted #000;
width:200px;
height:35px;
text-align:center;
/*float:left;*/
}