/* This is the main container div for all the contact details */
#contact-div {
	margin-left: auto;
  margin-right: auto;
  width: 88%;
  min-height: 500px;
  height: 500px;
  overflow: auto;
  /*background: #7A8490;*/
  background: #292829;
}
body.lowres #contact-div{
	width: 98%;
}
#contact-tabs {
	    /*background: #7A8490;*/
	    background: #292829;
	  }


.addresstext {
    font-family: Din,Tahoma,helvetica,arial;
    font-size: 1.0em;
	    
}

.addresstextheader {
    font-family: Din,Tahoma,helvetica,arial;
    font-size: 1.1em;
	    
}


#contact-div .ui-widget {
    font-family: Din,Tahoma,helvetica,arial;
    font-size: 1em;
}


#contact-div .ui-widget-header {
	background: none;
    font-size: 1em;
}

#cptmap a {
	color: #fff !important;
}

#jhbmap a {
	color: #fff !important;
}