@CHARSET "UTF-8";

form { margin:0; }
a > img { border: none; }
.message-box, .error-box {
	margin:1em;
	border:1px dashed #000;
	color:#000;
}
.message-box {
	border-color:#3d0;
	background:url(../images/icons/ok.png) 5px 1em no-repeat;
	padding:0 0 0 26px;
}
.error-box {
	font-weight:bold;
	border-color:#f00;
	background:url(../images/icons/error.png) 5px 1em no-repeat;
	padding:0 0 0 26px;
	color:#f00;
}
label.required {
	font-weight:bold;
}
label.requiredHidden {
	font-weight:normal !important;
}
label.requiredHidden span {
	display: none !important;
}
.iconLink {
	background-repeat: no-repeat;
	padding: 0 0 9px 25px;
}
.product-separator {
	margin:5px 0px;
	border-bottom:1px solid #000;
}
.tr0 {
	background: #FFFFFF;
}
.tr1 {
	background: #f5f5f5;
}