
* {margin: 0;padding: 0;}
html, body {margin: 0; padding: 0; height: 100%;}
body {background-color: #023442;}
body {background-color:#023442;   /*062944 old blue bg */color: #fff;font-family: tahoma, verdana, sans serif;font-size: 0.7em;}

#boxes {
margin-top:10%;
margin-left:15%;
margin-right:15%;
}

.maintext{
  text-align: center;
  font-family: tahoma, verdana, sans serif;
  text-decoration: none;
}

#boxes #dialog {
  width:800px; 
  height:400px;
  padding:30px;
  background-color:#023442;
  font-family: tahoma, verdana, sans serif;
  font-size: 1.1em;
}

.link {
float:left;
padding: 3px 7px 3px 7px;
margin-left: auto;
border:1px solid #fff;
font-weight: bold;
border-radius: 5px;
background:#023442;
}

.link {
clear:left;

margin-left: auto;
margin-right: auto;
float:right;
text-align: center;
margin-top:30px;
}


#popupLogo {
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom:10px;
}


a:link.agree {color:#fff; text-decoration:none;font-weight: bold;}
a:visited.agree {color:#fff; text-decoration:none;font-weight: bold;}
a:hover.agree {color:#ccc; text-decoration:none;font-weight: bold;}

#text {
float:left;

}