.overlay_dialog,
.overlay_alert {
    background-color: #000;
    filter:alpha(opacity=50)!important;
    -moz-opacity: 0.5!important;
    opacity: 0.5!important;
    z-index: 1000;
}

.overlay___invisible__ {
    background-color: #fff;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.dialog {
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.alert_nw {
    width: 30px;
    height: 30px;

}

.alert_n {

    height: 80px;
}

.alert_ne {
    width: 30px;
    height: 30px;

}

.alert_e {
    width: 30px;

}

.alert_w {
    width: 30px;

}

.alert_sw {
    width: 30px;
    height: 30px;

}

.alert_s {

    height: 30px;
}

.alert_se {
    width: 30px;
    height: 30px;

}

.alert_sizer {
    width: 9px;
    height: 19px;
    background: transparent url('../images/sizer.gif') no-repeat 0 0;
    cursor:se-resize;
}

.dialog_close,
.alert_close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAMAAACq939wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEOUVGQjU4MjI2N0ZFMjExQkM2MUQ2MUM2QUQzNDg1NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxOUQ5QjYyRUU5MkQxMUUyQTIzQkM5NjBGRDQ4OTcwQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxOUQ5QjYyREU5MkQxMUUyQTIzQkM5NjBGRDQ4OTcwQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjExRTQ3ODI0QUJENUUyMTFBRDU3REFDQTZDRTZCRDEyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ5RUZCNTgyMjY3RkUyMTFCQzYxRDYxQzZBRDM0ODU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+MPwKJgAAABhQTFRFqampFxcX8/PzUlJSUFBQUVFR+fn5////HEji6AAAAEdJREFUeNpMzjkWACEIBNHSwe7731hZgiGqT8AD5BlBnJG+QKPXwq1s41J1InWyC95rbQ90oq9Qrb5CdW6e6G4xXeL/2xVgACgkA4Y1jAdfAAAAAElFTkSuQmCC) no-repeat;
    cursor: pointer;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
    z-index: 2000;
}

.alert_minimize {
    width: 14px;
    height: 15px;
    background: transparent url("../images/minimize.gif") no-repeat 0 0;
    position:absolute;
    top:5px;
    left:28px;
    cursor:pointer;
    z-index:2000;
}

.alert_maximize {
    width: 14px;
    height: 15px;
    background: transparent url("../images/maximize.gif") no-repeat 0 0;
    position:absolute;
    top:5px;
    left:49px;
    cursor:pointer;
    z-index:2000;
}

.alert_title {
    float:left;
    font-family: "Kelson Sans Ru";
    font-size:17px;
    text-align:left;
    width:100%;
    color:#000;
    padding:30px 0;
}

.alert_content {
    overflow:auto;
}
.alert_content .input-box {
    padding-bottom: 10px;
}

.alert_buttons {
    margin-top: 10px;
    text-align: right;
}

.top_draggable, .bottom_draggable {
    cursor:move;
}

.status_bar {
    font-size:12px;
}
.status_bar input{
    font-size:12px;
}

.wired_frame {
    display: block;
    position: absolute;
    border: 1px #000 dashed;
}

.guarantee-popup .top.table_window {
    display: none;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
    display: block;
    position: absolute;
}

.dialog table.table_window  {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0px;
    padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th {
    padding: 0;
}

.dialog .title_window {
    -moz-user-select:none;
}

.alert-popup {
    background: #f0f0f0 url("../images/instant-order-pattern.png") -198px -217px no-repeat;
}
.one-click-order-popup {
    background: #f0f0f0 url("../images/instant-order-pattern.png") -198px -207px no-repeat;
}
.one-click-order-popup-block {
    margin-bottom: 6px;
}
.alert-popup .alert_content,
.one-click-order-popup .alert_content {
    overflow: visible;
}
.alert-popup .alert_nw,
.alert-popup .alert_w,
.one-click-order-popup .alert_nw,
.one-click-order-popup .alert_w {
    width: 0;
}
.alert-popup .alert_e,
.alert-popup .alert_ne,
.one-click-order-popup .alert_e,
.one-click-order-popup .alert_ne {
    width: 0;
}
.alert-popup .alert_title,
.one-click-order-popup .alert_title {
    font-size: 18px;
    font-weight: bold;
    margin: 34px 0 5px 96px;
}
.one-click-order-popup .one-click-alert-form-message,
.one-click-order-popup .one-click-alert-message {
    font-size: 14px;
}
.alert-popup .alert_content {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.one-click-order-popup .alert_content {
    float: right;
}
.alert-popup .alert_title,
.one-click-order-popup .alert_title,
.one-click-order-popup .one-click-alert-message{
    width: 290px;
    padding: 0;
}
.one-click-order-popup .one-click-alert-message {
    margin: 0 0 20px 36px;
}
.one-click-order-popup .one-click-alert-message span {
    font-weight: bold;
}
.one-click-order-after-form .buttons-set {
    text-align: left;
}
.alert-popup .input-box,
.alert-popup .field,
.one-click-order-after-form .input-box,
.one-click-order-after-form .field {
    position: relative;
    padding: 0;
}
.alert-popup form input,
.one-click-order-after-form .field input {
    width: 248px;
}
.alert-popup form label {
    position: absolute;
    left: -136px;
    top: 8px;
    display: inline-block;
    width: 130px;
    text-align: right;
}
.alert-popup .ajax-restore-password form label {
    position: static;
    display: block;
    width: auto;
}
.one-click-order-after-form .field label {
    color: #888;
    font-size: 15px;
}
.one-click-order-after-form .field.firstname {
    margin-top: 10px;
}
.one-click-order-after-form .field.email {
    margin-top: 6px;
}
.one-click-order-after-form .buttons-set {
    padding: 5px 0;
}

.alert-popup .top {
    display: none;
}
.ajax-login .f-left {
    clear: left;
}
.alert-popup .form-container {
    margin-top: 35px;
}
.alert-popup form {
    display: block;
    width: 220px;
    margin: 12px auto 0 auto;
}
.alert-popup .ajax-restore-password form {
    width: 240px;
    text-align: center;
}
.alert-popup .ajax-restore-password .back-link {
    width: 135px;
}
.alert-popup form label {
    font-size: 14px;
}
.alert-popup form .fieldset {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}
.alert-popup form .field,
.alert-popup form .input-box {
    width: auto;
}
.alert-popup form input.input-text {
    width: 208px;
}
.alert-popup form .buttons-set {
    padding: 0;
}
.alert-popup h2 {
    font-size: 18px;
    letter-spacing: 2px;
}
.alert-popup .ajax-registration-form .buttons-set button {
    float: left;
    width: 220px;
    padding: 3px 10px;
    text-align: center;
}
.alert-popup .messages,
.alert-popup .messages ul {
    background: none;
}
.alert-popup .error-msg,
.alert-popup .note-msg,
.alert-popup .notice-msg,
.alert-popup .success-msg {
    border: none !important;
    color: inherit;
    padding: 0 !important;
    margin: 13px 0;
}
.alert-popup .alert-serve-user .error-msg,
.alert-popup .alert-serve-user .note-msg,
.alert-popup .alert-serve-user .notice-msg,
.alert-popup .alert-serve-user .success-msg {
    font-size: 14px !important;
    font-weight: normal !important;
}
.alert-popup .alert-serve-user {
    text-align: left;
    padding-left: 40px;
}
.alert-serve-user button {
    font-size: 16px;
    font-weight: bold;
    padding: 1px 30px;
}
.alert-popup .confirm-account .buttons {
    width: 240px !important;
    margin: 0 auto !important;
    text-align: left;
}
.alert-popup .confirm-account .buttons button {
    float: right;
}