DIV.notice
{
	color: #333;
	border: 1px red solid;
	background-color: #EEE;
	padding: 10px;
	margin: 10px 0;
}
FORM.site_form TABLE
{
	width: auto;
}
FORM.site_form TABLE TD.caption
{
	font-weight: bold;
	width: 100px;
}
FORM.site_form INPUT, FORM.site_form TEXTAREA
{
	width: 200px;
	border: 1px solid #b6b6b6;
}
FORM.site_form .long
{
	width: 300px;
}
FORM.site_form .short
{
	width: 100px;
}
SPAN.small
{
	font-size: 11px;
}
FORM.site_form INPUT.autowidth
{
	width: auto;
}
FORM.site_form INPUT.nostyle
{
	width: auto;
}


FORM.site_form DIV.bg
{
	display:inline-block;
	width: auto;
	border: 1px solid #d4d4d4;
	background: #f6f6f6;
}
FORM.site_form DIV.bg INPUT,
FORM.site_form DIV.bg TEXTAREA,
FORM.site_form DIV.bg SELECT
{
	border: none;
	background: #f6f6f6;
	margin: 0 5px;
}
FORM.site_form DIV.button
{
	background: #f6f6f6 url('/images/but_bg.gif') left center repeat-x;
	text-align: center;
}
FORM.site_form DIV.button INPUT
{
	width: auto;
	background: none;
	color: #000;
}

FORM.site_form DIV.bg .lt, FORM.site_form DIV.bg  .lb,
FORM.site_form DIV.bg  .rt, FORM.site_form DIV.bg  .rb
{
	background-image: url('/images/input_bg.gif');
}



.lt, .lb, .rt, .rb, .blank
{
	display: block;
	position: relative;
	height: 4px;
	font-size: 1px;
	background-color: transparent;
	background-repeat: no-repeat;
	clear: left;
}
.lt { background-position: -4px -4px; left: -1px; top: -1px; }
.rt { background-position: 0 -4px; }
.lb { background-position: -4px 0; left: -1px; bottom: -1px;}
.rb { background-position: 0 0; }
.rt, .rb
{
	width: 4px;
	float: right;
	right: -2px;
}
