/* CSS Document */
#login {
	position:relative;
	margin-left:270px;
	margin-top:60px;
	width:30ex;
	border:solid black 1px;
	background-color:#336699;
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	color: white;
	text-align:center;
}
#error {
	position:relative;
	top:10px;
	left:150px;
	width:500px;
	text-align:center;
	border:solid black 1px;
	background-color:#336699;
	color: white;

}
.textbox {
	width: 20ex;
}
form {
	margin: 0px;
}
