/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -205px;
	width: 410px;
	color: #333;
	z-index: 100;	
}

.jqmWindow1 {
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -205px;
	width: 500px;
	color: #333;
	z-index: 999;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.jqm_l {
	float: left;
	width: 9px;
	overflow: hidden;
	margin-bottom: -1px;
}
.jqm_r {
	float: right;
	width: 9px;
	overflow: hidden;
	margin-bottom: -1px;
}

.jqm_h2 {
	line-height: 26px;
	padding-left: 0px;
	font-size: 14px;
	color: #898A8F;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}
.jqm_c {
	color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #949494;
	border-left-color: #949494;
	float: left;
	width: 370px;
	background-color: #FFFFFF;
	background-image: url(/SNS/Tpl/default2/Public/img_smart/bg/pop_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -1px;
	margin-left: 0px;
}
.jqm_c1 {
	color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #949494;
	border-left-color: #949494;
	float: left;
	width: 500px;
	background-color: #FFFFFF;
	background-image: url(/SNS/Tpl/default2/Public/img_smart/bg/pop_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -1px;
	margin-left: 0px;
}
.jqm_c2 {
	padding: 16px;
	color: #666666;
}
.jqm_input {
	width: 180px;
}
.jqm_bottom {
	margin-top: 0px;
	clear: both;
}
