/* style resets to neutralize browser differences */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body
{
	margin: 12px 0;
	padding: 0;
	background-color: #808080;;
	color: #444;
	font-family: verdana, arial, sans-serif;
	font-size: 75%;
	line-height: 1.25;
	text-align: center;
}

pre { font: 1em/1em verdana, arial, sans-serif; }


img { border: none; }

td, th {vertical-align: top; }

:focus { outline: 0; }


#wrap
{
	width: 920px;
	margin: 0 auto;
	text-align: left;
	background: #f6f6f6;
}


h1 { font-size: 1.2em; }

form { width: 50%; margin: 36px 0; }

pre {
	width: 95%;
	line-height: 1.25;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

fieldset
{
	border: 1px solid #eee;
	border-top-width: 4px;
	border-top-color: #f6f6f6;
	background-color: #f6f6f6;
	padding: 1.5em;
}

label
{
	width: 6em;
	float: left;
	clear: left;
	line-height: 2.5em;
}

input
{
	display: block;
	color: #000;
	border: 2px solid #ddd;
	margin-bottom: .5em;
	padding: .5em;
	font-size: 1em;
}

#login { border: none; }

form#login { width: 100%; }


textarea { color: #000; font: 1em/1.2 verdana, arial, sans-serif; border: 2px solid #e6e6e6;}

fieldset.warn
{
	background-color: #fffabf;
	color: #900;
	font-weight: bold;
}
#header
{
	font-size: 1.45em;
	font-weight: bold;
	color: #ccc;
	margin-bottom: 2px;
}

#headermobile
{
	display: none;
}


