.form-jsError-box .form-errors,
.jsError-label {
	color: #f00;}

.form-jsError-box {
	display: none;
	float: right;
	margin: 5px 0 0;
	width: 320px;}
.form-jsError-box .errors-arrow {
	background: url('../images/form-errors-arrow.gif') no-repeat;
	height: 8px;
	left: 274px;
	position: relative;
	top: 1px;
	width: 13px;}
.form-jsError-box .form-errors {
	background: #e8e8e8;
	border: 1px solid #000;
	font-weight: bold;
	padding: 20px 15px;}
.form-jsError-box .form-errors-text {
	color: #000;}
.form-jsError-box .errors-list {
	margin: 0;
	padding: 10px 0 0 14px;}
.form-jsError-box .errors-list li {
	list-style: disc;}
.jsError {
	background: #e8e8e8;
	border: 1px solid #000;}
.jsError:hover,
.jsError:focus {
	background: #e8e8e8;}
.jsError-label {
	font-weight: bold;}
.jsErrorIcon {
	display: inline-block;
	height: auto;
	left: 142px;
	margin-top: 0;
	position: absolute;
	top: -38px;
	width: auto;}
.jsErrorIcon-tooltip {
	background: url('../images/bg-tooltip.png') 0 bottom no-repeat;
	color: #fff;
	display: none;
	font-weight: bold;
	margin-top: -1px;
	padding: 8px 10px 15px;
	position: relative;}
.field:hover .jsErrorIcon-tooltip {
	display: block;}