#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;
    padding: 0 0 13px 28px;
}
#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: 80px;
}
.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("/theme/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-top: -7px;
    width: 85px !important;
}
#registration .cms_form_field.cms_captcha input[type="text"] {
    width: 200px;
}
#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;
    margin-right: 15px !important;
    width: 66px !important;
}
#registration #uslovila label {
    float: right;
    width: 397px;
}
#registration #uslovila input[type="checkbox"] {
    margin-top: 5px;
}

.ui-multiselect {
    height: 30px;
}

.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-color: #EEEEEE !important;
    background-image: -moz-linear-gradient(center top , #EEEEEE, #E1E1E1);
    background-repeat: repeat-x;
    border-color: #D9D8D8 #CCCBCB #AEAEAE;
    border-image: none;
    border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #282828 !important;
    cursor: pointer;
    display: inline-block;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    margin: 10px 0 0;
    padding: 0 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    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;
}