
.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}
.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');
}

.gdialog_background {
	position:fixed;
	border:1px solid #7E9AA3;
	background:#fff url(../images/watermark.jpg) bottom right no-repeat;
}
.gdialog_header {
	height:25px;
	background:url(../images/leftnav_sectionlink.gif) bottom left repeat-x;
}
.gdialog_close {	
	float:right;
	width:16px;
	height:16px;
	margin:4px 4px 0 0;	
	background: url(../images/icons/ico_cancel.png) top left no-repeat;
	cursor:pointer;
}
.gdialog_title {
	font-weight:bold;
	padding:5px 0 0 4px;	
}
.gdialog_content {
	border:1px solid #E0E7E9;
}
.gdialog_messagediv {
	padding:10px;
}
.gdialog_promptdiv {
	padding:5px;
	font-weight:bold;
}
.gdialog_fielderror {
	float:none;
	width:270px;
	margin:0 auto 5px auto;
	padding:5px 10px;
	border:1px solid #fc0;
	background-color:#ffc;
	text-align:center;
}
input.gdialog_finput, textarea.gdialog_finput, select.gdialog_finput {
	margin:5px;
}
input.gdialog_finput, select.gdialog_finput {
	width:285px; 
}

.gdialog_buttondiv {
	margin:0 auto;
}
a.gdialog_button, a.gdialog_button:visited,
a.gdialog_button2, a.gdialog_button2:visited {
	display:block;
	height:20px;
	padding:5px 5px 0 5px;
	margin:0 auto;
	border:2px solid #E0E7E9; 
	background:url(../images/leftnav_sectionlink.gif) top left repeat-x;
	color:#3d4f54;
	text-decoration:none;
	text-align:center;
	letter-spacing:1px;
}
a.gdialog_button2, a.gdialog_button2:visited {
	margin:0;
	margin-right:2px;
	float:left;
	text-align:left;
}
a.gdialog_button2 img {
	float:left;
	margin-right:4px;
}
a.gdialog_button:hover,
a.gdialog_button2:hover {
	background-position:bottom left;
}
.gdialog_iframe {
	border:0px solid #C0CDD1;
	margin:0;
	padding:0;
}
