#container{
    margin: 0;
    padding: 0;
    border: 0;
}
ul, p{
    margin: 0;
}
html, body, #container{
    min-height: 100%;
    position: relative;
    font-size: 14px;
    line-height: 1.428571429;
}
em {
    font-style: italic;
}
strong{
    font-weight: bold;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* behavior: url(/scripts/boxsizing.htc); */
}
.zone-container{
    margin: 0 auto;
}
#hidden-parts-wrapper{
    display: none;
}
.modal-backdrop{
    background-color: black;
}
.modal-backdrop.in{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE 8 */
    filter: alpha(opacity=60); /* IE 5-7 */
    -moz-opacity: 0.6; /* Netscape */
    -khtml-opacity: 0.6; /* Safari 1.x */
    opacity: 0.6; /* Good browsers */

    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
}
.modal-scrollable{
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -490px;
    margin-top: 65px;
    z-index: 1002;
}
.modal-scrollable .part{
    margin-top: 0 !important;
}
#sign-in-backdrop{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: black;
    z-index: 1001;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE 8 */
    filter: alpha(opacity=60); /* IE 5-7 */
    -moz-opacity: 0.6; /* Netscape */
    -khtml-opacity: 0.6; /* Safari 1.x */
    opacity: 0.6; /* Good browsers */

}
#sign-in-overlay{
    position: fixed;
    left: 50%;
    margin-left: -280px;
    top: 50%;
    z-index: 1001;
    margin-top: -270px;
}
