* {
	font: 11px Trebuchet MS, Verdana, Tahoma, Arial, Sans-Serif;
	text-align: left;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
.overlay {
	background: #9FF8AA;
}
div.jqmAlert,
div.jqmConfirm {
	display: none;
	position: fixed;
	top: 10%;
	left: 60%;
	width: 380px;
	margin-left: -240px;
}
div.jqmAlertWindow,
div.jqmConfirmWindow {
	height:auto;
	width: auto;
	margin: auto;
	max-width:480px;
	padding: 0 10px 10px;
	background:#FFFFFF;
	border:3px solid #ACDEA0;
	text-align: center;
}
.jqmAlertTitle,
.jqmConfirmTitle {
	margin:5px 2px;
	height:10px;
	color:black;
	background:#FFFFFF;
}
.jqmAlertTitle h1,
.jqmConfirmTitle h1 {
	font-size: 12px;
	font-weight: bold;
}
div.jqmAlertContent,
div.jqmConfirmContent {
	padding:5px 20px 5px;
	margin:10px 5px 5px 5px;
	border:1px dotted #111;
	letter-spacing:0px;
	background:#E4F9C6;
}
div.jqmAlertContent span,
div.jqmConfirmContent span {
	color:#027B16;
	font-size:14px;
	vertical-align: 5px;
	padding: 0 0 0 10px;
	font-weight: bold;
}
div.jqmAlert .jqmClose em,
div.jqmConfirm .jqmClose em {
	display:none;
}
div.jqmAlert .jqmClose,
div.jqmConfirm .jqmClose {
  width:20px;
  height:20px;
  display:block;
  float:right;
  clear:right;
  background:transparent;
}

div.jqmAlert input,
div.jqmConfirm input {
	text-align: center;
	width: auto;
	font-size: 13px;
	background-color: #057E02;
	color: #000000;
	font-weight: bold;
	border-width: 1px;
	margin-top: 5px;
	padding: 4px 10px 4px 10px;
}

* html div.jqmAlert,
* html div.jqmConfirm {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
