
div.forms_required_asterisk
	{
	display: block;
	margin: 10px 0px 10px 0px;
	}

span.forms_required_asterisk
	{
	color: red;
	}

span.forms_required_asterisk_off
	{
	color: white;
	}
div.forms_error
	{
	display: block;
	margin: 10px 0px 10px 0px;
	color: red;
	}

div.input, div.input_error
	{
	display: block;
	width: 600px;
	margin: 5px;
	}
	
label.input, label.input_error
	{
	float: left;
	width: 175px;
	text-align: right;
	padding: 0px 15px 0px 0px;
	}
input.input
	{         
	padding: 1px 5px 1px 5px;	
	width: 175px;
	border: 1.5px silver solid;
	}

input.input_error
	{
	padding: 1px 5px 1px 5px;	
	width: 175px;
	border: 1px red solid;
	}
textarea.input
	{
	padding: 1px 5px 1px 5px;	
	border: 1px silver solid;
	}
	
/** captcha **/

div.captcha_img
	{
	height: 100px;
	background-color: white;

	display: block;
	margin: 30px 0px 00px 0px;
	}
	
div.captcha_img_left
	{
	background-color: white;
	float: left;
	width: 175px;
	text-align: right;
	padding: 0px 15px 0px 0px;
	}
	

div.captcha_img_right
	{
	float: left;
	width: 177px;
	background-color: white;
	text-align: left;
	}

div.captcha_img_link
	{
	text-align: center;
	}
a.captcha_img_right

	{
	text-decoration:underline;
	}
a.captcha_img_right:hover
	{
	text-decoration:none;
	}
/** old **/

.input_field
	{
	font-size: 12px;
	border: 1px silver solid;
	background-color: white; 
	text-align: left;
	}
td.forms_left
	{
	font-size: 12px;
	padding: 2px;
	text-align: right;
	}
td.forms_right
	{
	font-size: 12px;
	padding: 2px;
	text-align: left;
	}