div.counter {position:relative;float:right;margin:10px 5px 0 0;}
.right_big {margin-bottom:10px;}
.registration_body {height:690px;}

input.hi, select.hi{
	  border: solid 1px #ea1919;
}

div.error {margin:0 0 10px;}

div.error table {
    width:100%;
    height:19px;
}
div.error #left{
    height:19px;
    width: 20px;
    background:url(/img/bgr/errorleft.gif) no-repeat top right;
}

div.error #right{
    height:19px;
    width: 19px;
    background:url(/img/bgr/errorright.gif) no-repeat top left;
}

div.error #center{
    height:19px;
    background:url(/img/bgr/errorbg.gif) repeat-x top left;
    color: #ffffff;
    text-align: center;
}

div.errorgreen {margin:0 0 10px;}

div.errorgreen table {
    width:100%;
    height:19px;
}
div.errorgreen #left{
    height:19px;
    width: 21px;
    background:url(/img/bgr/errorleftgreen.gif) no-repeat top right;
}

div.errorgreen #right{
    height:19px;
    width: 21px;
    background:url(/img/bgr/errorrightgreen.gif) no-repeat top left;
}

div.errorgreen #center{
    height:19px;
    background:url(/img/bgr/errorbggreen.gif) repeat-x top left;
    color: #ffffff;
    text-align: center;
}

.red {
    color: #c00000;
}

	.simple_overlay {font-size:1.1em;color:#fff;}
		.simple_overlay a {color:#fff;text-decoration:underline;}
			.simple_overlay a:hover {text-decoration:none;}

	/*OVERLAY*/
		.simple_overlay {display:none;z-index:10000;width:675px;min-height:200px;background-color:#333;border:1px solid #666;}
			.simple_overlay .close {position:absolute;right:-15px;top:-15px;height:35px;width:35px;background-image:url(../img/bgr/close.png);cursor:pointer;}
			.simple_overlay .next {position:absolute;top:40%;right:0;padding:10px 20px;background:#333;border:1px solid #666;border-right:0;-moz-border-radius:5px;-webkit-border-radius:5px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;-webkit-border-top-right-radius:0;}
			.simple_overlay .prev {position:absolute;top:40%;left:0;padding:10px 20px;background:#333;border:1px solid #666;border-left:0;-moz-border-radius:5px;-webkit-border-radius:5px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;}
				.simple_overlay .next:hover {background-color:#000;}
				.simple_overlay .prev:hover {background-color:#000;}
			.simple_overlay .info {position:absolute;bottom:0;left:0;padding:10px 15px;background:#333;border-top:1px solid #666;}
				.simple_overlay .info strong {display:block;}
			.simple_overlay .progress {position:absolute;top:45%;left:50%;display:none;}
			.simple_overlay .disabled {visibility:hidden;}

