/* @group Reset Styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* @end */

body {
	background: #0070BB;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica;
}

#frame {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 90px;
}

#login {
	clear: both;
	border: 1px solid #fff;
	background: url(/includes/design/content_bg.png) repeat;
	padding: 20px;
	margin: 0;
}

#login form {
	display: block;
}

#login h1 {
	color: #036;
	font-size: 1.8em;
	font-weight: bold;
}

#login label {
	font-size: .9em;
	color: #036;
}

#login input.text {
	background: url(/includes/design/search.png) no-repeat left top;
	padding: 5px;
	color: #666;
	border: 1px solid #fff;
	font-size: 1.1em;
	width: 90%;
	margin-top: 2px;
}

div.error {
	border: 1px solid #900;
	background: #c33;
	color: #900;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	margin-top: 10px;
}

#login input.text:focus {
	color: #000;
	border: 1px solid #036;
}

#login input.button {
	color: #cce2f1;
	background: #00549d;
	padding: 2px 7px;
	border: 1px outset #00549d;
	font-size: 1.3em;
}

#login input.button:hover {
	cursor: pointer;
}

#login ul li {
	margin-top: 10px;
}
