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



/** simple red */
#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 #9d0200;
	border-top:1px solid #9d0200;
}
#OF_form1 table#formtable tr#caption th {
	background-color:#c92422;
	border-right:1px solid #9d0200;
	border-bottom:1px solid #9d0200;
	color:#fff;
}
#OF_form1 table#formtable tr th,
#OF_form1 table#formtable tr td {
	border-right:1px solid #9d0200;
	border-bottom:1px solid #9d0200;
}
#OF_form1 table#formtable tr th {
	background-color:#fa9d9c;
	color:#333;
}
#OF_form1 table#formtable tr td {
	color:#666;
}
