@charset "utf-8";
@import "../simple.css";



/** simple gray */
#OF_form1 p#announce .error {
	color:#c92422
}
#OF_form1 .must {
	color:#c92422
}
#OF_header .must {
	color:#c92422
}
#OF_form1 table#formtable {
	border-left:1px solid #AAA;
	border-top:1px solid #AAA;
}
#OF_form1 table#formtable tr#caption th {
	background-color:#CCC;
	border-right:1px solid #AAA;
	border-bottom:1px solid #AAA;
	color:#fff;
}
#OF_form1 table#formtable tr th,
#OF_form1 table#formtable tr td {
	border-right:1px solid #AAA;
	border-bottom:1px solid #AAA;
}
#OF_form1 table#formtable tr th {
	background-color:#E6E6E6;
	color:#333;
}
#OF_form1 table#formtable tr td {
	color:#666;
}
