body {
  background-color: #A6A6A6;
  color: #5A686A;
  font-family: Helvetica,Arial,Verdana,Sans-Serif;
  font-size: 11px;
  line-height: 1.4em;
  margin: 0 0 20px;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
input, select {
  font-size: 10px;
}
select {
  background-color: #FFF;
  border: 1px solid #999;
  color: #666;
  font-size: 9px;
  height: 17px;
  width: 165px;
}
#shell {
  width: 596px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  margin: 0 auto;
}
#header {
  width: 100%;
  overflow: auto;
}
#header img {
  float: left;
}
#forms {
  padding: 20px 20px 5px;
}
#intro h1 {
  background: transparent url(../i/coupons/Request_Coupon_txt.gif) no-repeat 0 0;
  width: 191px;
  height: 21px;
  text-indent: -9999px;
  margin: 0;
}
#forms .form {
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	overflow: auto;
}
#forms li {
	margin: 0 0 10px;
	padding: 0;
	clear: both;
}
#forms li.half {
	float: left;
	width: 49%;
	clear: none;
}
#forms li.float {
	float: left;
	clear: none;
}
#forms li.first {
	clear: left;
	width: 214px;
}
#forms li.wrap {
	width: 345px;
	line-height: 1.2em;
}
#form-contact label {
	display: inline-block;
	width: 75px;
	padding-right: 5px;
	text-align: right;
}
#form-contact .radio label {
	width: auto;
	padding: 0 15px 0 5px;
}
#form-contact ul {
	margin: 0;	
}
#form-contact li.indent {
	padding-left: 80px;
}
#form-pets label {
	display: inline-block;
	width: 50px;
	padding-right: 5px;
	text-align: right;
}
.form input, #form-password input, #login input, #forgotPass input {
	border: 1px solid #999;
}
.form .radio input {
	border: 0;	
}
.form input.long {
	width: 425px;
}
.form input.medium {
	width: 300px;
}
#form-pets input {
	width: 150px;
	_width: 147px;
	margin-right: 5px;
}
#form-pets select {
	width: 152px;
	margin-right: 5px;	
}
.form select {
	width: auto;	
}
#form-pets li.col {
	width: 157px;
	font-weight: bold;
	margin-bottom: 5px;
}
#form-pets li.indent {
	padding-left: 55px;	
}
#form-pets li.radio input {
	width: auto;	
}
.food {
	padding: 0 0 10px 100px;
	overflow: auto;
}
.food div {
	float: left;
	width: 50%;	
}
.food label {
	width: auto !important;
	line-height: 1.8em;
}
.food div.outline {
	float: none;
	border: 1px solid #999;
	padding: 5px;
	width: auto;
}
.food div.space {
	clear: both;
	width: 100%;
	height: 20px;	
}
#forms .food ul {
  margin-top: 12px;
}
#forms .food ul li {
  margin-bottom: 3px;
}
#form-describe div {
	float: left;
}
#form-describe div.pet {
	width: 50px;
	text-align: right;
	padding-right: 10px;
	line-height: 16px;
}
#form-describe ul {
	width: 200px;	
}
#form-describe li {
	overflow: auto;
	width: 200px;
}
#form-describe label {
	float: left;
	width: 175px;
	padding-left: 5px;
	line-height: 14px;
	display: block;
}
#form-describe input {
	float: left;
	border: 0;
	margin: 3px 0 0;
	_margin: 0;
}
#form-password p {
	line-height: 12px;
}
#form-password p.indent {
	margin-left: 75px;	
}
.btn {
	font-size: 11px;
	font-weight: bold;	
	padding: 3px;
}

/* FOOTER */
#footer {
  background-color: #eee;
  margin-top: 20px;
  width: 100%;
  overflow: auto;
  font-size: 9px;
  text-align: center;
}
#footer ul {
  margin: 0 auto;
  display: inline-block;
  _padding-left: 25px;
}
#footer li {
  clear: none;
  float: left;
  padding: 0 4px;
  margin: 4px 0;
}
#footer a {
  color: #8A8A8A;
  text-decoration: none;
}
#footer img {
  vertical-align: top;
}
.legal {
  font-size: 9px;
  text-align: center;
}

/* LOGIN PAGE */
div.loginUser {
  padding-bottom: 20px !important;
}
div.loginUser div#stayintouch-form {
  height: 550px;
}
#login {
  margin-top: 20px;
}
#login .indent {
  margin-left: 155px;
}
#login label {
  width: 150px;
  float: left;
  text-align: right;
  padding-right: 5px;
}
#login li, #forgotPass li {
  padding-bottom: 5px;
  margin: 0;
}

#forgotPass {
  text-align: center;
  margin-top: 20px;
}
#forgotPass label {
  padding-right: 5px;
}
#forgotPass .btn {
  margin-top: 7px;
}

