form.clear
{
	background-color: #fafafa;
	border: 3px double;
	border-color: #394763;
	margin: .3em ;
	padding: 1em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width:580px;
}

form.clear *
{
	margin: 0;
	padding: 0;
}

form.clear p
{
	margin: 1em 0;
}

form.clear fieldset
{
	padding: 1em;
	border: none;
	/*border-top: 1px solid #39c;*/
}

form.clear legend
{
	background-color: #6cf;
	padding: 3px 10px;
	border: 1px solid #39c;
	color: #fff;
	font-weight: bold;
}

form.clear label[for]
{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-variant:small-caps;
	color: #333333;
}

form.clear ol
{
	list-style: none;
}

form.clear ol li
{
	margin: 5px 0 15px 0;
}

form.clear ol li label
{
	display: block;
}
form.clear ol li label.rx
{
	display: table-row;
}
form.clear ol.table
{
	list-style: none;
	display: table;
}

form.clear ol.table li
{
	display: table-row;
}

form.clear ol.table li label[for]
{
	display: table-cell;
	text-align: right;
	padding: 10px;
}

form.clear div.col2 label
{
	float: left;
	width: 50%;
}

form.clear div.col3 label
{
	float: left;
	width: 33%;
}

form.clear div.col4 label
{
	float: left;
	width: 25%;
}

form.clear input[type=text],
form.clear input[type=password],
form.clear textarea,
form.clear select
{
	border: 1px inset;
	border-color: #999;
	background-color: #d8e3d2;
	background-image: url(/images/bkg-white2.jpg);
	background-repeat:repeat;
	padding: 0px;
	color:#3b2314;
}

form.clear input[type=text]:focus,
form.clear input[type=password]:focus,
form.clear textarea:focus,
form.clear select:focus
{
	background-color: #ecf2ef;
	border-color: #353571;
	border-style:solid;
	background-image:none;
}

form.clear input[type=submit],
form.clear input[type=reset],
form.clear input[type=button],
form.clear button
{
	background-color: #d8e4d2;
	border: 2px ridge;
	border-color: #394763;
	padding: 3px;
	font-size: 14px;
}

form.clear input[type=password]
{
	background-image: url('key.png');
	background-position: 3px center;
	background-repeat: no-repeat;
	text-indent: 22px;
}

form.clear input[type=submit]
{
	/*background-image: url('ok.png');
	background-position: 3px center;
	background-repeat: no-repeat;*/
	/*padding-left: 22px;*/
	margin-left:20px;
	color: #000033;
	font-weight:bold;
}

form.clear input[type=reset]
{
	background-image: url('reset.png');
	background-position: 3px center;
	background-repeat: no-repeat;
	padding-left: 5px;
	color: #cd1c2c;
}
label input[type=radio] {
	margin-bottom:10px;
	color:#3b2314;
}
form.clear textarea {
	scrollbar-face-color: #394763;
	scrollbar-arrow-color: #fff;
	scrollbar-track-color: #f4edd8;
	scrollbar-shadow-color: #333;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-Color: #000066; 
	overflow-y:scroll;
}
