input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required, .validate-selection {
	border: 1px solid #7c7c7c;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed, select.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}
.validation-advice {
	/*margin: 5px 0;*/
	margin:1px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-size:9px;
	font-weight: normal;
	/*position:absolute;*/
	height:7px;
	line-height:6px;
}

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

fieldset {
	/*padding: 1em;
	margin-bottom: 0.5em;*/
	border:0;
}
.form-row {
	clear: both;
	padding: 0.6em;
}
.field-label {
	display:block;
	float:left;
	width:200px;
}
.field-widget {
	margin-bottom:10px;
}
#account_create input {
	width:200px;
}
#account_edit input {
	width:200px;
}
#product_create input {
	width:200px;
}
#password_forgotten input {
	width:200px;
}
#password_forgotten .field-label {
	text-align:right;
	margin-right:7px;
}
#login fieldset, .form-row, .field-label {
	margin:0px;
	padding:0px;
}
#sort select {	
	font-size:10px;
	height:17px;
	width:133px;
}
