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



/** simple orange */
#OF_form1 p#announce .error {
	color:#FFA336
}
#OF_form1 .must {
	color:#FFA336
}
#OF_header .must {
	color:#FFA336
}
#OF_form1 table#formtable {
	border-top:1px solid #FF8936;
	border-left:1px solid #FF8936;
	border-right:1px solid #FF8936;
}
#OF_form1 table#formtable tr#caption th {
	background-color:#FFA336;
	border-bottom:1px solid #FF8936;
	color:#fff;
}
#OF_form1 table#formtable tr th,
#OF_form1 table#formtable tr td {
	border-bottom:1px solid #FF8936;
}
#OF_form1 table#formtable tr th {
	background-color:#FFF1C8;
	color:#333;
}
