body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, arial;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color:#060404;
}
button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
input {
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
}
h2 {
	margin-top:3px;
	margin-bottom: 10px;
}


a {
	text-decoration: none;
}

#container {
	height: 1000px;
	width: 100%;
	background-image: url(../img/little_spender_bg.png);
	background-position-x: center;
	float: left;
}

#textBanner {
	width: 882px;
	text-align: center;
	margin: 190px auto 40px auto;
	height: 30px;
}

.greenText {color: #70B24B}

#bigBox {
	height: 222px;
	width: 882px;
	margin: 0 auto;
	background-image: url(../img/little_spender_popup.png);	
	background-repeat:no-repeat;
}
#bigBox, #bigBox button, #signupHolder input, #thanks { behavior: url(iepngfix.htc) }

#signupHolder {
	position:relative;
	width: 430px;
	float:left;
	display:inline;
	margin-left:410px;
	margin-top:90px;
}

#signupHolder label, #signupHolder input {
	width: 256px;
	height: 17px;
	padding: 12px;
	float: left;
	font-size: 16px;
}
#signupHolder label {
	position:absolute;
	top:0;
	left:0;
}
#signupHolder input {
	background-image: url(../img/input_field.png);	
}

button {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

#bigBox button {
	width: 120px;
	height: 41px;
	background-image: url(../img/btn.png);
	background-repeat: no-repeat;
	text-shadow: #FFFFFF 0px -1px -1px;
	margin-left: 30px;
	color: #100C07;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: Helvetica, arial;
	float: left;
	font-size: 16px;
}

#bigBox button:hover   {
	background-position: -120px 0;
	color: #FFF;
	text-shadow: #000000 0px -1px -1px;
}

#bigBox button:active   {
	background-position: -240px 0;
	color: #FFF;
	text-shadow: #000000 0px -1px -1px;
}

#thanks {
	position:relative;
	width: 490px;
	float:left;
	display:inline;
	margin-left:350px;
	margin-top:75px;		
	font-size: 0.95em;
	background-image: url(../img/thanks.png);
	background-position: 0 10px;
	background-repeat: no-repeat;
	display:none;
}
#thanksContent {
	margin-left:60px;
}
