@charset "utf-8";
/* CSS Document */



html, body {
	margin: 0;
	padding: 0;
	height: 100%;	
	}


#glayLayer{
	display: none;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;	
	height: 100%;
	width: 100%;
	background: black;
	filter:alpha(opacity=75);
	opacity: 0.75;
}

* html #glayLayer {
	position: absolute;
}

#overLayer {
	display: none;
	width: 848px;	
	background: white;
	position: absolute;
	padding: 10px;
	top: 50%;
	left: 50%;
	z-index: 9999;
}

* html #overLayer {
	position: absolute;
}


.close {
	position: absolute;
	z-index: 10000;
	top: -10px;
	right: -10px;
	cursor: pointer;
	background: url(../images/check_box/close_btn.png);
	_background: none; /* for ie6 */
	filter:progid:DXimageTransform.Microsoft.AlphaImageLoader(src='images/check_box/close_btn.png',sizingMethod='image'); /* for ie6 */
	width: 22px;
	height: 22px;	
	}
	
	
p#result-btn-parent {
		text-align: right;
	}
	
	
#result-btn {		
		opacity: 0.60;
		filter:alpha(opacity=60);
	}
	
	
.result-active {
	cursor: pointer;
	opacity: 1.0!important;
	filter:alpha(opacity=100)!important;
	}	 		