#regform label{
	font-size:12px;
	display:block;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 3px;
}





#regform label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color: red;
    font-style: italic;
}
#regform input.error {
    border: 1px dotted red;
}

#regform .greenButton{
	width:auto;
	margin:10px 0 0 2px;
	padding:3px 4px 3px 4px;
	color:white;
	background-color:#589d39;
	outline:none;
	border:1px solid #006600;
	font-weight:bold;
}

#regform .greenButton:active{
	background-color:#006600;
	padding:4px 3px 2px 5px;
}

#settingsform{	
	border:3px solid #eeeeee;
	padding:15px;
	
	background:url(/images/formbg.jpg) repeat-x #cbd4e4;
	color:#203360;
	
	
	width:400px;
}

.error_message
{
  color: red;
}
 
.field_error
{
  border-color: red;
}