/* upload stylesheet */

html,body { 
	background-color: #1c1c1c; 
	color: #ffffff; 
}

div#login_overal {
	/*padding: 25px;*/
	margin: 0 auto;
	width: 300px;
	padding-top: 5px;
	padding-left: 10px;
}

div#login_header {
	width: 280px;
}

div#main_content {
	padding-top: 25px;
	width: 280px;
}

div#login_title {
	font-size: 18px;
	font-weight: bold;
	float: left;
}

div#login_close {
	float: right;
	padding-right: 11px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 11px;
}

div#login_close a {
	color: #dbdbdb;
}

a {
	text-decoration: underline;
}

.inputfield_title {
	float: left;
	width: 70px;
	font-weight: bold;
}

.inputfield_value {
	float: left;
	width: 150px;
}

* html .inputfield_value {
	width: 150px;
}

.inputfield_value input {
	border: 1px solid #1c1c1c;
	background-color: #dbdbdb;
	width: 200px;
}

.login_space {
	height: 5px;
}

.login_extra_space {
	height: 10px;
}

.login_submit_field {
	float: right;
	padding-right: 11px;
	padding-top: 8px;
}

#links_container {
	float: left;
	padding-top: 30px;
}

#left_links {
	float: left;
}

#right_links {
	float: right;
}

#links_container a {
	color: #dbdbdb;
	font-weight: bold;
}

#form_close_container {
	width: 100%;
}

#theOutput {
	color: #ffffff;
	padding-bottom: 10px;
	font-size: 14px;
	display: none;
}

#theOutput a {
	color: #ffffff;
	text-decoration: underline;
}

