br.both{
clear:both;
}

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background: none;
border:1px solid #cecece;
z-index:1000;
text-align:left;
color: #787878;
}

#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:486px;
width:430px;
background:#232323;
border:1px solid #232323;
padding:35px 0;
z-index:1001;
/*text-transform: uppercase;*/
}

#popupContactHeader{
display:block;
position:absolute;
left:0;
top:0;
height:20px;
width:420px;
background:#2a2929;
border:none;
padding:2px 5px 2px 5px;
z-index:1002;
margin:0;
text-align:left;
font-weight:bold;
font-size: 12px;
text-transform: none;
}

#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#dedede;
font-weight:700;
display:block;
cursor: pointer;
_cursor: hand;
}

#button{
text-align:center;
margin:100px;
}

.popuptext
{
  text-align: left;
  overflow: auto; 
  display: block; 
  width: 380px; 
  height:100%; 
  position: relative; 
  padding: 0 25px 25px 25px; 
  scrollbar-base-color: #343434; 
  scrollbar-track-color: #232323; 
  clip: rect(auto auto auto auto);
  color: #787878;
}