#srl_overLay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	display: none;
}
#srl_layer {
	border: 2px solid black;
	background-color: #fff;
	width: 600px;
	height: 450px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -225px;
	z-index: 9999;
	display: none;
}
#srl_closeBtn {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 21px;
	height: 21px;
	background: transparent url("../images/layer_CloseBtn.png") no-repeat center;
	z-index: 10000;
	text-indent: -9999px;
	cursor: pointer;
}
.srl_content {
	position: relative;
	overflow: auto;
	padding: 20px;
}
