.jqmOverlay { background-color: #000; }


.jqmWindow { display: none;  position: fixed;
	top: 8%;  left: 50%;  width: 90%;  margin-left: -47%;
	background-color: #666;  color: #000; }

/* fixed position emulation for IE6 moved to conditional include 
   in init.js (to keep Firefox error console clean) */


#wizdiv { top: 8%;  height: 460px;  width: 710px;  margin-left: -340px;
	background-color: #666; }

div.jqmConfirm { top: 17%;  width: 48%;  margin-left: -23%; }





#wizc, #popc, #waitAnim { position: absolute; 
	height: auto;  width: auto;  margin: auto; }

#waitAnim { height: 460px;  width: 100%;  overflow: hidden; 
	background-color: #666;  color: #fff; 
	z-index: 2002; }
#waitAnim p { padding: 80px 0;  text-align: center; }

#wizc { background-color: #bbb;  z-index: 2000; }

.wizard { height: 450px;  width: 700px;
	position: absolute;  top: 5px; left: 5px; 
	border: none;  z-index: 2001;  overflow: auto; }

.wizbg { height: 420px;  width: 680px;  background-color: #ccc; }




.jqClose { display: none;
	position: absolute; top: 5px; right: 20px;
	text-align: center;  font-size: 9px;
	z-index: 2004; }

.jqClose a {
	text-decoration: none;  font-weight: bold;
	width: 36px;  display: block;  padding: 2px 0 3px 0;
	background-color: #eee;  color: #edb500;
	border: 1px solid #666; }
.jqClose a:hover { background-color: #fff;  color: #ffaf01; }
.jqClose a:active { color: #000; }




div.jqmConfirmWindow {
	color: #fff;  background-color: #777;
	border: 4px solid #ccc; }

div.jqmConfirm input[type="submit"] { 
	padding: 0 8px;  margin: 10px 12px; 
	background-color: #333;  color: #eee; 
	font-size: 10px;  font-weight: bold;
	border: 1px solid #AAA; }
div.jqmConfirm input[type="submit"]:hover { color: #fff; }

.jqmConfirmTitle { height: 20px;  color: #bfecff;
	background-color: #444; }

.jqmConfirmTitle h1 {
	font-size: 14px;  color: #bfecff;  float: left;
	border: none;  margin: 0;  padding: 2px 0 0 8px; }

div.jqmConfirm .jqmClose em{ display:none; }
div.jqmConfirm .jqmClose {
	width: 20px;  height: 20px;  display:block;
	float:right;  clear:right;
	background: transparent url(../_img/jqm/close_icon_coll.png) 0 0 no-repeat; }

div.jqmConfirm a.jqmClose:hover{ background-position: 0 -20px; }

div.jqmConfirmContent { clear: both;  font: 11px/14px Tahoma;
	padding: 18px 12px 24px 12px;  /* white-space: pre; */ }

/* clearing a float without additional markup
	 http://www.positioniseverything.net/easyclearing.html */

.clearfix:after { content: ".";  display: block;  height: 0; 
	clear: both;  visibility: hidden; }
.clearfix { display: inline; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */




