.login_form { 
	left:50%; 
	overflow:hidden; 
	top:50%; 
	margin-left:-190px; 
	width:380px; 
	height:240px; 
	margin-top:-150px; 
	position:absolute; 
	border:1px solid #CCCCCC; 
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	background-color:#e9e9e9; 
	color:#666;
	font-family:Helvetica;
}

#login_banner 							{padding-left:15px; padding-top:15px;}
.login_button 							{float:right; width:45%; margin-bottom:5px;}
.login_content 							{padding:15px;}
.login_content input[type='text'],
.login_content input[type='password'] 	{ border:1px solid #ccc; padding:2px; color:#3399ff; margin:5px 0;}

.install_form { 
	left:50%; 
	overflow:hidden; 
	top:50%; 
	margin-left:-190px; 
	width:380px; 
	height:240px; 
	margin-top:-150px; 
	position:absolute; 
	border:1px solid #CCCCCC; 
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	background-color:#fff; 
	color:#666;
	font-family:Helvetica;
}