#con_form{
    position: fixed;left:-400px;top:40%;z-index: 1000;
    width: 400px;
}
#con_form_but{
    position: absolute;right: -30px;top:0;
    height: 200px;width: 30px;background: #2BA6CB;cursor: pointer;
    border: 1px solid #2BA6CB;border-left:none; 
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
#con_form_but_border{
     position: absolute;right: 0px;top:0;width: 29px;height: 198px;
     border: 1px solid #FFFFFF; 
     -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 4px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    4px 2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         4px 2px 5px 0px rgba(50, 50, 50, 0.75);
}
#con_form_but_pos{
    position: relative;margin: 115px 0 0 0;
    font-weight: bold;text-transform: uppercase;
}
#con_form_but_text{
    font-size: 15px;color:#FFFFFF;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /*writing-mode: tb-rl;*/ /* для IE ниже 9 */
}
#con_form_body_over{
    display: none;
    float: left;min-width: 400px;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#con_form_body{
    float:left;width: 100%;background: #FFFFFF;border: 2px solid #2BA6CB;padding: 5px;position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#content_form_s .button_span{
	float: right;
    margin-top: 0;font-size: 14px;background: #2BA6CB;color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
#content_form_s label{
    text-transform: uppercase;color: #222222;font-size: 16px;font-weight: bold;
}
#content_form_s input[type="text"]{
    /*height: 20px;padding: 0 5px;line-height: 20px;*/
    font-size: 15px;
}
#con_form_body form{
    margin: 0;
}

.con_form_close_but{
    position: absolute;right: -15px;top:-15px;width: 30px;height: 30px;cursor: pointer;
}


.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto;background: none;border:none; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(images/loading.gif) no-repeat 50% 50%; }