
#blockerDivNotMeScreen {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #333333;
    z-index: 1000;
}

#nMSGlobalContainer {
    display: none;
    width: 890px;
    height: 700px;
    float: left;
    z-index: 99999992;
}

.closeBtnContainer {
    float: right;
    height: 40px;
    position: relative;
    right: 14px;
    top: 8px;
    width: 40px;
}

.closeBtn {
    background: url("../../../../image/kindervention/loginscreen/crossButton.png");
    height: 40px;
    width: 40px;
    border: 0 none;
    outline: none;
    background-color: transparent;
}

input.closeBtn:hover {
    cursor: pointer;
    background-position: -45px 0px;
}

#nMSContainer {
    height: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    position: relative;
    width: 800px;
    z-index: 99999992;
}

.nMSDivTop {
    background: url("../../../../image/kindervention/loginscreen/NotMeScreenTopBottom.png") repeat scroll 0 0 transparent;
    height: 7px;
    width: 800px;
}

.nMSMiddleContainerDiv {
    height: 616px;
    width: 800px;
}

.nMSMiddleContainerDivLeft {
    background: url("../../../../image/kindervention/loginscreen/vertical_repeated.png") repeat scroll 0 0 transparent;
    float: left;
    height: 616px;
    width: 7px;
}

.nMSMiddleContainerContentDiv {
    float: left;
    height: 633px;
    overflow-y: scroll;
    position: relative;
    width: 786px;
    background-color: #AFEEEE;
}

.nMSMiddleContentDiv {
    float: left;
    position: relative;
    width: 769px;
}

.nMSMiddleContentDiv_1, .nMSMiddleContentDiv_2 {
    height: 88px;
}

.nMSDiv {
    cursor: pointer;
    float: left;
    height: 82px;
    width: 381px;
	position: relative;
}

.nMSDivOverLay {
   
    height: 82px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 381px;
    z-index: 600;
    opacity:0.1;
	filter:alpha(opacity=1);
	background:#FFFFFF;
}



.nMSDiv_1, .nMSDiv_2 {
    border-bottom: 3px solid #B0D6CE;
    border-top: 3px solid #CDF4EC;
}

.nMSImageDivContainer {
    
    float: left;
    height: 66px;
    margin-left: 6px;
    margin-top: 4px;
    width: 66px;
	text-align: center;
	border:4px solid transparent;
}

.nMSImageDiv {
    height: 66px;
    margin-left: 0;
    margin-right: auto;
    margin-top: 0;
    width: 66px;
}

.nMSDivUsername {
    float: left;
    height: 82px;
    width: 300px;
}

.nMSDivUsernameText {
    font-family: grobold;
    font-size: 20pt;
    margin-left: 10px;
    margin-top: 20px;
    text-align: left;
    
}

.nMSMiddleContainerDivRight {
    background: url("../../../../image/kindervention/loginscreen/vertical_repeated.png") repeat scroll 0 0 transparent;
    height: 616px;
    width: 7px;
    float: left;
}

.nMSDivBottom {
    background: url("../../../../image/kindervention/loginscreen/NotMeScreenTopBottom.png") repeat scroll 0 -32px transparent;
    height: 25px;
    width: 800px;
}

.nMSDelim {
    width: 0px;
    float: left;
    border-left: 3px solid #B0D6CE;
    border-right: 3px solid #CDF4EC;
    height: 88px;
}