/* CSS Document */

#form{
	width:600px;
	margin:0 auto;

}

h3{
	margin:30px 0 5px 0;
	font-size:100%;
	color:#333333;
}

p{
	width:650px;
	margin:10px auto;
	font-size:80%;
}

#form th{
	font-size:80%;
	font-weight:normal;
}
#form span{
	color:#FF0000;
}
#form td{
	font-size:80%;
}
