@charset "utf-8";
/* CSS Document */
legend{color:#003399; display: none;}
legend.legend_CV{ display:  block;color:#990000; padding: 5px;}
input#Envio{ margin-left: 290px; border: none; background: #FFF; color: #990000; font-weight: bold; }
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input.required, textarea.required,input.optional  {
	border: none;width:290px; height: 20px; background:#DDD;
}

input.validation-failed, textarea.validation-failed {
	border: solid 1px #FF3300;
	color : #FF3300;
        
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 0px;
	background-color: #990000;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 0px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	margin-bottom: 0.5em;
	width:390px; padding:0px;
	border: none;
}
fieldset.field_CV {width:380px;
	border: solid 1px #666666; padding:5px;
}

label {
}

textarea.required{height: 80px;}
.form-row {
	clear: both;
	padding-bottom: 1em;
}
.field-label { 	display: block;
	width: 90px;
	float: left;
	margin-bottom: 5px;
        color: #990000;
        font-weight: bold;
        text-align:left;
}
.field-label2 { display: block;
	width: 290px;
	float: left;
	margin-bottom: 5px;
        color: #990000;
        font-weight: bold;
        text-align:left;
}

.field-widget {float:left;
}
textarea, select{border:none; background:#DDD;width:290px;}

