div.container{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:999!important;
    left: 0px;
    top: 0px;
    background-image: url('../images/bgcontainer.png');
    display: none;
}
#close{
    position: relative;
    top:5px;
    left: 280px;
    cursor: pointer;
}
div.wrapper{
    width:325px;
    border: 6px solid gray;
    background-color: white;
    position: absolute;
    z-index:999!important;
    left: 37%;
    top:5%;   
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: #666 0px 1px 2px;
    -moz-box-shadow: #666 0px 1px 2px;
    box-shadow: #666 0px 1px 2px;
    behavior: url('css/pie.htc');
}    
div.formBox{
    width: 310px;  
    margin:16px;
    margin-top:2px!important;
}
table.callForm{
    border-collapse: collapse;
    width: 309px!important;
}
table.callForm td{
    font-family: arial;
    font-size: 12px;
    color: #808080;
    font-weight: bold;
    border: 1px solid white;
}
table.callForm td input, textarea{
    border: 1px solid  #00CCFF;
    border-radius:5px;   
    -moz-border-radius:5px; 
    -khtml-border-radius:5px;
    outline:none;
    padding:2px;
}

input.button{
    border:  0px!important; 
}
#atention{
    padding: 2px;
    border: 1px solid #DFDDDD;
    background-color: #FBF9CA;
    text-align: center;
    font-size: 11px;
    font-family: arial;
    color:red;
    margin-top: 8px;
    display: none;
    width: 280px!important;
}
#captcha{
    height:30px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: green;
}
div.messageBox{
    margin-top: 20px;
    margin-left: -20px;
    font-size:15px;
    font-family: arial;
    font-weight: bold; 
    text-align: center!important;
}
textarea{
    width: 260px!important;
    margin-bottom: 15px; 
}
#name, #comment{
    width: 262px!important;
}
#phone_{
    width: 187px!important; 
}
#captcha{
    width: 92px!important;   
}
tr{
    padding-top: 5px;
}
.sub{
    padding-left: 33px;
}
#zak_z{cursor: pointer;}
.container{display:none}
