/* Form Related Styles */

input.text, input.title, textarea, input, select {
    border:1px solid #eee;
    padding: 2px;
    margin: 2px;
    font-size: 12px;
    width: 185px;
	font-family:  Helvetica, Arial, Verdana, sans-serif;
}


textarea {
	width: 180px;
	height: 200px;
}

input.text:focus, input.title:focus, textarea:focus, select:focus {
    border:1px solid #666;
}

input.text, input.title, input[type=text] {
    padding:2px;
	margin-bottom: 10px;

}



input.title {

}

textarea {
	height:45px;

	padding:2px;
}

.form_table {
    border: 0;
    padding: 0;
	color: #fff;
    width: 430px;
}

.form_header {
    border-bottom: 1px solid #dfdad5;
    font-weight: bold;
    font-size: 14px;
}

.form_table th {
padding:5px;
font-weight: bold;
font-size: 11px;
}

.form_table td {
	padding: 0px 10px 0px 0px;

}

.form_table td img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul.errorlist {
list-style-type: none;
padding: 3px;
margin: 0px 0px 3px;
border: 0;
background:#FBE3E4;
color:#8a1f11;
font-size: 10px;
font-weight:bold;
}

.error input, .error select, .error textarea {
background:#FBE3E4;
color:#8a1f11;
font-size: 11px;
}

.captcha {
    float: left;
}

#id_captcha_0 {
	margin-left: 10px;
}
#id_captcha_1 {
	margin-left: 10px;
	line-height: 24px;
	float:right;
	width: 80px;
}


.submit {
	background: #710000;
	color: #fff;
	font-weight: bold;
	padding: 5px 0px;
}

.errormsg {
	background:#FBE3E4;
	color:#8a1f11;
	font-size: 10px;
	font-weight:bold;
	width: 390px;
	padding: 5px;
	margin-bottom: 5px;
}
