#form_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 500px;
	margin-left: 18px;
	border-collapse:collapse;
	color: #999;
}
#form_table  td {
	background-color: #F0F0F0;
	padding-left: 8px;
	padding-bottom:4px;
	border: 1px solid #BBBBBB;
	padding-right: 5px;
	padding-top: 4px;
}
#form_table  input {
	padding-bottom:3px;
	font-size: 10px;
	line-height: 15px;
	background-position: center;
	text-indent: 3px;
	border: 1px solid #0099FF;
	padding-top: 3px;
}
#form_table_submit {
	width: 500px;
/*/*/
	margin-left: 18px;/* */

}
#form_table  td.header {
	background-color: #CCCCCC;
	padding-left: 8px;
	padding-bottom:3px;
	font-weight: bold;
	width: auto;
}
.form_boldtext {
	font-weight:bold;
	font-size: 12px;
	color: #000;
}
