body {
	background-color:#e9e9e9;
	background:url(http://www.paydayadvancesreviewed.com/common/images/bg/tiny_grid.png);
}

#wrapper {
	position:absolute;
	top:10%;
	width:100%;
	}

#background {
	width:973px;
	height:614px;
	margin:0 auto;
	background:url(/common/img/background.png); 
	position:relative;
}

#counter-header {
	position:absolute;
	bottom:185px;
	left:210px;
	color:rgb(136, 136, 136);
	font-size:22px;
	font-family:tahoma;
	text-shadow: 1px 1px #fff;
}

#counter {
	position:absolute;
	bottom:130px;
	left:210px;
	font-family:tahoma;
	font-size:15px;
	color:#949494;
}

#counter span {
	font-size: 48px;
  background: -webkit-linear-gradient(rgb(160, 160, 160), rgb(27, 27, 27));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: rgba(255,255,255,0.6) 1px 1px 3px;
} 

.submit-btn {
	position:absolute;
	bottom:46px;
	right:80px;
}

.name {
	position:absolute;
	bottom:45px;
	width:302px;
	height:53px;
	background:url(/common/img/name.png);
	left:80px;
}

.email {
	position:absolute;
	bottom:45px;
	width:302px;
	height:53px;
	background:url(/common/img/email.png);
	left:396px;
}

.name input, .email input {
	width: 200px;
	left: 95px;
	border: none;
	position: absolute;
	bottom: 5px;
	background-color: transparent;
	height: 40px;
	font-size: 16px;
	text-align: center;
	color: rgb(58, 58, 58);
}