﻿/* ================================
   --------------------------------
   MASTER RESET
   --------------------------------
   ================================
*/
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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	content: "";
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display:none;
}

	
textarea:focus, 
button:focus, 
select:focus, 
input:focus {
	outline-offset: -1px; 
}
/*-- layout --*/

body {
	font: 62.5%/150% Arial, Helvetica, sans-serif;
	color:#333;
	margin-bottom:20px;
	background:#eee;
}

fieldset {
	width:357px;
	padding:0 25px;
}

fieldset li {
	padding: 15px 0 0 0;
	clear:both;
}

legend {
	display:block;
	text-indent:-9999em;
}

label, span.label {
	width:100px;
	line-height:25px;
	margin-right:5px;
	float:left;
	color:#595441;
	font-weight:bold;
	font-size:1.1em;
	text-transform:uppercase;
	text-align:right;
}

label span {
	font-weight:normal;
}

h2 {
	color:#2E4D9B;
	font-weight:bold;
	font-size:1.5em;
	height:auto;
	line-height:normal;
	text-transform:uppercase;
	margin:8px 0 15px 0;
}

p {
	font-size:1.2em;
}



/*-- login screen --*/

#errorarea {
	width:400px;
	top:10%;
	margin-top:70px;
	position:absolute;
	margin-left:-220px;
	left:50%;
	border:10px solid #e1e1e1;
	padding-top:170px;
	overflow:hidden;
	position:relative;
	background:#fff url("/images/logo.gif") 50% 20px no-repeat;
}

#description
{
	padding:10px;
}

#description h2
{
	text-align:center;
}	