DIV.notice
{
	color: #d66200;
	background-color: #e0e4e7;
	padding: 10px;
	margin: 10px 0;
}
DIV.notice B
{
	color: #FF0000;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}
DIV.notice2
{
	color: #333;
	background-color: #e0e4e7;
	padding: 10px;
	margin: 10px 0;
}
DIV.notice2 B
{
	color: #4f637a;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}
FORM.site_form TABLE
{
	width: auto;
}
FORM.site_form TABLE TD
{
	padding: 3px;
}
FORM.site_form INPUT, FORM.site_form TEXTAREA
{
	width: 200px;
	border: 1px solid #b6b6b6;
}
SPAN.small
{
	font-size: 11px;
}
FORM.site_form INPUT.autowidth
{
	width: auto;
}
FORM.site_form INPUT.nostyle
{
	width: auto;
}

