/* =My Account > User Details
   img path: ../../../
-----------------------------------------------------*/

/* =Main
-----------------------------------------------------*/

#userDetailsOverlay {
        display: block;
}

#userDetailsFade {
        top: 0;
        left: 0;
        position: absolute;
        height: 800px;
        background-image: url(../../images/proactiv/interface/white-fade.png);
        opacity: 0.79;
        width: 100%;
        z-index: 4999;
}

#userDetails {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -215px;
        margin-left: -310px;
        width: 621px;
        height: 355px;
        z-index: 5000;
        background-image: url(../../images/proactiv/interface/bg_frame_userdetails.jpg);
        padding-top: 84px;
}

#userDetails .bottom {
        position: absolute;
        bottom: 0px;
        height: 14px;
        background: url(../../images/proactiv/interface/bg_frame_userdetails.jpg) bottom left;
        width: 621px;
}

#userDetails h3 {
        background:transparent url(../../images/proactiv/titles_8-75.png) no-repeat scroll 0 -1725px; 
        height:53px;
        margin:0 0 55px 34px;
        text-indent:-99999px;
        overflow: hidden;
}

#userDetails .new{
        display:block;
        position:absolute;
        background: url(../../kitcustomize/templates/kitphase1/img/logo_new_green.gif) no-repeat;
        height:41px;
        width:41px;
        left:32px;
        top:32px;
        z-index:1;
        text-indent:-999em;
}

#userDetails p {
        color: #67bacb;
        font-weight: bold;
        font-size: 12px;
        margin:0 20px 0 34px;
        border-bottom: 1px solid #67bacb;
        padding-bottom:2px;
}

#userDetails form div {
        border-bottom:1px solid #CCCCCC;
        height:25px;
        padding-top:10px;
        margin:0 20px 0 34px;
        font-size: 11px;
}


#userDetails div h4 {
        font-weight:bold;
        float: left;
        width: 200px;
}

#userDetails div select {
        border:1px solid #C3C3C3;
        color:#666666;
}

#userDetails .submit {
        padding: 0 0 0 163px;
        border: none;
}

#userDetails a.save:hover {
        background-position:-300px 0;
}

#userDetails a.save, button.btnSave {
        border: 0;
        display: block;
        background: #FFFFFF url(../../images/proactiv/interface/btn-w-13.png) no-repeat scroll 0 0;
        height: 22px;
        margin:12px 10px 18px 0px;
        width:125px;
        text-indent: -9999px;
        float: left;
}

#userDetails a.cancel:hover {
        background-position:-300px -100px;
}

#userDetails a.cancel {
        display: block;
        background: #FFFFFF url(../../images/proactiv/interface/btn-w-13.png) no-repeat scroll 0 -100px;
        height: 22px;
        margin:12px 0 18px 0;
        width: 80px;
        text-indent: -9999px;
        float: left;
}

#userDetails a.close:hover {
        background-position:-300px -200px;
}

#userDetails a.close {
        display: block;
        background: #FFFFFF url(../../images/proactiv/interface/btn-w-13.png) no-repeat scroll 0 -200px;
        height: 22px;
        margin:10px 0 18px 30px;
        width: 80px;
        text-indent: -9999px;
        float: left;
}

#userDetails .notice {
        display: none;
}                     
