form div.clear {
	clear:both;
}
form div.buttons {
	height:auto;
	margin:0;
}

/* VALIDATION ADVICE */
form div .validation-advice {
	font-size: 10px;
	color: #CC0000;
	height: 14px;
	bottom: 0px;
	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:left;
	width: 185px;
	float: left;
}
.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;
	line-height: 12px;
	font-size: 11px;
	background: #ffffff;
	float: left; display: inline;
}
select{
	-moz-box-sizing: content-box;
	height: 18px !important;
	padding: 0px;
	width: 223px;
}

input[type=hidden] { display: none;}

.error, .error_credCard, .errorMessage, .inputError{
	color:#CC0000;
}
.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: #ffffff;
}
input.validation-failed, textarea.validation-failed, select.validation-failed {
	border-bottom: 1px solid #cc0000;
	color: #cc0000;
}


/* 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;
	height: 1px;
	clear: both;
}


/* ALTRO ... */
#addressFormButtons{
	height:auto;
}
#accountaddress form#addressForm input#defaddr{
	width:auto;
}
#profileFormButtons{
	margin-top: 15px;
}
