.jmodal-overlay{
	position:fixed; top:0; left:0; width:100%; height:100%;
	background:black;
	opacity:0.4;
	z-index:10001;
	display:none;
}

.jmodal-wrap{
	position:fixed; top:50px; left:40%;
	background:white;
/* 	border:2px solid #666; */
	
	-webkit-box-shadow: 0px 0px 6px 0px #555;
	box-shadow: 		0px 0px 6px 0px #555;
	-webkit-border-radius: 10px;
	-moz-border-radius   : 10px;
	border-radius        : 10px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	color:#444;
	z-index:10003;
	display:none;
	height:650px !important;
}

.jmodal-close{
	display:block;
	position:absolute;
	top:14px; right:10px;
	width:14px; height:14px;
	background:url("jmodal-close.png") no-repeat;
	z-index:10005;
}

.jmodal-head{
	position:relative;
	padding:16px;
	background:url("jmodal-bg.png") repeat;
	border-bottom:1px solid #ccc;
	-webkit-border-radius: 10px 10px 0px 0px;-moz-border-radius: 10px 10px 0px 0px;border-radius: 10px 10px 0px 0px;
}

.jmodal-title{
	font-size:16px;
	text-shadow: 1px 1px 0 #eee;
	-webkit-text-shadow: 1px 1px 0 #eee;
	margin:0; padding:0;
}
.jmodal-subtitle{
	padding:0; margin:4px 0 0;
	font-size:12px;
}

.jmodal-body{
	padding:14px 16px;
	overflow:hidden;
}
.jmodal-body iframe{height:580px !important;overflow:hidden;max-height:none;}

