/* form styles */
#form{
	margin:20px 0 0 0;
	font-size:10px;
	color: #000;
}
#form th{
	margin-bottom:50px;
	padding:2px 2px 5px 2px;
	text-align:left;
	background-color:#CCC; 
	color:#333;
	width:200px;
}
#form td{
	padding:0 0 10px 0;
}
#form input, #form select {
	width:200px;
}
	
#form textarea {
	width:300px;
	height:200px;
}
#form #submit{
	width:60px;
}
p.message{
	font-size:12px;
	color:#000066;
	font-weight:bold;
}

