/*  Forms */.input, textarea, select {	background-image:url(../images/form_bg.jpg);	background-repeat:repeat-x;	border:1px solid #777777;	font-size:11px;	color:#911414;	padding:3px;	font-family:tahoma, arial, sans-serif;
}form strong {	font-weight:bold;	margin-top:10px;
	color:#000;}form small {  font-size:10px;	font-weight:normal;	font-style:italic;	font-family:Verdana;	display:block;		color:#8a877c;}form .input, form textarea, form select{	display:block;	margin-top:5px;	margin-bottom:10px;	width:95%;	padding:5px;		font-size:13px;
}form textarea {	min-height:100px;}form label {	margin-left:5px;
	display:block;
	margin-top:5px;
}form label input{	margin-right:7px;}form div.select_group {	padding:10px;	padding-left:0px;}form .input_button {	margin-top:15px;}form .small_width {  width:50px;}form .search_width {  width:110px;}
.submit {	width:109px;
	height:28px;
	float: left;
	background-image:url(../images/form_submit_bg.png);
	background-repeat: no-repeat;	color: #000; 
	cursor:pointer;
	font-size:13px;

}
.required {	color: red;}.terms {	font-size: 11px;}.terms strong {	display: inline;}
