div.jqmAlert { 
  display: none;
  position: fixed;
  top: 17%;
  left: 50%;
  margin-left:-200px;
  width: 400px;
  text-align:left;
}
.jqmOverlay { background-color: #000; }
div.jqmAlertWindow {
  height:auto;
  width: auto;
  margin: auto;
  max-width:400px;
  padding: 0 10px 10px;
  background:#111;
  border:1px solid #FFF;
}
.jqmAlertTitle{
  margin:5px 2px;
  width:370px;
  height:20px;
}
.jqmAlertTitle h1{
  margin:2px 2px;
  padding-left:3px;
  padding:0;
  font-size:18px;
  letter-spacing:-1px;
  font-weight:bold;
  color:#FFF;
  float:left;
  height:20px;
}
div.jqmAlert .jqmClose em{display:none;}
div.jqmAlert .jqmClose {
  width:20px;
  height:20px;
  display:block;
  float:right;
  clear:right;
  background:url(../images/close-btn.jpg);
}
div.jqmAlertContent{color:#FFF;font-size:13px;padding:5px 5px 5px 10px;margin:5px;background:#1f2b3d}
div.jqmAlertContent p{margin:5px 0}
div.jqmAlertContent a{color:#fff; font-weight:700}
div.jqmAlertContent a:hover{color:#1097e4}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

