#overlay {background-color: rgba(0, 0, 0, 0.5); display: none; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 1000;}
#registration {clear: both;  overflow: hidden; margin:0 auto; width:419px;}
#registration .cms_form_field {margin-bottom: 7px; overflow: hidden;}
#registration label {
    clear: left;
    color: #4D4D4D;
    float: left;
    font-family: "PT Sans";
    font-size: 14px;
    margin-top: 2px;
    width:100px;
}
.reg_notification { margin: 11px 30px;}
#registration label.error {color: #FF0000; font-size: 12px; margin-left: 85px; width: 310px;}
#registration input[type="text"], #registration input[type="password"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D6D0D0;
    border-radius: 7px 7px 7px 7px;
    float: left;
    padding: 5px;
    text-align: left;
    width: 305px;
}
#registration span {
    clear: left;
    color: #8C8C8C;
    display: block;
    font-size: 12px;
    margin-left: 85px;
}
#reg_wrapper {
    background: none repeat scroll 0 0 #ECECEC;
    border-radius: 15px 15px 15px 15px;
    color: #4D4D4D;
    font-family: "PT Sans";
    left: 50%;
    margin-left: -225px;
    margin-top: -224px;
    min-height: 450px;
    position: absolute;
    text-align: left;
    top: 40%;
    width: 450px;
    z-index: 99999;
}
#reg_wrapper h2 {
    color: #0C83B0;
    font-family: "PT Sans";
    font-size: 25px;
    font-weight: normal;
    margin: 10px 0 15px;
    text-align: center;
}
#reg_wrapper input[type="submit"] {
    background: url("butreg_new.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: "PT Sans";
    font-size: 19px;
    margin: 0 auto;
    padding: 4px 0;
    width: 209px;
}
#registration .cms_form_field .cms_captcha label {
    width: 115px !important;
}
#registration .cms_form_field.cms_captcha img {
    width: 85px !important;
}
#registration .cms_form_field.cms_captcha img {margin-left: 18px; margin-top: -7px; width: 85px !important;}
#registration .cms_form_field.cms_captcha input[type="text"] {width: 200px;}
#registration .cmsCaptchaUpdate {float:right; margin-right:15px;}
#reg_wrapper .close {
    float: right;
    margin: -12px -12px 0 0;
}
.cms_background_result_block.cms_registration_result_block {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
#registration .cms_captcha label {float: left !important;}
#registration #uslovila label {float: right; width: 397px;}
#registration #uslovila input[type="checkbox"] {margin-top: 5px;}

.ui-multiselect {height: 30px;  width: 316px !important; background: #fff;}
.ui-multiselect.ui-widget.ui-state-default.ui-corner-all > span {margin-left: 0 !important;}
.cms_form_submit {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
    background-image: -moz-linear-gradient(center top , #EEEEEE, #E1E1E1);
    border-radius: 6px;
    border-style: solid;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 10px 0 0;
    text-decoration: none;
    transition-duration: 0.2s;
    vertical-align: middle;
}
.cms_result_block.cms_registration_result_block {
    background: none repeat scroll 0 0 black;
    color: white;
    opacity: 0.7;
    padding: 10px;
}

#registration .sdo_course_id {
    display: none;
}
#registration .open_password {
    display: none;
}