.authBG{
    z-index:0;
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    overflow:hidden;


}
body{
    margin:0;padding:0;
    height:100%;
    width:100%;
}



.selected{
    background-image:url('/images/authPage/selected.png');
    background-repeat:no-repeat;
    background-position:50% 0%;

}



.authBody{
    display:none;
}
.authHead{
    cursor:pointer;
    float:left; width:130px;
    text-align:center;
    color:#313885;
    font-weight:bold;
    padding-top:4px;
    padding-bottom:3px;
}

.authBtn {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#cecece url('/images/authPage/bg-btn.png') repeat-x scroll 0 0;
	border:1px solid #B5B5B5;
	color:#222;
	text-shadow: 0px 1px 1px #FFF;
	*filter: Shadow(Color=#FFFFFF,
			Direction=180,
			Strength=1);
	padding:4px 10px 5px;
	font-size:11px;

	font-weight:bold;
        cursor:pointer;
}

.disabled{
    color:silver;
    cursor:default;
}

.authMain{
    z-index:1;
    position:absolute;
    text-align:center;
    top:0px;
    left:0px;
    height:100%;
    width:100%;

}

.lock {
    z-index:1;
    position:absolute;
    width: 197px;
    height: 198px;
    padding: 0px;
    cursor:pointer;
	background-image: url(/images/authPage/lock.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -99px;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -99px;
	/* Half the height of the DIV tag which is also 50 pixels */
}

