/* CSS Styles for Inbox Dollars' landing2ajax Landing Page */

/* Core XHTML Styles / Core Page Structure
----------------------------------- */

html {
	background: #fff;
	color: #fff;
	}
body {
	background: #fff url(bodyBG.png) repeat-y;
	font: 62.5% Arial, Helvetica, sans-serif;
	margin: 16px auto 0 auto;
	padding: 0;
	text-align: center;
	width: 760px;
	}

/* Typography
----------------------------------- */
a { font-weight: bold; color: #fff; }
h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; margin: 0; }
h1 { font-size: 4em;   }
h2 { font-size: 3.4em; }
h3 { font-size: 2em;   }
h4 { font-size: 1.8em; }
h5 { font-size: 1.6em; }
h6 { font-size: 1.4em; }
p, span, td, input, select { font-size: 1.1em; }
small { font-size: 1em; }

/* Page Header
----------------------------------- */
#pageHeader { 
	background: url(pageHeader-background.png) left 48px no-repeat;
	height: 240px;
	width: 760px;
	text-align: left;
	text-indent: -9999px;
	}
#gma { background:url(gmaBanner.png) left top no-repeat; height: 48px; }

/* Get Paid To...
----------------------------------- */
#getPaidTo    { height: 1px; overflow: hidden; text-indent: -9999px; }
#getPaidTo ul { list-style: none; 									 }

/* Testimonials
----------------------------------- */
#testimonials { clear: both; }
#testimonials h3 { background: url(testimonials-header.png) left top no-repeat; 
	height: 32px; 
	margin: 0;
	text-indent: -9999px;
	}
.quote001, .quote002 {
	display: inline;
	float: left;
	text-align: left;
	width: 344px;
	}
.quote001 { margin: 8px 0 8px 32px; }
.quote002 { margin: 8px 8px 8px 24px; }
.quoteText		{ display: block; margin: 0 0 .25em 0;						}
.quoteAuthor	{ font-weight: bold; margin: .5em 0 0 0;					}
.quoteAddress	{ font-weight: normal; font-size: 1em; font-style: italic;	}

/* Signup Form
----------------------------------- */
#signupForm {
	background: #fff url(signupForm-background.png) left top repeat-y;
	clear: both;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 760px; /* conquers IE6's peekaboo bug */
	}
#signupForm h2 {
	background: url(signupForm-header.png) left -8px no-repeat;
	height: 48px;
	text-indent: -9999px;
	}
#signupForm a { color: #333; }
.notice { margin: 0 0 1em 32px; }
form   { margin: 0; padding: 0; } /* to counter IE's default settings */


	/* Tables
	----------------------------------- */
	table.analogData	{
		border-collapse: collapse;
		display: inline;
		float: left;
		margin: 16px 0 0 32px;
		width: 344px;
		}
	table.digitalData	{
		border-collapse: collapse;
		display: inline;
		float: right;
		margin: 16px 32px 0 0;
		width: 328px;
		}

	/* Form Fields
	----------------------------------- */
	td.formLabel			{ vertical-align:text-top; text-align: left; width: 128px; }
	label					{ font-weight: bold; }
	#MemberStreet1			{ margin-bottom: 2px; }
	/* variable box sizes for compliant browsers, fixed width for IE */
	select#MemberStateId	{ max-width: 145px !important; width: 170px; }
	select#MemberCountryId	{ max-width: 200px !important; width: 200px; }
	#signupSubmit input, #signupSubmit select { border: none; }
	#signupSubmit {
		background: transparent url(signupForm-bottom.png) left bottom no-repeat;
		clear: both;
		margin: 0;
		padding: 8px 32px 16px 32px;
		text-align: center;
		}

	/* Errors
	------------------------------------ */
	.error,
	.error td { background: #c66; }
	.error td.formLabel { color: #fff; }
	.errorRow td { padding: 0; }
	.errorRow div { 
		background: #c66;
		color: #fff;
		font-size: 1em;
		margin: 0 0 4px 0;
		padding: 2px;
		text-align: left;
		}
	.errorRow div label { font-weight: bold; text-decoration: underline; }
	#signupSubmit .errorRow div { text-align: center; } /* terms_error */

/* Page Footer
----------------------------------- */
#pageFooter {
	background: transparent url(bodyBG-bottom.png) bottom center no-repeat;
	clear: both;
	padding: 8px 0 24px 0;
	}

