body {
	background: #1A71CC url('../images/back_all.gif') repeat-x;
	color: #666666;
}

label {
	font-size: 10px;
	color: red;
}

#form_table {
	font-family: Arial;
}
#form_table td {
	border-bottom: 1px dashed #e0e0e0;
	padding: 3px;
}
#form_table td.label {
	font-weight: bold;
	font-size: 13px;
	color: #000;
	padding: 3px;
}
#form_table td.header {
	font-weight: bold;
	font-size: 14px;
	color: #3c5272;
	padding: 3px;
}
#form_table td.btm {
	border-bottom: 1px dashed #000;
	color: #000;
	padding: 3px;
}
#form_table span {
	color: #f00;
}
#form_table span.hint {
	color: #555;
	font-size: 12px;
}
#form_table input,
#form_table textarea,
#form_table select{
	font-size: 13px;
	color: #000;
	background-color: #ffc;
	border: 1px solid #bbb;
}
#form_table input[type="submit"] {
	background-color: #ccc;
	font-size: 16px;
	width: 60px;
	border-top:2px solid #eee;
	border-right:2px solid #888;
	border-bottom: 2px solid #888;
	border-left:2px solid #eee;
}
#upload_error td.header {
	background-color: red;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px;
}
#upload_error td {
	color: red;
	font-size: 13px;
	padding: 3px;
}