/* validation classes */

form div.clear {
	clear:both;
}
form div.buttons {
	height:auto;
	margin:0;
}
form div.privacy {
	border:1px solid #9D9D9D;
	color:#9D9D9D;
	display:block;
	font-size:9px;
	height:55px;
	margin: 0 0 10px 0;
	overflow:auto;
	padding:6px;
	width:340px;
	clear:both;
}
#fastreg form div.privacy{
	height:50px;
	width:438px;
}
form div .validation-advice {
	margin-right:3px;
	font-size:11px;
	color:#FF1E91;
	height:18px;
	*height:16px;
}

/* LABEL */
label {
	font-weight: bold;
	float:left;
	padding:5px 0 0 0;
	width:170px;
}
.inputContainer{
	height:36px;
	clear:both;
}
#fastreg label{
	width: 200px;
}
/* INPUT, SELECT */
form input, form select{
	margin: 0 0 2px 0;
	padding: 0 0 0 3px;
	width: 200px;
	height: 16px;
}

form select{
	height: 18px !important;
	padding: 0px 0px 0px 3px;
}

.error, .inputError{
	color:#FF1E91;
	font-size:11px;
}
.error input, .inputError input {
	border:1px solid #FF1E91;
	color:#FF1E91;
}
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
input, select {

}
input.radio, input.checkbox {
	border:0 none !important;
	width:15px;
	margin:3px 5px 0 0;
	vertical-align:middle;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input.required, textarea.required, textarea  {
	/*
	 background-color: #fff !important;
	 */
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF1E91;
	color: #FF1E91;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color: black;
}
input.validation-passed {
	color: black !important;
}


/* TEXTAREA, FIELDSET, ... */
textarea{
	margin:0;
	font-family:arial,Helvetica,clean,sans-serif;
	font-size: 100%;
}
fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}
hr.preSubmit{
	border:0;
	color: #fff;
	background-color: #fff;
	height:1px;
	clear:both;
}


/* ALTRO ... */

#frmContattaci div{
	clear:both;
	padding-bottom: 15px;
	width:100%;
}

#frmContattaci div.validation-advice{
	clear:both;
	width:340px;
	position:absolute;
	padding-bottom:0;
	height:15px;
	*margin-top:22px;
	_margin-top:0px;
	*background:transparent;
}
#frmContattaci textarea#comment{
	height:100px;
}
input.hiddenField{
	border: none !important;
}
#addressFormButtons{
	height:auto;
}
#accountaddress form#addressForm input,
#accountaddress form#addressForm select{
	width:190px;
	background: #fff !important;
}
#accountaddress form#addressForm input#defaddr{
	width:auto;
}

#profileFormButtons{
	float:left;
	margin-top: 15px;
}
