* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html, body, #wrapper {
	position: absolute;
	min-height: 100%;
	height: 100%;
	width: 100%;
	border: 0;
	border: 0;
}	

html>body, html>body #wrapper {
	height: auto;
}

#wrapper {
	left: 50%;
	width: 760px;
	margin-left: -380px;
}

#footer {
	position: absolute;
	bottom: -1px;
	left: 0px;
	text-align: center;
	font-size: 9px;
}

#container {
	padding-top: 120px;
	margin-bottom: 10px;
}

/* MAIN CONTENT TAGGING HERE */

#content {
	width: 600px;
	float: right;
}

#content h1 {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -2px;
}

#content h2 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
}

#content fieldset {
	padding: 10px;
	margin: 5px;
}

#content fieldset legend {
	font-weight: bold;
	padding: 5px 1px;
}

#content fieldset label {
	width: 100px;
	float: left;
}

#content fieldset #username,
#content fieldset #password,
#content fieldset #firstname,
#content fieldset #lastname,
#content fieldset #email,
#content fieldset #reason
 {
	background: #ffa;
	border: 1px solid #444;
	padding: 3px 2px;
	margin: 1px;
	font-size: 10px;
	font-weight: bold;
}

#content label#proxy_label {
	float: left;
	width: 100%;
}
#content label small {
	font-size: 9px;
	color: #800;
}

#content #proxies {
	clear: both;
}



#output {
	margin-top: 10px;
}
#output h2 {
	color: #800;
	font-weight: bold;
	margin-top: 10px;
}


#output table.good thead tr td,
#output table.bad thead tr td  {
	font-weight: bold;
	color: #000;
}
#output table tr td {
	border-bottom: 1px solid #888;
}
#output table tr td {
	padding: 2px 40px 2px 2px;
}

#output table.good tr td {
	color: #040;
}

#output table.bad tr td {
	color: #000;
}


#output table tr.dead td {
	color: #663;
}

#output p {
	margin-top: 10px;
	font-weight: bold;
}

#content p {
	margin: 10px 0px;
}

#content ul li {
	margin-left: 20px;
}

/* ENDING MAIN CONTENT TAGGING HERE */


#menu {
	width: 160px;
	float: left;
}

#menu ul {
	list-style: none;
}
#menu ul li {
}
#menu ul li a {
	display: block;
	width: 140px;
	padding: 5px;
	font-size: 11px;
	text-decoration: none;
	color: #444;
}
#menu ul li a:hover {
	text-decoration: underline;
	color: #000;
}


#header {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/images/header.gif) 0% 0% no-repeat;
	height: 100px;
	width: 760px;
}

#header a {
	height: 105px;
	width: 760px;
	display: block;
}

#header h1 a span {
	height: 1px;
	width: 1px;
	overflow: hidden;
	display: block;
}

#footer {
	width: 760px;
	text-align: center;
	font-size: 9px;
	letter-spacing: 1px;
}
















/* design - M.Saulis */