/* CSS Document */

#pop-login{

	font-size:12px;

	width:300px;

	height:300px;

	background:url(/images/bk/pop-login-bg.png) top left no-repeat !important;

	background:url(/images/bk/pop-login-bg.gif) top left no-repeat;

	display:none;
	z-index:99;

	right: 60px;

	top: 55px;

	position: absolute;

}

#pop-login form{

	margin:0;

	padding:0;

}
#pop-login table td{

	color:#000;

	background-color:transparent;

	padding:4px;

}

#pop-login table{

	margin-left:0px;

	margin-top:7px;

}


body>#pop-login table{

	margin-left:20px;

	margin-top:10px;

}

#pop-login a{

	color:#0066FF;

}

#pop-cancel{

	cursor:pointer;

}

#pop-sbumit-btn{

	color:#fff;

	width:59px;

	height:17px;

	border:none;

	background:#333 url(/images/bk/login.gif) top left no-repeat;

}

#pop-user-name,#pop-password{

	width:8em;

	height:1em;
	border:1px inset #666;

}

.pop-col1{

	text-align:right;

	width:5em;

	vertical-align:bottom;

}

#pop-cancel img{

	vertical-align:bottom;

}

