#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

.inner_popup_box{
    margin: 0 auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 10px;
}

.inner_popup_box h4{
    font-size: 20px; font-weight: bold; text-align: center; color: #0000A0;
}

.inner_popup_box h3{
    font-size: 12px; font-weight: bold; text-align: left; color: #ff0000; margin-top: 10px; line-height: 1.2;
}

.popup_form{
    margin-left: 300px; margin-top: 10px; text-align: center;
    
}

.popup_form label{
    font-size: 12px; font-weight: bold; color: #666666;
}

.popup_form input{
    margin-top: 2px; margin-bottom: 10px; height:15px;
}

.sr_popover{
    margin: 2px; padding: 0; width: 600px; height: 330px; position: absolute; left: 0; right: 0; display: none;    
}

.leftside_popup{
    width: 350px;        
}

.rightside_popup{
    width: 350px;    
}

#rekbloks {width:260px; height:260px; float:left; margin:10px 20px 10px 20px; align:center;}
#apaksa {text-align:center;}

