/*
	www.somansa.com
	project	:CM
	author	:Web/UX Choi duck kue
	date	:2014.03.10
 */

div[id*="Overlay_"]{
	position:fixed; top:0px; left:0px;
	width:100%; height:100%;
	background:#000;
	opacity:0.8; filter:alpha(opacity=80);
}
div[id*="popView_"]{
	position:absolute; left:50%; top:40%;
	margin:-200px 0 0 -230px;
	width:460px; min-height:200px;
	background:#fff;
	border-radius:5px;
	box-shadow:2px 2px 4px #000;
	outline:none;
}
.popView-title{
	position:relative;
	height:48px;
	border-width:1px;
	border-style:solid;
	border-color:#679ccb transparent #145e9e #679ccb;
	border-radius:5px 5px 0 0;
	background: #206eb2; /* Old browsers */
	background: -moz-linear-gradient(top,  #206eb2 0%, #367cba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#206eb2), color-stop(100%,#367cba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #206eb2 0%,#367cba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #206eb2 0%,#367cba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #206eb2 0%,#367cba 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #206eb2 0%,#367cba 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#206eb2', endColorstr='#367cba',GradientType=0 ); /* IE6-9 */
	zoom:1;
}
.popView-title:after{
	content:" "; display:block; clear:both;
}
.popView-title > p{
	float:left;
	line-height:48px;
	padding-left:20px;
	font-size:16px; font-weight:bold; color:#fff;
	text-shadow:-1px -1px 0 #225989;
}
.popView-close{
	position:absolute; right:-1px; top:-1px;
	float:right;
	width:48px; height:48px;
	border-width:1px;
	border-style:solid;
	border-color:#35527a transparent #001d37 #337cbd;
	border-radius:0 5px 0 0;
	box-shadow:3px 0px 8px rgba(0,0,0,0.3) inset;
	background: #184179; /* Old browsers */
	background: -moz-linear-gradient(top,  #184179 0%, #0e3872 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#184179), color-stop(100%,#0e3872)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #184179 0%,#0e3872 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #184179 0%,#0e3872 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #184179 0%,#0e3872 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #184179 0%,#0e3872 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184179', endColorstr='#0e3872',GradientType=0 ); /* IE6-9 */
}
.popView-close a{
	display:inline-block;
	margin:16px 0 0 16px;
	width:16px; height:16px;
	text-indent:-9999px;
	background:url("../images/icon.png") no-repeat 0 -16px;
}
.popView-contents{padding:30px; border-radius:0 0 5px 5px; background:#ffffff; /* font-size: 13px */}
.popView-contents .loading{
	padding:20px 0 0 0;
	text-align:center;
}
.popView-contents .title{padding-top:5px;font-weight:bold}
.popView-contents .editBox{padding:10px;}

