﻿#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
.window {
    position: fixed;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
}

.close img {
    border-width: 0px;
    height: 10px;
    width: 10px;
}

#dialogRegister {
    /*width: 500px;
    height: 640px;*/
    width:99%;
    padding: 0px;
    background-color: #F6F6F6;
    /*overflow: auto;*/
}
#dialogMyProfile {
    width: 850px;
    height: 640px;
    padding: 0px;
    background-color: #F6F6F6;
    overflow: auto;
}
#dialogChangePassword {
    width: 600px;
    height: 300px;
    padding: 0px;
    background-color: #F6F6F6;
    overflow: auto;
}
#dialogClearCart {
    width: 420px;
    max-width: 90%;
    height: 170px;
    padding: 0px;
    background-color: #F6F6F6;
    overflow: auto;
    border:10px solid #fff;
}

@media (max-width: 979px) {
    #dialogRegister {
        height: 80%;
    }
}

#dialogRegister .modal-header,
#dialogChangePassword .modal-header,
#dialogMyProfile .modal-header,
#dialogClearCart .modal-header {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: bold;
    padding:7px;
    padding-left:15px;
}

#dialogRegister .close,
#dialogChangePassword .close,
#dialogMyProfile .close,
#dialogClearCart .close {
    opacity: .8;
    margin-right: 10px;
}
#dialogRegister .modal-body h3,
#dialogChangePassword .modal-body h3,
#dialogMyProfile .modal-body h3,
#dialogClearCart .modal-body h3 {
    margin-top: 0px;
}
#dialogRegister .modal-text-box,
#dialogChangePassword .modal-text-box,
#dialogMyProfile .modal-text-box,
#dialogClearCart .modal-text-box {
    width: 100%;
    border:1px solid #dddddd;
}
#dialogMyProfile .modal-body {
    padding: 0px;
}
#dialogMyProfile .modal-body-left {
    background-color:#dddddd;
    width:250px;
    height:575px;
    float:left;
    padding:20px 10px;
}
#dialogMyProfile .modal-body-right {
    padding:20px 10px;
    width:555px;
    float:right;
}
#dialogMyProfile .modal-body-right table table {
    margin-left: 30px;
}
#dialogMyProfile .modal-body-right table table label {
    font-weight:normal;
    margin-left:10px;
}
#dialogRegister .Required,
#dialogChangePassword .Required,
#dialogMyProfile .Required,
#dialogClearCart .Required {
    color:#ee3a43;
}
.registration-label {
    font-weight:600;
}