#contact{
	background-color:#eee4ce;
}

#contact div{
	text-align:center;
}

#contact table{
	padding: 10px;
	width:400px;
}

#contact input[type="text"]{
	width:100%;
}
#contact textarea{
	width:100%;
}
#contact select{
	width:100px;
}

#contact td{
	padding-bottom:5px;
}

#contact th{
	background-image: url(../images/css/bullet-1.gif);
	background-position: right center;
	background-repeat: no-repeat;

	text-align:right;
	padding-right: 10px;
}