.translucent_cover
 {
background: black;
height: 100%;
left: 0px;
opacity: 0.9;
position: fixed;
top: 0px;
width: 100%;
z-index: 1000;
 } 

 .top_block { 
border: 1px solid white;
border-radius: 10px;
-webkit-border-radius: 10px;  /* Safari, Chrome */
-khtml-border-radius: 10px;     /* Konqueror */
-moz-border-radius: 10px;  /* Firefox */
display: block;
padding: 15px;

z-index: 1001;
background-color:#fff;
opacity: 1;
 
}
.contactFormPosition
{
/*center fixed*/
width: 300px;
height: 200px;
position: fixed;
top: 50%;
left: 50%;
margin-top: -75px;
margin-left: -150px;
}

.contactFormButton
{
background-color:#fff; 
border:2px solid #ccc; 
padding:5px;
font-size:11px;
text-transform:uppercase;
color:black;
margin-bottom:10px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
width:100%; 
 
}
.black_text
{
margin-bottom:20px;
color:#FFFFFF;
min-height:50px;
 
}
.text_embross
{
color:#666666;
text-align:center;
}
.popupErrorText
{
color: #FF0000;
}