#login {
	background: transparent url(../images/LogInBox1.gif) no-repeat left top;
	position:absolute;
	visibility:hidden;
	z-index:10;
}
#login-body {
	background: transparent url(../images/login_body_piece.gif) repeat-y left top;
	min-height: 160px;
	height: 160px;
	width: 200px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	z-index:10;
	color: #66FF66;
}
#login-top-edge {
	background: transparent url(../images/login_top_edge.gif) no-repeat left top;
	height: 36px;
	width: 200px;
	text-align: right;
	z-index:10;
}
#login-top-reversed {
	background: transparent url(../images/login_rev_top.gif) no-repeat left top;
	height: 36px;
	width: 200px;
	text-align: right;
	vertical-align: middle;
	z-index:10;
	color: #66FF66;
}
#login-bottom-edge {
	background: transparent url(../images/login_bottom_edge.gif) no-repeat left top;
	height: 30px;
	width: 200px;
	z-index:10;
}
#login-bottom-reversed {
	background: transparent url(../images/login_rev_bottom.gif) no-repeat left top;
	height: 46px;
	width: 200px;
	z-index:10;
}

