  html { height: 100%; font-family:Helvetica;}
  body { height: 100%; margin: 0; padding: 0; }
  div { font-family:Helvetica;}
  #map_canvas { height: 100%;min-height:300px; }
  #container_bg{height:95px;width:100%;background:#FFFFFF;padding-top:5px;}
  
  
 
 simpleButtonImages {
 	text-align: left;
   	border:0;
 }
 
 div.inputWarning {
      font-size:8pt;
      color:#FF9999;
 }

.smallLink {
  color:blue;
  font-size:8pt;
  text-decoration:underline;
  text-align:right;
  cursor: pointer;
}

.smallRedLink {
  color:red;
  font-size:8pt;
  text-decoration:underline;
  text-align:right;
  cursor: pointer;
}


span.blue-title {
	font-size: 30pt;
	color: #6666EE;
	font-weight: bold;
}

span.red-title {
	font-size: 30pt;
	color: #EE6666;
	font-weight: bold;
}


div.mailboxTitleBox  {
	text-align: center;
	width:100%
}
div.mailboxInput,inputWrapper  {
	font-family:Helvetica;
	text-align: center;
	width:100%;
	padding-top:-2px;
}

div.loading {

	background-color:#CC0000;
	padding-top:2px;
	display:none;
	position:absolute;
	height:20px;
	font-size:9pt;
	font-family:Helvetica;
	vertical-align:middle;
	border-width:1px;
	border-style:solid;
	border-color:black;
	text-align:center;

}


div.warning {

	background-color:#CCCCCC;
	color:#777777;
	padding-top:5px;
	display:none;
	position:absolute;
	height:35px;
	font-size:8pt;
	font-family:Helvetica;
	vertical-align:middle;
	border-width:2px;
	border-style:solid;
	border-color:#777777;
	text-align:center;
	vertical-align:middle;

}

.winDesc {
	text-align: center;
	font-weight: bold;
	width:200px;
}

