

/*........................................................ =form ..................*/


dl {
	margin:20px 0px 0px;

}

dt {
	float:left;
	width:160px;
	margin-bottom:0.5em;
	color:#0E0182;
	font-weight:bold;
	font-size:0.9em;
	
}


dd input {
	font-size:0.9em;
}

dd select {
	font-size:0.9em;
}


dd textarea {
	font-size:0.9em;
}


dd {
	float:left;
	margin:0pt 0pt 8px;
	padding:0pt;
	width:180px;
	
}




label.required {
	background:url(../images/required.gif) left top no-repeat;
	
}



div.submit {
	text-align:center;
	margin:20px 0px;

}


div.error {
	background:#C90000;
	color:#ffffff;
	margin:3px 3px 3px 0px;
	padding:2px;
	font-size:0.9em;
	/*font:normal 0.65em Arial, Helvetica, sans-serif;*/
	

}

input.btn {
	cursor:pointer;
	background:#1E5E73 url(../images/submit.gif) left top repeat-x;
	border:1px solid #326374;
	color:#ffffff;
	font:bold 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

input:hover.btn {
	cursor:pointer;
	background:#083952 url(../images/submit_hover.gif) left top repeat-x;
	border:1px solid #0E3C53;
	color:#ffffff;
	font:bold 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}


div.required_fields {
	background:url(../images/required.gif) left top no-repeat;
	padding:0px 0px 0px 13px;
	color:#C90000;
	

}

div#formGeneral_wide {
	width:720px;
	font-size:0.75em;
	
	border:1px #D8D8D8 solid;
	background-image:url(../images/prod/list_bg.jpg);
	background-repeat:repeat-x;
	background-color:#F6F6F6;
	margin:6px 0px 15px 0px;
	padding:4px;	
}


div#formGeneral_sm {
	width:500px;
	font-size:0.75em;	
	border:1px #D8D8D8 solid;
	background-image:url(../images/prod/list_bg.jpg);
	background-repeat:repeat-x;
	background-color:#F6F6F6;
	margin:6px 0px 15px 0px;
	padding:4px 4px 14px 14px;	
	line-height:1.2em;
	color:#000000;
	
}

div#formGeneral_sm h2 {
	font-weight:bold;
	
}

div#formGeneral_sm h3 {
	color:#666666;
	font-weight:bold;
	
	margin-top:4px;
	padding-top:4px;
	
}

div#formGeneral_sm p {
	font-size:0.8em;
	color:#000570;
}

div#formGeneral_sm a {
	font-size:0.9em;
	color:#DA4315;
}

table.or tr td {
	padding:3px;

}


