﻿
div.jqmAlert { 
  display: none;
  position: fixed;
  top: 17%;
  width: 100%;
}
    
/* 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 div.jqmAlert {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div.jqmWindow {  
  width: 442px;
  margin: auto;  
  font-family: Arial;
  font-size: 12px;
}

div.jqmWindow div.outer-content
{	
	background-image:url(../images/popup/popup_rpt_bg.png);
	background-repeat:repeat-y;
	width:100%;
	position:relative;
}

div.jqmWindow div.inner-content
{	
	background-image:url(../images/popup/popup_main_bg.png);
	background-repeat:no-repeat;	
	padding:0 37px;
	position:relative;
}

div.jqmWindow .popup-top
{
	background-image:url(../images/popup/popup_top_bg.png);
	background-repeat:no-repeat;
	width:100%;
	height:16px;
}

div.jqmWindow .popup-btm
{
	background-image:url(../images/popup/popup_btm_bg.png);
	background-repeat:no-repeat;
	width:100%;
	height:16px;
}

div.jqmWindow p.title
{
	padding:10px 0;
	margin-left:-5px;
}

div.jqmWindow p.confirmation
{
	color:#000000;
	font-size:18px;
	font-weight:bold;
	padding:37px 0;
}

div.jqmWindow a.closedialog.btn
{
	position: absolute;
	top:0;
	right:14px;
	width:15px;	
}

div.jqmWindow a.closedialog.btn span
{
	cursor:pointer;
}

.jqmOverlay { background-color: #000; }

div.jqmAlert .jqmClose {
  width:20px;
  height:20px;
  color:#ffffff;
  display:block;
  float:right;
  clear:right;
}

div.jqmAlert a.jqmClose:hover,div.jqmAlert a.jqmCloseHover{ background-position: 0 -20px; }

div.jqmContent{
  border-top:px;
  color:#FFF;
  font:11px/14pt arial;
  padding:5px 20px 5px;
  margin:5px;
  border:1px dotted #111;
  letter-spacing:0px;
}

.jqmWindow dl.form 
{
	width:100%;
}


/*°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
  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-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */