.jqmOverlay { background-color: #000; }
div.jqmAlert { /* contains + positions the alert window */
  display: none;
  
  position: fixed;
  top: 17%;
  width: 32%;
}
    
/* 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: 0px;
}

div.jqmAlertWindow {
  height:auto;
  width: 580px;
  margin: auto;
  max-width:580px;
  padding: 0 0px 0px;
  background: transparent url(images/modaltopper.gif) 0 0 no-repeat;
}

.jqmAlertTitle{
  margin:5px 5px;
  height:20px;
  color:#FFF;
  background-color:#000;
}
.jqmAlertTitle h1{
  margin:5px 2px;
  padding-left:5px;
  padding:0;
  font-size:14px;
  text-transform:capitalize;
  letter-spacing:-1px;
  font-weight:bold;
  color:#FFF;

  float:left;
  height:20px;
}

div.jqmAlert .jqmClose em{display:none;}
div.jqmAlert .jqmClose {
  margin-top:5px;
  width:20px;
  height:20px;
  display:block;
  padding:0px;
  float:right;
  clear:right;
  background:transparent url(images/closeicon.gif) 0 0 no-repeat;
}

div.jqmAlert a.jqmClose:hover,div.jqmAlert a.jqmCloseHover{ background-position: 0 -20px; }

div.jqmAlertContent{
  border-top:px;
  color:#FFF;
  font:11px/14pt arial;
  min-height: 290px;
  padding:5px 5px 5px;
  margin:0px;
  letter-spacing:0px;
  background:#000;
}
div.jqmBottom {
  width: 580px;
  margin: auto;
  height: 20px;      
  background-image:url(images/modaltopper.gif);
  background-position: bottom center;  
}
.jqmBottomdiv {
	font-size:80%;
	color:#626262;
	width:100%;
	text-align: center;
}
.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 */

