form div.clear {
	clear:both;
}
form div.buttons {
	height:auto;
	margin:0;
}
#fastreg form div.privacy{
	height:50px;
	width:438px;
}

/* VALIDATION ADVICE */
form div .validation-advice {
	font-size: 10px;
	color: #CC0000;
	height: 14px;
	bottom: 1px;
	_bottom: 2px;
	left: 195px;
	_left: 190px;
	position: absolute;
	padding: 0;
}
#advice-required-yletter{
	position:relative;
}
/* LABEL */
label {
	font-weight: bold;
	display:inline;
	margin:0;
	padding: 2px 10px 0 0;
	text-align:right;
	width: 185px;
	float: left;
}
.error label, .inputError label{
	width:185px;
}
.inputContainer, .inputCnt {
	height: 36px;
	clear: both;
	position: relative;
}
#fastreg label{
	width: 200px;
}
/* INPUT, SELECT */
input, select{
	margin: 0 0 4px 0;
	padding: 2px 0 0 3px;
	width: 220px;
	height: 16px;
	_height: 18px;
	font-size:11px;
	background: #e8e6e3;
	border: 1px solid #9c978d;
	float: left;
}
select{
	height: 18px !important;
	padding: 0px 0px 0px 3px;
	width: 225px;
	_width: 220px;
}


.error input, .inputError input{
	border:1px solid #c00;
	color:#c00;
}
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
input.radio, input.checkbox {
	border: 0 none !important;
	width: 15px !important;
	margin: 3px 5px 0 0;
	vertical-align: middle;
	background-color: transparent;
}
input.disabled {
	border: none;
	background: #E8E5DE;
}
input.validation-failed, textarea.validation-failed {
	border-bottom: 1px solid #cc0000;
	color: #cc0000;
}


/* TEXTAREA, FIELDSET, ... */
textarea{
	margin: 0;
	font-family: Arial,Helvetica,clean,sans-serif;
	font-size: 100%;
	background: #dddddd;
}
fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}
hr.preSubmit{
	border: 0;
	color: #fff;
	height: 1px;
	clear: both;
}


/* ALTRO ... */
#addressFormButtons{
	height:auto;
}
#accountaddress form#addressForm input#defaddr{
	width:auto;
}
#profileFormButtons{
	margin-top: 15px;
}
