#contact {
	width:320px;
	height:430px;
	margin:0px auto;
	text-align:left;
	padding:10px;
	/*border:#CCC 1px solid;*/
	color:#666;
	font-family: Verdana, Arial;
	font-size: 10px;
}

#contact input {
	border:#999 1px solid;
	width: 320px;
	font-family: Verdana, Arial;
	font-size: 10px;
	background:#f9f4e7;
	height:18px;
	line-height:18px;
}

#contact select {
	border:#999 1px solid;
	width: 322px;
	font-family: Verdana, Arial;
	font-size: 10px;
	background:#f9f4e7;
	height:20px;
	line-height:20px;
}

#contact span {
	display:block;
	width:320px;
	font-weight: bold;
	color:#666;
	font-family: Verdana, Arial;
	font-size: 10px;

}

#contact span b {
	color:#C00;
}

#contact textarea {
	border:#999 1px solid;
	font-family:Verdana, Arial;
	font-size:10px;
	width:320px;
	height:80px;
	margin-bottom:10px;
	background:#f9f4e7;
}

#contact #submit, #contact #suggest {
	width:100px;
	border:#333 1px solid;
	background-color:#666;
	color:#FFF;
}