.label {
	width: 170px;
	font-family: "trebuchet ms",Arial, Helvetica, sans-serif;
	color: #581E00;
	font-size: 11px;
}
.radioText, .labelLong {
	font-family: "trebuchet ms",Arial, Helvetica, sans-serif;
	color: #581E00;
	font-size: 11px;
}
.inputForm {
	height: 19px;
	width: 290px;
	border: 1px solid #BAEAFA;
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 2px;
}

.textForm {
	font-family: "trebuchet ms",Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 103px;
	width: 290px;
	border: 1px solid #BAEAFA;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-left: 5px;
}
.buttonForm {
	font-family: "trebuchet ms",Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #00AEEF;
	height: 22px;
	width: 85px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
/*	margin-bottom: 3px; */
	margin-right: 2px;
}

.blogInputForm {
	height: 19px;
	width: 290px;
	border: 1px solid #D3D2DE;
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 2px;
}

.blogTextForm {
	font-family: "trebuchet ms",Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 103px;
	width: 290px;
	border: 1px solid #D3D2DE;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-left: 5px;
}

.blogLabel {
	font-family: "trebuchet ms",Arial, Helvetica, sans-serif;
	color: #888888;
	font-size: 11px;
}


/* =FORM -------------------------------------------------------- FORM */
.cntForm { width: 460px; margin:4px; }

.label {
	float:left;
	text-align:left;
clear:left;
}

.form {
	float:left;
	m_argin:2px 0px 3px 0;
	margin:0px 0px 4px 0;
	width: 290px;
	position:relative;
display:block;
}
.form.fullwidth {
	width:680px;
}
/*
.inputForm { width: 220px;  }
.inputForm, input.inputFormSmall {
	border:0;
	padding:4px 5px 4px 5px;
	border:1px solid #CCCCCC;
	float:right;
}
*/
/*
input.inputFormSmall { width:60px;   float:left; }
*/



#imgCaptcha { float:left;   width:150px; height:24px; border:1px solid #CCCCCC; margin-left:18px; padding:0;   }
/*
.textForm {
	height: 120px;
	width: 290px;
	padding:4px 5px 4px 5px;
	margin:2px 0px 3px 0;
	border:0;
	background:#ededed;
}
*/
textarea.inputForm { height:120px; }

.fieldType4, .fieldType6 {
	font-family: "trebuchet ms",Arial, Helvetica, sans-serif;
	color: #581E00;
	font-size: 11px;
	padding-left:10px;
	w_idth: 400px;
}


.form.fullwidth {
	font-family: "trebuchet ms",Arial, Helvetica, sans-serif;
	color: #581E00;
	font-size: 12px;
	padding-left:10px;
}
.fullwidth {
	width: 460px;
}

div.buttonForm  {
	float:right;
	margin:5px 0px 0px 0px;
	padding:0px;
}
input.buttonForm {
	cursor:pointer;
	height:25px;
	margin:0px;
	border:0;

}

/* =VALIDATION ---------------------------------------------------------------- VALIDATION */
.validity-summary-container {
	b_ackground:#fe3e50;
	border:1px solid #d91b48;
	color:#FFF;
	font-size:12px;
	padding:5px 0px;
	margin:5px 0;
	float:left;
	width:464px;
}
.validity-summary-container ul li {
	list-style-type:square;
	list-style:square;
	background:none;
	list-style-position:inside;
	font-family: "trebuchet ms",Arial, Helvetica, sans-serif;
	color: red;
	font-size: 11px;
}
label.error {
    color:red;
    margin-left:2px;
    b_ackground-image:url('arrow.gif');
    b_ackground-position:left center;
    b_ackground-repeat:no-repeat;
    padding:2px;
    padding-left:18px;
    -moz-border-radius:4px;
    -webkit-border-radius: 4px;
	float:left;
	width:100%;
	border:none;
}
.validity-modal-msg {
    position:absolute;
    z-index:2;
    background-color:red;
    border:solid 1px #000;
    padding:4px;
    cursor:pointer;
	float:left;
}
.validity-modal-msg:hover { background-color:#aaa; }
.validity-summary-container { display:none; }
.validity-summary-output ul { }
.validity-erroneous { border:solid 1px #d91b48 !important; }
.error { border:1px solid red; }
/* =VALIDATION ------------------------------------------------------------------ VALIDATION */


