BODY, TD { font-size: 11px; font-family: Verdana, Arial; color: black; }

img { border: none; }

form { 
	margin: 0; padding: 0; 
	/*background: url(/static/images/s_tableback.gif) no-repeat; 	*/
}

form .inputSubmit, .inputReset, .inputButton {
	/*background: #F4760F;
	border:1px solid #818181;
	width: auto;
    color:#FFFFFF;*/
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;

	padding:0 5px;
    background:url(/static/images/bgrd.gif) left bottom repeat-x #FFFFFF;
}


form .inputText, .inputPassword, .inputTextarea, .inputSelect, .inputFile {
	color: #000000;	
	border: solid 1px #818181;
}

form tr.error td label {
	color: red;
}

form tr.error td .inputText, form tr.error td .inputPassword, form tr.error td .inputTextarea, form tr.error td .inputSelect, form tr.error td .inputFile {
	border: solid 1px red;
}

form tr.error td .inputSelect {
	background: #FF6F6F;
	color: black;
}
form tr.required td label {
	font-weight: bold;
}

form tr.optional td label {
  font-weight: normal;
}

.form_name_col {
	padding-top: 7px;
	vertical-align:top;
}

.formerrors {
  text-align: left;
  padding: 0 10px 0 10px;
}

.formerrors ul {
	margin-top: 5px;
	margin-bottom: 0px;
}

.formerrors ul li {
	padding-left: 15px;
	margin: 0px;
	list-style-type: none; 
	background-image: url(/static/images/lrbullet.gif);
	background-repeat: no-repeat;
}	

.formerrors .text {
  background: #E30000;
  background-image: url(/static/images/error_icon.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: white;
  font-weight: bold;
  padding: 10px 5px 10px 40px;
}

.autocomplete {
	display: none;
	font-size: 9px;
	font-style: italic;
	color: #CCC;
	margin-bottom: 2px;
}
.autocomplete INPUT {
	color: #111;	
	font-size: 9px;
	border: solid 1px #CCC;
}