/*--------global reset--------*/
* {
	margin: 0;
	padding: 0;
}

/*--------normal styles--------*/
body {
	background: #3A3A3A url(../images/body-bg.png) center repeat-y;
	background-attachment: fixed;
	font-family: sans-serif;
	font-size: .8em;
}
a:link img,
a:visited img {
	border: 0;
}
h1 {
	height: 85px;
	text-indent: -9999px;
	background: url(../images/thePropertyGame.png) no-repeat #90ba20;
}
h2 {
	color: #c1022c;
	font-size: 2em;
	text-align: center;
	padding-bottom: 18px;
}
h3 {
	color: #0f1eb9;
	font-size: 1.4em;
	text-align: center;
	padding-bottom: 17px;
}
p {
	padding-bottom: 14px;
}
form div {
	float: left;
	clear: left;
	font-size: 1.1em;
	padding-bottom: 15px;
	width: 100%;
}
form#singlepurchase1 div {
	float: none;
}
form div.buttons {
	float: none;
}
form fieldset {
	border: 0;
	margin: .5em 0;
	padding: 1em 0;
}
form legend {
	font-size: 120%;
	color: #ff7d1a;
}
form label {
	float: left;
	width: 150px;
	margin-left: 50px;
	padding-top: 2px;
}
form .textInput {
	float: left;
	width: 290px;
}
#waitMessage {
	margin: 1em;
	font-size: 80%;
	color: #333;
}
.secureMessage {
	display: none;
	width: auto;
	padding: 1em;
	border: 2px solid #FFC300;
	background: #f8ffb2;
}
abbr,
acronym {
	border: 0;
}

/*--------classes--------*/
.block {
	display: block;
}
.button,
.submit {
	float:none;
	text-align: center;
}
.clear {
	clear: both;
}
.button input,
.submit input {
	margin:0 auto;
	color: #fff;
	width: 301px;
	height: 37px;
	border: 0;
	background: url(../images/signupButton.png) no-repeat #ce2626;
	font-size: 1.25em;
	font-weight: bold;
	cursor: pointer;
}
.button input:hover {
	background: url(../images/signupButton.png) no-repeat 0px -37px #51dc23;
}
.submit input {
	background:url(../images/dvdButton.png) no-repeat #ce2626;
}
.submit input:hover {
	background:url(../images/dvdButton.png) no-repeat 0 -37px #51dc23;
}
.testimonial {
	padding: 10px 13px 0;
	margin: 0 60px 14px;
	border: 2px dashed #006fd8;
}
.testimonial p {
	color: #006fd8;
	font-size: .9em;
}
.testimonialContent {
	font-style: italic;
	font-weight: bold;
}
.testimonialAuthor {
	text-align: right;
	font-weight: bold;
}
.testimonialAuthor span {
	display: block;
}
.bonusBG {
	width: 515px;
	margin: -10px 0 17px 63px;
	background: url(../images/bonusBG.png) repeat-y #a9da25;
}
.bonusBox {
	padding: 45px 42px 0 16px;
	color: #fff;
	background: url(../images/bonusBoxBG.png) no-repeat;
}
.bonusBox h2 {
	width: 400px;
	color: #fff;
	font-size: 2.4em;
	text-align: left;
	padding-bottom: 7px;
}
.bonusBox h2 span {
	font-size: .75em;
}
.bonusFooter {
	height: 14px;
	background: url(../images/bonusFooterBG.png) no-repeat;
}
.formHeader {
	height: 8px;
	background: url(../images/formHeaderBG.png) no-repeat #f5a71e;
}
.signupForm {
	width: 497px;
	margin: 10px auto 16px auto;
	color: #fff;
	position: relative;
	background: #f5a71e;
}
.signupForm form label {
	width: 100px;
	margin-left: 0;
}
.striking {
	color: #c00;
}
.formPadding {
	padding: 24px 20px 0 42px;
}
.buttons #ContactUs_1_submit {
	width: 301px;
	border: 0pt none;
	color: #fff;
	display: block;
	cursor: pointer;
	font-size: 1.15em;
	font-weight: bold;
	height: 37px;
	margin: 0pt auto;
	background: url(../images/dvdButton.png) no-repeat #ce2626;
}
.buttons #ContactUs_1_submit:hover {
	background: url(../images/dvdButton.png) no-repeat 0px -37px #51dc23;
}
.buttons #ContactUs_1_reset {
	width: 80px;
	height: 30px;
	color: #777;
	display: block;
	cursor: pointer;
	font-weight: bold;
	margin: 10px auto 0;
	border: 1px solid #777;
	background: #ddd;
	display: none;
}
.nextStep {
	width: 104px;
	height: 159px;
	position: absolute;
	left: -63px;
	top: -4px;
	background: url(../images/nextStep.png) no-repeat;
}
.youtube {
	text-align: center;
	margin-bottom: 15px;
}
.error {
	color: #c00;
	text-align: center;
	font-size: .8em;
}
ul.benefitList {
	width: 400px;
	margin: 0 auto 15px;
	padding: 20px 40px 10px 60px;
	list-style: circle;
	border: 2px dashed #f93;
	background: #ffc;
}
ul.benefitList li {
	padding-bottom: 10px;
}
.formFooter {
	height: 13px;
	background: url(../images/formFooterBG.png) no-repeat #f5a71e;
}
.type {
	display: none;
}
.url {
	display: none;
}
.org {
	font-weight: bold;
}
.error,
.red {
	color: red;
}

/*--------ids--------*/
#page {
	background: url(../images/body-bg-top.png) top no-repeat;
	background-attachment: fixed;
}
#container {
	width: 702px;
	margin: 0 auto;
	background: #fff;
}
#header {
	height: 252px;
	background: url(../images/headerBG.png) no-repeat bottom left;
}
#header a {
	display: block;
	width: 50%;
	height: 82px;
}
#content {
	padding: 15px 40px;
	background: #fff top repeat-x;
}
#content p {
	padding-left: 30px;
}
#content div p {
	padding-left: 0;
}
#dearFriend {
	text-indent: -9999px;
	color: #003cff;
	width: 161px;
	height: 29px;
	background: url(../images/dearFriend.png) no-repeat;
}
#signature {
	text-indent: -9999px;
	color: #003cff;
	width: 210px;
	height: 30px;
	background: url(../images/carlyCrutchfield.png) no-repeat;
}
#base {
	clear: left;
	margin-bottom: 1em;
	background: #a9da25;
	border-bottom: 1px solid #000;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
#base li {
	display: inline;
}
#base a {
	color: #fff;
	text-decoration: none;
}
#base a:hover {
	text-decoration: underline;
}
#footer {
	width: 702px;
	margin: 0 auto;
	border: 1px solid #000;
	background: #333;
	color: #fff;
	text-align: center;
	font-size: .85em;
	line-height: 1.5;
}
#footer a {
	color: #fff;
}
#footer p {
	padding: 0 0 8px;
}
#webdev,
#webdev a {
	color: #999;
	text-decoration: none;
}