.lock {
	overflow: hidden;
	padding-right: 15px;
}

.themodal-overlay {
	position: fixed;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.themodal-overlay > * {
	-webkit-transform: translateZ(0px);
}

.themodal-overlay {
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #7F000000, endColorstr = #7F000000);
	zoom: 1;
}

.modal {
    background:url('http://bucl.ru/virtualserver/images/texture.jpg');
	box-shadow:2px 2px 15px #000;
	text-align:left;
	font-style:normal;
	font-weight:normal;
	font-family: Calibri;
    width:1000px;
    margin: 40px auto;
    display: none;
    margin-top:80px;
}

.popup_close_line .close:hover {
	color:#3F3F3F;
}

.popup_close_line .close {
	font-size:28px;
	color:#2C2C2C;
	text-decoration:none;
	text-shadow: 0px 0px 5px #C1C1C1;
	font-weight:bold;
}

#popup {
position:fixed;
top:0px;
left:0px;
z-index:999;
width:100%;
height:100%;
opacity:0.8;
display:none;
background:#464444;
}

.popup_content {
position:absolute;
display:none;
top:40px;
width:1000px;
left:50%;
z-index:9999 !important;
margin-left:-500px;
background:url('http://bucl.ru/virtualserver/images/texture.jpg');
box-shadow:2px 2px 15px #000;
text-align:left;
font-style:normal;
font-weight:normal;
font-family: Calibri
}

a.popup_close {
font-size:28px;
color:#2C2C2C;
text-decoration:none;
text-shadow: 0px 0px 5px #C1C1C1;
font-weight:bold;
}

a.popup_close:hover {
color:#3F3F3F;
}

.popup_close_line {
padding:0px 10px 0px 0px;
text-align:right;
}

.popup_body {
padding:10px 20px 20px 20px;
}

.popup_line {
width:100%;
height:0px;
border-top: 1px solid #E6E6E6;
border-bottom: 1px solid #FFF;
margin-top:5px;
margin-bottom:10px;
}

.popup_subline {
width:100%;
height:0px;
border-top: 1px dashed #C3C3C3;
border-bottom: 1px dashed #FFF;
margin-top:3px;
margin-bottom:3px;
}


.popup_title {
margin-top:-20px;
font-size:25px;
color:#6E6E6E;
}

.popup_subtitle {
padding:0px 10px 0px 0px;
text-align:right;
font-size:17px;
color:#484848;
text-shadow:1px 1px 2px #FFF;
}


.label_title {
	font-size:14px;
	color: #274A69;
	text-shadow: 1px 1px 1px #FFF;
	padding-top: 7px;
	padding-bottom: 5px;
}

.label_subtitle {
font-size:12px;
color:#495E7C
}

.item_par_box {	background: #F2F2F2;
	margin-bottom: 8px;
	padding: 8px;
}