div#loginBox {
	text-transform : uppercase;
	font-size : 10px;
	font-weight : normal;
	width : 222px;
	margin : 2.5em;
}

div#loginerrors {
	display : none;
	background-color : #ff6124;
	border : 1px solid black;
}

div#loginerrors span {
	margin : 0.2em;
}

div#loginBox h1 {
	display : none;
}

div#loginBox P {
	font-size : inherit;
	font-weight : inherit;
	margin-bottom : 1em;
}

div#loginBox label {
	display : block;
	font-size : inherit;
	font-weight : inherit;
	margin-bottom : 0.5em;
}

div#loginBox a {
	color : #1dafe6;
}

div#loginBox input.text, div#loginBox input.password{
	display : block;
	width : 100%;
	text-transform : none;
	font-size : inherit;
	font-weight : inherit;
	margin-bottom : 0.5em;
	background-color : #535353;
	color : white;
	border : 1px solid #757575;
	padding : 2px;
}

div#loginBox input.checkbox {
	display : inline;
}

div#loginBox label.checkbox {
	display : inline;
}

div#loginBox input.submit {
	display : block;
	font-size : inherit;
	font-weight : inherit;
	margin-top : 2em;
	background-color : #535353;
	color : white;
	border : 1px solid #757575;
	padding : 2px 1em;
	text-transform : uppercase;
}