@charset "utf-8";

/*
This stylesheet contains all styles used for the login form,
register form, login/logout routines and installer.
*/
body {
	font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}
#wrapper {
	margin: 0 auto;
	width: 360px;
}
#wrapper-max {
	margin: 0 auto;
	width: 520px;
}
form {
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #e5e5e5;
}
#button {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
}
#login form p {
	margin-bottom: 0;
}
label {
	color: #777;
	font-size: 13px;
}
form .forgetmenot label {
	font-size: 11px;
	line-height: 19px;
}
form .submit { float: right; }
form p { margin-bottom: 24px; }
#login { width: 320px; margin: 7em auto; }
#login_error, .message {
	margin: 0 0 16px 8px;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#nav { margin: 0 0 0 8px; padding: 16px; }
#username, #password, .field {
	font-size: 24px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 6px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}
small {
	color: #666;
	font-size: 8pt;
}
h1 {
	font-family: "Lucida Sans Unicode", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-align:center;
	font-weight: normal;
	color: #666;
	letter-spacing: -1px;
	font-size: 24pt;
}
#reg_passmail {
	line-height: 14pt;
}
