﻿
h1{
	display: none;
}

#free_coupons{
	width: 685px;
	margin: auto;
	height: 35px;
	background: url(../../images/freecoupons_text.jpg) no-repeat;

}

#main{
	background: transparent url(../../images/free-restaurant-shopping-coupons.jpg) no-repeat;
	height: 350px;
	width: 935px;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	padding:45px 0 0 0;
}


input.textField {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:2px solid #DDDDDD;
	font-size:16px;
	margin-bottom:0px;
	padding:5px;
}

input.hover {
	border-color:#BBBBBB;
}


input.darken{
	border-color: #000111;
}

#benefits{
	width: 794px;
	margin-left: auto;
	margin-right:auto;
}

#press{
	width: 720px;
	margin: auto;
}


/* Signup form */

#signup{
	padding-left:37px;
	width:369px;
}

#err_msg{
	height:30px;
}

form ol{
	text-decoration:none;
	list-style:none;
	list-style-type:none;
	list-style-position:outside;
}

form ol li {
	clear:left;
	padding:0px 0;
}

form ol li label {
	color:#555555;
	display:block;
	float:left;
	font-weight:bold;
	line-height:30px;
	margin-right:10px;
	text-align:right;
	width:140px;
}

#signupform label.error {
  color: red;
  font-size:12px;
  font-weight:bold;
  padding-right:69px;
  float:right;
  text-align:left;
  white-space:nowrap;
}

#signupform input.error {
  border-color:red;
}

#signupform label.checked {
  background:url("images/checked.gif") no-repeat 0px 0px;
}

#newsletter{
	padding-left:150px;
}
#submit{
	padding-left:150px;
	padding-top:10px;
}

/* Steps text */

#step1{
	position:absolute;
	margin-top:10px;
	margin-left:100px;
	font-size:14px;
	
}

#step2{
position:absolute;
	margin-top:50px;
	margin-left:500px;
	font-size:14px;

}

#step3{
position:absolute;
	margin-top:85px;
	margin-left:850px;
	font-size:14px;
	padding:none;
	margin-left:none;
}
