html, body{
height: 100%;
width: auto !important;
background-color:#888888 !important; 
}
#gap{
width: 1px;
height: 50%;
float: left;
margin-bottom: -24em;
}
#footer, #footer-left, #footer-right{
background: 0;
margin: auto;
color:#333 !important;
}
#footer a { color:#333 !important; }

#centerbox { 
	margin: 0 auto;
	clear: left;
	width:500px;
}

#centerbox div#news {
  height: 40em;
  width: 300px;
  max-width:45em;
  float:right;
  background: #fff;
  color:#333;
  padding: 10px 10px 35px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 15px 15px 10px rgba(0,0,0,0.3);
  -webkit-box-shadow: 15px 15px 10px rgba(0,0,0,0.3);
  box-shadow: 15px 15px 10px rgba(0,0,0,0.3);
  border:4px solid #fff;
  border:4px solid rgba(255,255,255,0.8);  
  margin-left:20px;
}

div#news h1 { color:#4f901c; }
div#news h2 { margin:20px 0px 10px; color:#4f901c; }

#centerbox div#login{
float:right;
  position: relative;
  height: 40em;
  width: 500px;
  background: #ffffff url(../images/aqm-bg-lrg.png) repeat-x;
  color:#333;
  padding: 15px 30px 0px 30px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 15px 15px 10px rgba(0,0,0,0.3);
  -webkit-box-shadow: 15px 15px 10px rgba(0,0,0,0.3);
  box-shadow: 15px 15px 10px rgba(0,0,0,0.3);
  border:4px solid #fff;
  border:4px solid rgba(255,255,255,0.8);
}

div#img-base {
	vertical-align: baseline;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#login #logo{
text-align: center;
padding-bottom:100px;
}
p#logo { 
 height:200px;	
}
#login em{
width: 250px;
display: inline-block;
margin-bottom: 3px;
}
#login form{
margin-left: 60px;
margin-top: -45px;
}
#login ol.form label.formValidator { 
  margin-left: 8em !important;
}
#login form li.button{
margin-left: -13px;;
}
#login form li.button input{
margin-bottom:20px;
}
#login #loginsuggestions{
padding-left: 16px;
}
em.info{
display:inline-block;
vertical-align: middle;
margin-right:4px;
width:16px;
height:16px;
background: url(/templates/aqm/images/icons/information.png) no-repeat;
text-indent: 18px;
line-height: 16px;
}
h2{font-size: 14px;}

ol.login label { width:9em; }
ol.login li.checkbox { padding-left:10em; }
ol.login li.button { padding-left:11em; }
#login ol.form label.formValidator { margin-left: 10em !important; }
#login form { width:auto; }

#news p.ok { background: url(/templates/aqm/images/icons/accept.png) no-repeat left center ; padding-left:20px; }

#news #feed { overflow-x:none; overflow-y:auto; height:300px }
#unsupportedBrowser{
text-align: left;
font-weight: bold;
padding: 10px 10px 10px 45px;
background: #FFFF66 url(../images/unhappy.png) no-repeat  8px 23px;
border: 1px solid black;
opacity: 0.8;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
position: absolute;
top: 160px;
left: 27px;
width: 450px;
z-index: 2;
}

div.dust-data {
	width: 75%;
	margin: auto;
	border: 2px solid #999999;
	position: relative;
	top: -75px;
	border-radius: 10px;
	text-align: center;
	background-color: #006599;
	color: #FFFFFF;
}

div.dust-data h1 {
	position: relative;
	top: -15px;
}