/* CSS Document */

body{ margin:0px; padding:0px; background:#000000;}
a{ text-decoration:none;}
#LoginControl {
				display:none;
				height: 210px;
				position: absolute;
				width: 400px;
				border: medium solid #1d7ec5;
				background:url(image/bg1.jpg) center;
				z-index: 10;
				left: 50%;
				top: 200px;
				padding: 2px 5px;
}
#LoginControl .btn_close {
	float:right;
}