input.inputText:focus {
	background:#FFFFFF
}
INPUT.inputText
{
	width: 200px;
	background: #ededed;
	font-size: 10pt;
}
.inputSelect
{
	width: 210px;
	background: #ededed;
}
INPUT.inputText{	
	background: url(/images/bg_frm.gif) no-repeat 0px 0px;
	border: 1px solid #999999;
	padding: 2px 5px;
}
textarea {
	border: 1px solid #999999;
	padding: 2px 5px;
}
INPUT.inputHighlighted{
	background-position: 0px -50px;

}

INPUT.button
{
	background: #AFC2D1;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	border: 0px solid #000000;
	width: 100px;
	height: 22px;
	cursor: pointer;
	background: url(/images/bg_frm.gif) no-repeat 0px -100px;
}


INPUT.buttonCancel
{
	color: #666666;
}

INPUT.buttonOver
{
	background-position: 0px -150px;
	color:#E2660B;
}

INPUT.radio,
INPUT.checkbox
{
	margin-right: 5px;
}
