#form {
	border: 1px solid #ffcf00;
	background-color: #fff6cd;
}

#form .field_name {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 8px;
	font-size: 80%;
}

#form .field_small_text {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 70%;
	color: #404040;
	white-space: nowrap;
}

#form .field_error {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	white-space: nowrap;
	color: #c2311c;
}

#form .separator_text {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 70%;
	color: #404040;
	text-align: center;
	background-image: url("gray-line.gif");
	background-position: center center;
	background-repeat: repeat-x;
	white-space: nowrap;
}

#form .separator_back {
	background-color: #fff6cd;
}

#form .tl {width: 12px; height: 12px;}
#form .tc {height: 12px;}
#form .tr {width: 12px; height: 12px;}
#form .ml {width: 12px; height: 6px;}
#form .mc {height: 6px;}
#form .mr {width: 12px; height: 6px;}
#form .bl {width: 12px; height: 12px;}
#form .bc {height: 12px;}
#form .br {width: 12px; height: 12px;}


#ok {
	border: 1px solid #009600;
	background-color: #ebffeb;
}

#ok .tl {width: 10px; height: 10px;}
#ok .tc {height: 10px;}
#ok .tr {width: 10px; height: 10px;}
#ok .ml {width: 10px; height: 10px;}
#ok .mc {	
	color: #007800;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
#ok .mr {width: 10px; height: 10px;}
#ok .bl {width: 10px; height: 10px;}
#ok .bc {height: 10px;}
#ok .br {width: 10px; height: 10px;}


#err {
	border: 1px solid #c2311c;
	background-color: #fdefed;
}

#err .tl {width: 10px; height: 10px;}
#err .tc {height: 10px;}
#err .tr {width: 10px; height: 10px;}
#err .ml {width: 10px; height: 10px;}
#err .mc {
	color: #c2311c;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
#err .mr {width: 10px; height: 10px;}
#err .bl {width: 10px; height: 10px;}
#err .bc {height: 10px;}
#err .br {width: 10px; height: 10px;}