body
{
	margin:0px; padding:0px;
	background:#eff3ff url("background.png") repeat-x;
}
#login
{
	position:fixed;
	left:calc(50% - 269px);
	top:calc(40% - 93px);
	width:538px;
	height:187px;
	background:url("login_background.png") no-repeat bottom;
}
	#login_head
	{
		width:141px;
		height:47px;
		margin-left:70px;
		background:url("login_head.png") no-repeat;
	}
	#login_bd
	{
		width:100%;
		height:115px;
		background:url("login_background2.png") no-repeat bottom;
	}
			#login_status
			{
				width:513px;
				height:29px;
				margin-left:25px;
				margin-top:15px;
				margin-bottom:5px;
				background:url("login_text1.png") no-repeat left;
			}
			#login_spike
			{
				position:relative;
				float:left;
				right:39px;
				top:-65px;
				width:67px;
				height:106px;
				background:url("login_spike.png") no-repeat right;
			}
		#login_pwfield
		{
			width:595px;
			text-align:center;
			margin-bottom:5px;
		}
			.login_pwfield
			{
				position:relative;
				left:22px;
				float:left;
				width:492px;
				height:37px;
				border:none;
				background:url("login_pwfield.png") no-repeat;
				text-align:center;
				color:#5579e6;
				font-size:20px;
			}
		#login_buttons
		{
			position:relative;
			top:-60px;
			width:520px;
			height:33px;
			text-align:right;
		}
			.login_button
			{
				position:relative;
				width:88px;
				height:33px;
				border:none;
				cursor:pointer;
			}
				#login_cancel {background:url("login_cancelbutton.png");}
				#login_login {background:url("login_loginbutton.png");}