div#background {
	background: url(../images/bg.jpg);
	position: fixed; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	z-index: -1; 
}

#bg_image {
	width: 100%; 
	height: 100%;
}

div#outer-box {
	background: transparent;
	background: url(../images/box_bg.png) repeat;
	border: 1px solid rgba(90,90,90,0.7);
	border-radius: 30px;
	width: 600px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 1px 1px 2px #000;
}

div#inner-box {
	background: transparent;
	width: 500px;
	padding:5px;
	margin-top: 10px ;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#autoresponder-box {
	background: transparent;
	width: 400px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#email-field {
	width: 250px;
	height: 24px;
	border:1px solid #bebebe;
	font-size:16px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 5px;
	background-color: #FFF7DB;
	border-radius: 5px;
}

h1 {
	text-align: center;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 1.3;
	color: #32F13C;
	text-shadow:1px 1px 2px #fff;
	padding: 5px;
}

h2 {
	text-align: center;
	color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1.3;
	text-shadow:1px 1px 2px #000;
	padding: 5px;
}

p {
	text-align: center;
	color: #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a:link { 
	color: #FEE996; 
}

a:visited { 
	color: #FEE996; 
}

a:hover, a:active { 
	color: white; 
}