@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/Body-Background-Gradient.png);
	background-repeat:repeat-x;
	background-position:0 0;
	background-color:rgb(112,195,204);
	}
#page-wrap {
	}
#mountain-range {
	xxxbackground-color:olive;
	background-image:url(../images/mountain-range-back.png);
	background-position:40% bottom;
	background-repeat:repeat-x;
	min-width:200px;
	min-height:200px;
	position:relative;
	z-index:0;
	
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	
	}
#mountain-range:before,
#mountain-range:after {
   position:absolute;
   z-index:1;
   xxxtop:0;
   left:0;
   xxxright:0;
   bottom:0;
   
   min-width:200px;
	min-height:200px;
	width:100%;
}
#mountain-range:before {
	content:"";
	background-color:transparent;
	xxxheight:400px;
	background-image:url(../images/mountain-range-front.png);
	background-position:50% bottom;
	background-repeat:repeat-x;

	}
#mountain-range:after {
	content:"";
	xxxbackground-color:yellow;
	background-image:url(../images/mountain-range-trees.png);
	background-repeat: no-repeat;
background-position:60% bottom;
	}
#sign-up-area {
	background-image:url(../images/Sign-Up-Background.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:800px;
	height:378px;
	margin:0 auto;
	margin-top:5%;
	position:relative;
	
	z-index:2;
	}
#sign-up-area-thank-you {
		background-image:url(../images/Sign-Up-Background-Thank-You.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:800px;
	height:378px;
	margin:0 auto;
	margin-top:100px;
	position:relative;
	}
#content {
	position:absolute;
	top:118px;
	right:99px;
	width:380px;
	width:340px;
	xxxbackground-color:orange;
	padding:0 20px 0 20px;
	}
#content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:26px;
	color:rgb(48,37,33);
	margin-bottom:30px;
}
#content h2 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	color:rgb(230,218,199);
	margin-bottom:9px;
}
#content p { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:rgb(48,37,33);
}
#subscription-area {
	xxxbackground-color:magenta;
	margin-top:31px;
	}
form {
	height:30px;
	position:relative;
	}
.submit-button {
	background-color:transparent;
		background-image:url(../images/Sign-Up-Button-Sprite.png);
	width:59px;
	height:31px;
	display:block;
	background-repeat:no-repeat;
	background-position:0 1px;
	text-indent:-9999px;
	position:absolute;
	top:0;
	right:0;
	border:none;
	}
.submit-button:link,
.submit-button:visited {
	}
.submit-button:hover {
	xxxbackground-color:orange;
	background-image: url(../images/Sign-Up-Button-Sprite.png);
	background-repeat:no-repeat;
	background-position:0 -29px;
	}
.submit-button:active {
	xxxbackground-color:orange;
	background-image: url(../images/Sign-Up-Button-Sprite.png);
	background-repeat:no-repeat;
	background-position:0 -58px;
	}
.email-text-field {
	background-color:transparent;
	width:340px;
	width:265px;
	height:30px;
	border:none;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	top:0;
	left:0;
	color:rgb(48,37,33);
	padding-left:10px;
	}
