@CHARSET "ISO-8859-1";

div.jqmAlert
{
	display: none;	
}

div#DOMWindowOverlay
{
	opacity: 0.5 !important;	
}

div#DOMWindow {
	overflow: auto;
	padding: 0 10px 10px;  
	background: #e0e0e0 !important;
	border: 4px dotted #cccccc !important;
}

.jqmAlertTitle{
	margin:5px 2px;
	height:20px;
	color:#FFF;
}
.jqmAlertTitle h4
{
  margin:5px 2px;
  padding-left:5px;
  padding:0;
  font-size:14px;
  text-transform:capitalize;
  float:left;
  height:20px;
}

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

div.jqmAlertWindow a.jqmClose:hover,
div.jqmAlertWindow a.jqmCloseHover
{
	background-position: 0 -20px;
}

div.jqmAlertContent{
  color:#000000;
  font:11px/14pt arial;
  padding:5px 20px 5px;
  margin:5px;
  letter-spacing:0px;
}

/*°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
  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 */