/*modal v1.0.0 */
.modal_open_lock {
    overflow: hidden !important;
    width: auto;
}
.modal_open_lock body {
    overflow: hidden !important;
}
.modal_open_lock_test {
    overflow-y: hidden !important;
}
html.modal_open {
	overflow: hidden !important;
	width: auto;
}
.modal_open_lock {
	overflow: auto;
	overflow-y: scroll;
}
.modal {
	display: none;
	overflow: hidden;
	clear: both;
}
.modal_content{
	visibility: hidden;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index:1000;
	background: #FFF;
	width: auto;
	height: auto;
	padding: 15px;
	overflow: hidden;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	outline: 0 none;
}
.modalBK{
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	z-index:999;
	height:100%;
	width:100%;
/*	background:#000;
	opacity: 0.6;
	filter: alpha(opacity=60);-moz-opacity:0.60;*/
	background-color: rgba(51,51,51,0.6);
	background: url(overlay.png) repeat left top\9;
	overflow-x: auto;
	overflow-y: scroll;
}
.close {
	position: absolute;
	top: 0;
	right: 10px;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	font-size: 21px;
	font-weight: bold;
	color: #000;
	opacity: 0.2;
	text-shadow: 0 1px 0 #fff;
}