#login
{
	
}

#login_fullScreen
{
	position:absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 15;
	
}


#login_content {
	position: relative;
	top: 180px;
	width:300px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}

#login_shade
{
	position:absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #876;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

.sign_button{
	width: 76px;
	height: 22px;
	color: #000000;
	font-weight: bold;
	
	border: 0px none;
	background-image: url(../images/orang_button.jpg);

}

.cancel_button
{
	width: 76px;
	height: 22px;
	color: #000000;
	font-weight: bold;
	
	border: 0px none;
	background-image: url(../images/orang_button.jpg);
}


#login_message
{
	text-align:center;
	color: #fff;
}