/* Contact popup */
#popupContact{
  position:absolute;
  	top:-940px;
  	left:300px;
  width:400px;
  height:400px;  
  border: 1px solid black;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  background-image: url('/images/home/popup/bg.png' );
  font-family: 'Trebuchet MS',Helvetica,sans-serif;
  font-size:14px;
  text-align:center;
}


#closeButton{
   position:absolute;
  	top: 10px;
  	right:10px;
   width: 19px;  
   text-align:center;
   color:white;
   font-weight:bold;
   margin-left:5px;
}

#edgeSpacer{
  margin:10px;
  width:400px;
  height:470px;
}

#spacer{
  height:60px; 
}

#contactHeader{
  text-align:center;
  margin-top:10px;
}

#contactBody{
  width:400px;
  margin-top:15px;
  text-align:center;
  font-size:16px;
}

#contactBody a{
 color: white; 
}

.docs{
  font-size:12px; 
}

.heavy{
  font-weight:bold; 
}

.paragraph{
  margin-top: 15px; 
}

.small{
  font-size: 14px; 
}
