@charset "utf-8";
/* CSS Document */

input {
	clear:both;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	font-size:12px;
	width:200px;
	padding-left:3px;
	}
input.button {
	width:100px;
	text-align:center;
	}
ul {
	margin-top:5px;	
	}	
li {
	margin-left:-10px;
	}
#login {
	width:920px;
	}
#form {
	float:left;
	width:200px;
	margin:0px auto;
	}
#information {
	float:left;
	width:300px;
	margin-left:140px;
	}
#help {
	float:right;
	width:200px;
	}
div.hidden {
	display:none;
	}
div.error {
	color:red;
	}
div.status {
	font-weight:bold;
	margin-bottom:5px;
	}