input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #81231A;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #81231A;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #81231A;
	color : #FFF;
	font-weight: normal;
font-size:11px;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label,
table label {
	font-weight: bold;
	clear: both;
	display:block;
font-size:11px;
}

.form-row, 
table .form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}

/*CAPTCHA*/

.captcha_container{
margin:10px 0;
}

.captcha_table,
.captcha_table td,
.captcha_table tr{
border:none !important;
margin:0 !important;
padding:0 !important;
}

.captcha_table td{
vertical-align:middle;
}


#captcha_img{
border:1px dotted #666;
}

#captcha_play{
display:block;
background:#fff url(http://www.webbins.it/files/getbyname/captcha_player.gif) no-repeat 0 0;
font-size:1px;
height:16px;
width:16px;
line-height:999px;
overflow:hidden;
text-decoration:none !important;
text-indent:999px;
padding:0;
margin:0 0 0 0px;
}

#captcha_reload{
display:block;
background:#fff url(http://www.webbins.it/files/getbyname/captcha_reload.gif) no-repeat 0 0;
font-size:1px;
height:16px;
width:16px;
line-height:999px;
overflow:hidden;
text-decoration:none !important;
text-indent:999px;
padding:0;
margin:0 0 0 10px;
}

/*CAPTCHA*/