
body.scroll-disabled {
	overflow:hidden;
}


.cursor-pointer {cursor:pointer;}

.btn-layer-close {
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #efefef; 
}


.btn-layer-close:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 6px;
	display: block;
	width: 8px;
	height: 8px;
	background: url(/images/common/form_icon.png) no-repeat;
	background-position: -175px top; 
}


.btn-layer-close > span {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0; 
}



.width100p	{width:100% !important;;}

.width100	{width:100px !important;}
.width120	{width:120px !important;}
.width150	{width:150px !important;}
.width180	{width:180px !important;}
.width210	{width:210px !important;}
.width220	{width:220px !important;}


.text-left		{text-align:left !important;}
.text-right		{text-align:right !important;}
.text-center	{text-align:center !important;}


