div.jqDrag {cursor: move;}
img.jqResize {
	position:absolute;
	bottom: 0px;
	right: 0px;
	cursor :se-resize;
}
div.jqmDialog {
	background:#F9F9F9;
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	
	margin-left: -200px;
	width: 400px;

	overflow: hidden;
	font-family:verdana,tahoma,helvetica;
	border: 1px solid #555555;
}

* html div.jqmDialog {
	 position: absolute;
	 top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/* [[[ Title / Top Classes ]]] */
div.jqmdTC {
	background: #f9f9f9 url(images/grid-blue-hd.gif) top ;
	color: #006699;
	padding: 10px;
	padding-top: 10px;
	font-family:verdana,tahoma,helvetica;
	font-size: 12pt;
	font-weight: 700;
	
	* zoom: 1;
}
div.jqmdTL {}
div.jqmdTR {}


/* [[[ Body / Message Classes ]]] */
div.jqmdBC {
	padding: 7px;
	
}
div.jqmdBL { overflow: auto; }
div.jqmdBR {padding-left: 7px; }

div.jqmdMSG { color: #317895; }


/* [[[ Button classes ]]] */
input.jqmdX {
	position: absolute;
	right: 3px;
	top: 3px;
	padding: 0px;
	height: 16px;
	width: 16px;
	overflow: hidden;
}
input.jqmdXFocus {background-position: bottom left; outline: none;}

div.jqmdBC button, div.jqmdBC input[type="submit"] {
	margin: 8px 10px 4px 10px;
	color: #777;
	background-color: #fff;
	cursor: pointer;
}

div.jqmDialog input:focus, div.jqmDialog input.iefocus { }
