/* HEADER START */
#header{
width:960px;
height: 450px;
margin: 0 auto;
}
/* HEADER END */


/* FORM START */
#form{
background-image: url(../images/form.jpg);
width:960px;
height: 199px;
margin: 0 auto;
}

.form_txt{
float: left;
padding: 62px 0 0 70px;
width: 360px;
height: 140px;
text-align: left;
font-family: Geneva;
font-size: 35px;
font-weight: lighter;
color: white;
}

.form_fields_left{
float: left;
padding: 42px 0 0 20px;
width: 200px;
height: 140px;
text-align: left;
font-family: Tahoma;
font-size: 12px;
font-weight: lighter;
color: white;
}

.form_fields_right{
float: left;
padding: 42px 0 0 0;
width: 155px;
height: 140px;
text-align: left;
font-family: Tahoma;
font-size: 12px;
font-weight: lighter;
color: white;
}

.form_btn_send{
float: left;
padding: 63px 0 0 0;
text-align: left;
font-family: Tahoma;
font-size: 12px;
font-weight: lighter;
color: white;
cursor:pointer;
}
/* FORM END */


/* FOOTER START */
#footer {
background-image:url(../images/footer.jpg);
height:160px;
margin:0 auto;
width:960px;
background-position:0 -187px;
}

.footer_content {
height:60px;
padding:20px 40px;
text-align:center;
}

.logo {
float:left;
height:85px;
width:146px;
}

.footer_txt{

text-align: center;
font-family: Tahoma;
font-size: 10px;
font-weight: lighter;
color: gray;
width:879px;
margin:0 auto;
}
/* FOOTER END */

#cupon{
	background:url(../images/cuponBack.jpg);
	width:960px;
	height:500px;
	margin:0 auto;
	text-align:center;
}

.error {
height:26px;
color:#000;
}
