/* CSS Document */
span.inputRequirement { display:none; }

label.success { border:0; color:#00CC00 !important; font-style:italic !important; font-size:1.1em; text-align:left; }

#create_account label.error,
#login label.error,
#checkout_payment label.error,
#account_password label.error,
#account_edit label.error,
#contact_us label.error,
#addressbook label.error,
#musterAfrage label.error {
	width: auto;
	display: inline;
	color:#f00;
	border:none;
	background:none;
	padding:0 0 0 9px;
	margin:2px 0 0 0;
	font-size:0.8em;
	font-weight:normal;
	position:absolute;
}

#cart_quantity label.error { display:block; background:#f00; color:#fff; border:0; padding:.4em; margin-right:.6em; }

#create_account input.error,
#login input.error,
#checkout_payment input.error,
#account_password input.error,
#account_edit input.error,
#contact_us input.error,
#addressbook input.error,
#musterAfrage input.error { border:1px dashed #e25e00; background:#ffdec7 url(../../img/unchecked.gif) no-repeat 300px center; color:#8A1F11; padding:2px 0px 2px 3px; }

#musterAfrage select.error { border:1px dashed #e25e00; background:#ffdec7; color:#8A1F11; padding:2px 0px 2px 3px; }