html, body {
	background-color: #2b373b;
	color: white;
	font-family: Arial;
}
body > div {
	background-color: #2b373b;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -165px 0 0 -266px;
	width: 532px;
}


h1 {
	background: url('../img/bandalert.png') no-repeat scroll top left;
	width: 532px;
	height: 212px;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	overflow: hidden;
}

form {
	width: 340px;
	margin: 0px auto;
	padding: 0;
	padding-top: 50px;
}
form p {
	text-align: center;
}


form input.text {
	float:left;
	display: block;
	background: url('../img/input_bg_magento.png') no-repeat scroll top left;
	margin-top: 2px;
	width: 203px;
	height: 16px;
	border: 0px;
	padding: 12px 15px;
	margin-right: 10px;
	font-size: 10pt;
	
	color: #6C6C6C;
}
form input.text:focus {
	background-position: 0px -40px;
	outline: 0;
}
form input.submit {
	background: url('../img/button_signup.png') no-repeat scroll top left;
	width: 95px;
	height: 43px;
	border: 0px transparent;
	overflow: hidden;
	text-indent: -1000px;
	color: transparent;
	text-transform: capitalize;
	
}
form input.submit:hover {
	background-position: 0px -43px;
	cursor: pointer;
}


form .button_signup {
	float:left;
	cursor: pointer;
	background-image: url('../img/button_signup.png');
	height: 43px;
	width: 95px;
}
form .button_signup:hover {
	background-image: url('../img/button_signup.png');
	background-position: 0px 43px;

	
}
form .button_signup input {
	display: none;
}
