#store #main {
	position:relative;
	background:#000;
	padding:50px 30px 20px;
	margin:125px auto 250px;
	width:585px;
}
#main p, #main a {
	color:#eff6e0;
	font-size:12px;
}

#store p {
	font-size:15px;
	line-height:1.5;
	margin-bottom:20px;
}
#store a {
	font-size:15px;
}

#store #main h2 {
	position:absolute;
	top:-110px;
	left:-15px;
	width:690px;
	height:140px;
	background:url(../images/store/h2.png) top left no-repeat;
	text-indent:-9999px;
}
#store #main img {
	/*float:right;*/
}

form {
	color:#EFF6E0;
}
fieldset {
	border:none;
}
label {
	display:block;
	margin:0 0 5px 0;
	font-size:12px;
}
input#email {
	width:250px;
}
.form-left, input#firstname, input#lastname {
	float:left;
	clear:left;
}

