html, body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #3D3C39;
	line-height: 15px;
}

a {
	color: #313131;
	text-decoration: none;
}

a:hover {
	color: #777;
}

a.close {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../../images/interface/close.gif) no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
}

a:hover.close {
	background-position: 0px -14px;
}

p#error, p#disclaimer {
	color:#910000;
	top:137px;
	z-index:9;
	background-color:#000;
}

p#disclaimer {
	color:#313131;
	z-index:9;
}

/* Standard Tags */

DIV {
	display: block;
	margin: 0px;
	padding: 0px;
}

p {
	position: absolute;
	left: 41px;
	margin: 0px;
	padding: 0px;
}

#loginbox {
	width: 611px;
	height: 304px;
	padding-left: 3px;
	background: url(../../images/interface/loginbox.jpg) center center no-repeat;
	position: absolute;
	left: 50%;
	top: 35%;
	margin-top: -152px;
	margin-left: -306px;
}

#container {
	width: 497px;
	height: 190px;
	background-color: #000;
	position: absolute;
	top: 50px;
	left: 54px;
	margin-left: 3px;
}

#formdiv {
	background: url(../../images/interface/contact_form.gif) 102px 28px no-repeat;
	top: 29px;
	left: 151px;
	width: 346px;
	height: 88px;
}

#formdiv form {
	display: block;
	width: 346px;
	height: 88px;
	padding: 0px;
	margin: 0px;
}

#formdiv, #formdiv form label, #formdiv form input {
	position: absolute;
	display: block;
}

#formdiv form label {
	right: 259px;
	text-align: right;
	height: 15px;
	padding: 0px;
	margin: 0px;
	margin-top: -1px;
	color: #aaa;
}

#formdiv form input {
	left: 110px;
	background: transparent;
	color: #fcffe9;
	border: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	height: 14px;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
	width: 213px;
}

#formdiv form input#send {
	background-color: #313738;
	padding: 0px;
	margin: 0px;
	width: 78px;
	height: 18px;
	top: 107px;
	left: 250px;
	cursor: pointer;
}

#label_login, #input_login {
	top: 34px;
}

#label_password, #input_password {
	top: 64px;
}

#input_password {
	letter-spacing: 2px;
}

p#info {
	color: #777;
	width: 130px;
	top:32px;
}

#formdiv form input#send, p#info span {
	color: #aaa;
}