/*********** [ FORMS ] ***********/
FORM
{
}
FORM#language_box
{
	margin: 0px;
	width: 130px;
	padding: 0px;
}
SELECT#jumpMenu
{
	margin: 10px 0px 0px 23px;
}
FORM DIV.fieldset
{
}
FORM DIV.fieldset DIV.legend
{
	margin-bottom: 8px;
	padding-bottom: 4px;
	font: bold 12px arial, verdana, sans-serif;
	color: #A40B1A;
	border-bottom: 1px solid #D4D4D4;
}
/*********** [ FIELDSET ] ***********/
DL.fieldset
{
	width: 98.7%;
}
DL.break
{
	padding-bottom: 8px;
}
DL.fieldset DT
{
	padding-bottom: 6px;
	clear: left;
	font: bold 11px arial, verdana, sans-serif;
	color: #404040;
}
DL.fieldset DT LABEL
{
	font: bold 11px arial, verdana, sans-serif;
	color: #404040;
}
DL.fieldset DT LABEL A
{
	font: bold 11px arial, verdana, sans-serif;
	color: #A40B1A;
	text-decoration: none;
}
DL.fieldset DT LABEL A:hover
{
	text-decoration: underline;
}
DL.fieldset DT I
{
	color: #C40000;
}
DL.fieldset DD
{
	padding-bottom: 6px;
	font: 11px arial, verdana, sans-serif;
}
DL.fieldset DD A
{
	font: 11px arial, verdana, sans-serif;
	color: #436082;
	text-decoration: none;
}
DL.fieldset DD A:hover
{
	text-decoration: underline;
}
DL.fieldset DD.submit
{
	padding: 4px 0px 0px;
	line-height: normal;
}
DL.fieldset DD.submitjs INPUT.submit
{
	margin-right: 5px;
	float: left;
}
DL.fieldset DD.submitjs DIV.progress
{
	height: 21px;
}
DL.fieldset DD.report INPUT.submit
{
	margin-right: 5px;
	float: left;
}
DL.fieldset DD.report DIV.progress
{
	float: left;
	height: 21px;
}
DL.fieldset DD.cancel
{
	float: right;
}
DL.fieldset DD SPAN.wide
{
	margin-left: 130px;
	display: block;
	font-size: 10px;
}
DL.fieldset DD SPAN.info
{
	display: block;
	font-size: 10px;
}
DL.fieldset DD SPAN.true
{
	color: #008000;
}
DL.fieldset DD SPAN.false
{
	color: #D20000;
}
DL.fieldset DD UL.fielditems
{
	list-style: none;
}
DL.fieldset DD UL.fielditems LI
{
	padding: 0px;
	margin: 0px;
	width: 33%;
	float: left;
	font: 11px/16px arial, verdana, sans-serif;
}
DL.fieldset DD UL.fielditems LI LABEL
{
}
DL.fieldgrid DT
{
	width: 130px;
	padding: 4px 0px;
	float: left;
}
DL.fieldgrid DT LABEL
{
}
DL.fieldset DT LABEL A
{
}
DL.fieldgrid DD
{
	padding: 0px 0px 4px;
}
DL.fieldgrid DD UL.fielditems
{
	margin-left: 130px;
}
/*********** [ INPUT ] ***********/
INPUT.text
{
	padding: 4px;
	font: 11px verdana;
	color: #000000;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	background: #FFFFFF;
}
INPUT.text:focus
{
	background: #FFFFF2;
}
INPUT.text_small
{
	width: 630px;
}
INPUT.disabled
{
	padding: 4px;
	font: 11px verdana;
	color: #ACACAC;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	background: #FFFFFF;
}
TEXTAREA.textarea
{
	padding: 4px;
	font: 11px verdana;
	color: #000000;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	background: #FFFFFF;
}
TEXTAREA.textarea:focus
{
	background-color: #FFFFF2;
}
TEXTAREA.textarea_data
{
	width: 610px;
}
TEXTAREA.textarea_small
{
	width: 630px;
	height: 130px;
}
TEXTAREA.textarea_full
{
	width: 738px;
	height: 130px;
}
INPUT.checkbox
{
	width: 16px;
	height: 20px;
	vertical-align: middle;
	font: 11px/20px arial, verdana, sans-serif;
	color: #000000;
}
INPUT.radio
{
	width: 13px;
	height: 18px;
	vertical-align: middle;
	font: 11px/18px arial, verdana, sans-serif;
	color: #000000;
}
SELECT.select
{
	margin: 0px;
	padding: 2px;
	font: 11px verdana;
	color: #000000;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	background: #FFFFFF;
}
INPUT.submit
{
	margin: 0px;
	padding: 0px;
	width: 81px;
	height: 21px;
	font: 11px/21px arial;
	font-weight: bold;
	color: #474646;
	text-align: center;
	border: 0px;
	background: url(button_hover.gif) no-repeat;
}
INPUT.submit:hover
{
	background: url(button_hover.gif) no-repeat 0px -21px;
}
/*********** [ FORM OVERRIDE ] ***********/
INPUT.captcha
{
	margin-right: 10px;
	width: 80px;
}

