.ean_form label { display: block; float: left; width: 200px; }
.ean_form input[type="text"], .ean_form input[type="password"],
.ean_form input[type="email"] {
	padding: 4px 8px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	-moz-box-shadow: inset 0 0 2px #ddd, 0 0 3px #f0f0f0; -webkit-box-shadow: inset 0 0 2px #ddd, 0 0 3px #f0f0f0; 
	box-shadow: inset 0 0 2px #ddd, 0 0 3px #f0f0f0;
}
.ean_form input[type="checkbox"] { float: left; margin: 5px 8px 0 0; }
.ean_form input[type="text"]:focus, 
.ean_form input[type="password"]:focus,
.ean_form input[type="email"]:focus { border-color: #aaa; }
.ean_form input.error, 
.ean_form input[type="text"]:focus.error,
.ean_form input[type="password"]:focus.error,
.ean_form input[type="email"]:focus.error { border-color: #ffa5a5; -moz-box-shadow: 0 0 3px #ffbfbf; -webkit-box-shadow: 0 0 3px #ffbfbf; box-shadow: 0 0 3px #ffbfbf; }
.ean_form p { margin: 0 0 15px; min-height: 20px; }
.ean_form ul { margin: 0 0 15px; padding: 0; }
.ean_form li { list-style: none; margin: 0 0 15px; }
.ean_message { margin: 0 0 15px; }
.ean_message.error {  }
p.ean_error { margin: 0 0 4px; border: 1px solid #ffa5a5; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
p.ean_error span { display: block; background: #ffbfbf; border-top: 1px solid #f9d1d1; padding: 0 4px;}
.ean_level_description { border-left: 1px solid #f0f0f0; margin-left: 10px; padding-left: 8px; font-size: 12px; }

.ui-slider { width: 440px;}