#fancy_authbox{
	position: fixed;
	width: 600px;
	overflow: hidden;
	z-index: 2012;
	display: none;
	top: 90px;
	left: 0;
	font-size: 10pt;
}
#fancy_authbox a{
	color: black;
}
#fancy_authbox_scroller{
	 width: 8000px;
}
.fancy_authbox_item{
	width: 518px;
	border: 1px outset #CDBD9C;
	text-align: center;
	margin: 0 40px;
	padding: 20px;
	float: left;
	position: relative;
	background-image: url(../images/contentbg.jpg);
	filter:alpha(opacity=95); /* IE 5.5+*/
	-moz-opacity: 0.95; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.95; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.95; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}
.fancy_authbox_item label{
    /*display: block;*/
    font-size: 8pt;
    font-weight: bold;
    color: Gray;
}
.fancy_authbox_item input{
	width: 250px;
   padding: 2px;
	margin-bottom: 5px;
	margin-top: 2px;
}
.fancy_authbox_item textarea{
	width: 250px;
	height: 120px;
   padding: 2px;
	margin-bottom: 5px;
	margin-top: 2px;
}
.fancy_authbox_item .fancy_authbox_error{
	 display: none;
	 background: #F7C0A8;
    margin: 12px 100px 0 100px;
    border: solid 1px #cc1111;
    font-size: 8pt;
    font-weight: bold;
    color: #cc1111;
    padding: 5px;
}
.fancy_authbox_item .fancy_authbox_complete{
	 display: none;
	 background-color: #C7FFB1;
    margin: 12px 100px 0 100px;
    border: solid 1px Green;
    font-size: 8pt;
    font-weight: bold;
    color: Green;
    padding: 5px;
}
.fancy_authbox_item .fancy_authbox_load{
    display: none;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 7px;
    top: 7px;
    background: url(../images/loading.gif) left top no-repeat;
}
.fancy_authbox_item .fancy_authbox_close{
    width: 26px;
    height: 26px;
    position: absolute;
    right: 7px;
    top: 7px;
}