body {
	font-family: lucida grande, helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	font-size: 9pt;
}

html {
	height: 100%;
}

* { margin: 0; padding: 0; }

a {
	color: #f0f0f1;
}

a:hover {
	color: #00a2ff;
}

#container {
	height: 100%;
	width: 650px;
	background-image: url(../images/homeback.gif);
	margin: 0 auto;
	position: relative;
}

div.leftbar {
	position: absolute;
	width: 280px;
	left: 20px;
	top:30px;
}

div.rightbar {
	position: absolute;
	width: 370px;
	left: 300px;
	top: 98px;
	color: #ccc;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 1.8em;
}

h2 {
	font-size: 13pt;
}

h2.register {
	color: #63bb37;
}

ul {
	margin-left: 25px;
	margin-bottom: 25px;
}

#logo {
	text-align: center;
	width: 238px;
}

p.intro {
	color: #ccc;
	width: 228px;
	line-height: 1.8em;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	padding: 15px 0px 15px 0px;
	text-align: center;
}

p.guarantee {
	border-top: 1px solid #333;
	margin-top: 15px;
	padding: 10px;
	border-bottom: 1px solid #333;
	font-size: 9pt;
}

div.login {
	width: 228px;
	border-bottom: 1px solid #222;
	padding: 22px 0px 8px 0px;
}

form.login label {
	color: #ccc;
	text-align: left;
	clear: both;
	display: block;
	padding-bottom: 4px;
}

form.login input.submit {
}

form.login input.text {
	border: 1px solid #222;
	font-size: 11pt;
	font-family: helvetica, arial, sans-serif;
	color: #333;
	width: 218px;
	margin-bottom: 12px;
	padding: 5px;
}

p.copyright {
	color: #ccc;
	padding-top: 15px;
	text-align: right;
	font-size: 8pt;
	font-family: helvetica, arial, sans-serif;
	width: 225px;
}