div#login_black_background {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000000;
	z-index: 5;
	top: 0px;
	left: 0px;
}

/* IE7 Only */
*:first-child+html div#login_black_background {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #000000;
	z-index: 5;
	top: 0px;
	left: 0px;
}

div#login_form {
	width: 253px;
	height: 175px;
	background-image: url(../images/login_form_background.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
	display: none;
	left: 50%;
	margin-left: -126px;
}

div#form_input {
	width: 135px;
	height: 95px;
	float: right;
	margin-right: 7px;
	margin-top: 8px;
}

/* IE7 Only */
*:first-child+html div#form_input {
	width: 135px;
	height: 95px;
	float: right;
	margin-right: 7px;
	margin-top: 4px;
}

input.login_form_input {
	border: 1px solid;
	border-color: #395208;
	width: 130px;
}

.login_text_input {
	float: right;
	margin-bottom: 11px;
}

div#close_login {
	float: right;
	margin-right: 12px;
	margin-top: 6px;
}

/* LOGIN PAGE */
.label {
	float: left;
	width: 100px;
}

.input {
	float: left;
}

label {
	font-size: 12px;
	color: #404040;
}

a.popup_register {
  text-indent: -9999px;
  float: left;
  width: 253px;
  height: 30px;
  display: block;
  margin: 10px 0 0 0;
}

div.inputs_container {
	float: left;
	padding-bottom: 7px;
}