#backgroundPopup{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:100%;  
width:100%;  
top:0;  
left:0;  
background:#000000;  
border:1px solid #cecece;  
z-index:1;  
}  

#popupContact{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
min-height:655px;
height:auto !important;
height:655px; 
width:712px;  
background:#862175;
z-index:2;  
padding:15px;
}

#popupContact ul.errorlist {
  list-style: disc inside;
  margin:5px 0;
}

#popupContactClose {
  float:right;
  cursor:pointer;
}

#popupContact .forms {
  margin-top:30px;
}

#popupContact #form_container {
  padding:0 45px 45px 45px;
}

#popupContact p {
  margin-bottom:10px;
}

#popupContact label {
  font-size:16px;
}

#popupContact h2{  
text-align:left;  
color:#ffd200;
margin:70px 0 20px 0;
font-size:33px;
}

#popupContact .form_left {
  width:205px;
  float:left;
  height:25px;
}

#popupContact .form_right {
  width:385px;
  float:right;
}

#popupContact .form_right input {
  width:97%;
}

#popupContact textarea {
  width:612px;
  height:130px;
}

#popupContact #commentbox {
  margin-top:30px;
}

#popupContact #commentbox div {
  margin-bottom:5px;
}

#popupContact #id_submit {
  margin-top:30px;
}

#contact_footer {
  margin-top:30px;
}

#contact_footer p {
  margin:0;
}

p.info {
  margin-bottom:10px !important;
/*  background: url(/media/img/icons/form_info.png) 0 0 no-repeat;*/
}
