body{margin:0;}
.qaptcha{width:220px;margin-top:0px;}
.qaptcha .clr{clear:both}
.qaptcha .bgSlider{width:220px;height:24px;float:left;border:1px solid #ccc;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#fff;}
.qaptcha .Slider{width:24px;height:24px;background:#eee url('/ismu/images/slider_feedback.png') no-repeat 50% 50%;cursor:e-resize;position:relative;top:0;left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.qaptcha .TxtStatus{width:252px;margin-bottom:5px;text-align:left;color:#bb2828;font-family:Helvetica;font-size:10px;}
.qaptcha .dropSuccess{color:#4e8b37}
.qaptcha .dropError{color:#bb2828}
.clSelectFeedback{width:220px;}
.clTextareaFeedback{width:400px;height:180px;}
.clTitle{color:#039;font-weight:bold;font-size:18px;}
.clText{text-align:center;color:#039;font-weight:bold;font-size:13pm;}
.clButton{color:#FFF;font:bold 12px Verdana;background:none repeat scroll 0% 0% #7596F1;border:1px solid #7596F1;padding:0px 40px;border-radius:40px;height:21px;}
.clButtonClose{background:none repeat scroll 0% 0% #C00;color:#FFF;font-weight:bold;font-size:11px;border-radius:20px;border:0px none;text-align:center;padding:0px 2px;font-family:Arial;position:absolute;top:5px;right:5px;}
#divCl{width:400px;height:400px;display:inline-block;padding:20px;border:2px solid black;border-radius:15px;background:#DEF2FE;top:50%;left:50%;position:absolute;margin-top:-200px;margin-left:-200px;z-index:1000;}
.divWindowForm{width:400px;height:400px;display:inline-block;padding:20px;border:2px solid black;border-radius:15px;background:#DEF2FE;top:50%;left:50%;position:absolute;margin-top:-200px;margin-left:-200px;z-index:1000;}
.cldivConnect{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);background:#DEF2FE;width:250px;position:fixed;bottom:400px;height:48px;left:-101px;border:1px solid #7596F1;border-radius:30px 20px 0px 0px;text-align:center;vertical-align:middle;line-height:3em;cursor:pointer;}
.divBackground{background:black;position:fixed;width:100%;height:100%;opacity:0.7;display:none;z-index:500;}
.tableList{border-collapse:collapse;border:2px #336699;background:#FAFDF4;font-family:Times New Roman;}
.tableList td{.
padding:5px;border:1px solid #336699;}
.tableList th{.
text-align:left;background:#6699CC;padding:5px;border:1px solid #336699;color:#FAFDF4;font-size:17px;font-weight:normal;}
.substrateDiv{border:solid 1px #FAFDF4;background:#FAFDF4;padding:5px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:5px;-khtml-border-radius:10px;box-shadow:0 0 4px rgba(0,0,0,0.5);}
.infoDivFrom{border:solid 1px #DEF2FE;background:#DEF2FE;padding:10px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:5px;-khtml-border-radius:10px;}
.infoDiv{border:solid 1px #B9D3EE;background:#B9D3EE;padding:10px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:5px;-khtml-border-radius:10px;}
a.feedbackLink:link{text-decoration:underline;color:#26527C;font-weight:bold;}
a.feedbackLink:visited{text-decoration:underline;color:#6699CC;font-weight:bold;}
a.feedbackLink:hover{text-decoration:none;color:#003366;font-weight:bold;}
.clFeedbackForm{width:400px;}
.clFeedbackEl{height:20px;}
.divWindow{position:absolute;background-color:#e54937;top:-130px;width:290px;height:90px;margin:0px 5px 0px 100px;border-radius:0px 0px 4px 4px;padding:10px;font-size:15pt;<!-- Задаем размер -->
font-weight:bold;text-align:center;font-family:Times New Roman;opacity:0.9;z-index:5000;}
.forBigInput{width:190px;height:18px;}
.forLittleInput{width:110px;height:18px;}

#divCl{
    width: 460px;
    height: 480px;
    display: inline-block;
    padding: 20px;
    border: 2px solid black;
    border-radius: 15px;
    background: #DEF2FE;
    top: 50%; /* Отступ в процентах от верхнего края окна */
    left: 50%; /* Отступ в процентах от левого края окна */
    position: absolute; /* Абсолютное позиционирование блока */
    margin-top: -200px; /* Отрицательный отступ от верхнего края страницы, должен равняться половине высоты блока со знаком минус */
    margin-left: -200px; /* Отрицательный отступ от левого края страницы, должен равняться половине высоты блока со знаком минус */
    z-index: 1000;
}
