/* 
CSS - 800thecash.com 

*/

/* @group Globals */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
}

button {
	float: left;
	overflow: visible;
	border: none;
	background: none;
	cursor: pointer;
}

button img {
	border: none;
}

/* @end */

/* @group Layout */

div#container {
	margin: 0 auto;
	background:url(../images/bg_bottom_nofade.gif) repeat-y left;
	width: 760px;
}

div#content_main {
	position: relative;
	background: url(../images/bg_side_fade.gif) no-repeat top left;
	width: 760px;
}

#lefttext {
	float: left;
	background: url(../images/left_text_block.gif) no-repeat top left;
	width: 380px;
	height: 195px;
	text-indent: -999em;
	overflow: hidden;
}

#step1 #lefttext,
#step2 #lefttext {
	background: none;
	padding: 0 0 0 70px;
	width: 310px;
	height: auto;
}

div#footer {
	width: 760px;
	height: 23px;
	background: url(../images/bg_bottom.gif) no-repeat left top;
}

/* @end */

/* @group Headings */

h1 {
	display: block;
	background: url(../images/head_image.jpg) no-repeat top left;
	width: 760px;
	height: 285px;
	text-indent: -999em;
	overflow: hidden;
}

h2 {
	display: block;
	background: url(../images/head_text.gif) no-repeat top left;
	width: 760px;
	height: 60px;
	text-indent: -999em;
	overflow: hidden;
}

h3 {
	clear: both;
	display: block;
	background: url(../images/footer_text.gif) no-repeat top center;
	width: 760px;
	height: 30px;
	text-indent: -999em;
	overflow: hidden;
	margin-bottom: 10px;
}

#step1 h3,
#step2 h3 {
	margin-top: 20px;
}

/* @end */

/* @group Form */

p.intro {font-weight: bold; }

#longForm form {
	margin-bottom: 0 !important;
}

#longForm dl,
#longForm p {
	padding-left: 10px !important;
	width: 266px !important;
}

#longForm p {
	font-size: 12px;
	margin-bottom: 1em;
}

#longForm dt p {
	font-size: 11px;
	margin: 0;
	padding-left: 0 !important;
}

#longForm button {
	display: inline;
	margin: 10px 10px 0 0;
}

form {
	float: left;
	display: block;
	background: url(../images/bg_form.gif) repeat-y left;
	width: 290px;
	margin: 18px 0 20px 0;
}

form .wrap {
	background: url(../images/bg_formBottom.gif) no-repeat bottom left;
	padding-bottom: 10px;
}

form ul {
	padding: 10px 0 7px 10px;
	list-style: none;
	font: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 11px;
}

form img.checks {
	position: absolute;
	left: 50px;
}

form li {
	margin: 0 0 3px 0;
	list-style: none;
	clear: both;
}

form input {
	width: 100%;
	padding: 3px 0 4px 0;
	border: 1px solid #999;
}

form div.form_zip {
	float: left;
	width: 204px;
	margin-right: 5px;
}

/* @end */

/* @group Clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */