body {
	background: #FFF url(../images/body-background2.gif) 0 0 repeat-x;
	line-height:1.25;
}
/*
body a {
	color:#339900;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
*/
p {
	margin-bottom:0;
	padding:0 0 1em;
}

/* Signup pages */
h1, h2, h3, h4, h5 {
	text-shadow:none;
	color:#222;
}
h1 {
	font-size:2.25em;
}
h3 {
	font-size:1.4em;
	margin:0 0 0.5em;
}
h4 {
	font-size:1.2em;
}
h1.headline {
	font-size:3em;
	text-align:center;
}
.header, .footer {
	line-height:1.5;
}
.cloudcma_green {
	color:#339900;
}
.center {
	text-align:center;
}

/*
#plans {
	margin:30px auto 40px;
	width:732px;
}
#plans .plan {
	border:3px solid #CCCCCC;
	float:left;
	margin:0 30px 20px;
	position:relative;
	text-align:center;
	width:300px;
}
*/
#plans .plan {
	text-align:center;
}
#plans .plan ul {
	text-align:left;
	margin:2em 1em 2em 4em;
	list-style:none outside url("/images/signup/checkmark_small.gif");
}
#plans .plan li.hide {
	list-style-image:url("/images/signup/checkmark_small_hide.gif");
}
.plan #header {
	border:medium none;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	height:24px;
	margin:2px;
	padding:6px 0 4px;
}
#year #header {
	background:url("../images/cma-listing-background.gif") repeat-x scroll 0 bottom #FF9900;
}
#month #header {
	/* background-color:#086C9E; */
	background:url("../images/buyer-tour-background.gif") repeat-x scroll 0 bottom #9999CC;
}
#week #header {
	background:url("../images/property-listing-background.gif") repeat-x scroll 0 bottom #99CC33;
}
.plan h1 {
	color:#33AA00;
	font-size:30px;
	margin:20px 0 0;
}
.plan h2 {
	font-size:18px;
	margin:0 0 1em;
}
.plan ul li {
	font-size:16px;
	margin:0 0 0.3em;
}
.plan #signup_button {
	/* background-color:#00BCE4; */
	background-color:#33AA00;
	border-color:#669966 #336633 #336633 #669966;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	font-size:1.5em;
	font-weight:bold;
	margin:35px auto 20px;
	padding:5px;
	width:100px;
}
#contact {
	margin:2em 0 1em;
	text-align:center;
}
#contact h2 {
	font-size:1.7em;
}

/* New user registration form */
#regform {
	margin:30px 0;
}
#regform .regform-block {
	margin-bottom:0.7em;
	padding-left:9em;
	position:relative;
	zoom: 1;   /* Fix for IE6 layout issue */
}
#regform .regform-block .regform-label {
	font-weight:bold;
	left:0;
	position:absolute;
	text-align:right; 
	width:8em;
	padding-top:0.25em;
}
#regform .regform-block .regform-field {
	width:20em;
}
#regform #regform-reqs {
	color:#777777;
	margin-bottom:1.5em;
}
#regform .regform-block ul {
	margin-top:5px;
	padding-top:0.25em;
}
#regform .regform-block ul li {
	list-style:disc;
	margin-left:1.2em;
}
#regform #regform-note {
	color:#777;
}
#regform #regform-note .regform-label {
	font-weight:normal;
}
#regform #regform-note p {
	padding:0.25em 0 0 0;
}
#regform hr {
	background-color:transparent;
	color:#DDDDDD;
	height:1px;
	display: block;
	margin:1.5em 14em 1.5em 2em;
}
.checkbox_explanation {
	color:#666666;
	display:inline;
}

/* New account form */
#user-form, #cc-form {
	float:left;
	width:55%;
}
#cc-form {
	margin-top:15px;
}
img#cvv {
	padding-left:10px;
	vertical-align:-16px;
}
#free-trial-desc, #user-signup-desc {
	background:#F8F8F8 none repeat scroll 0 0;
	border-bottom:1px solid #D8D8D8;
	border-top:1px solid #D8D8D8;
	padding:5px 20px 10px;
	width:25%;
	margin:22px 0 0 60%;
}
#free-trial-desc h3 {
	color:#339900;
	font-size:1.2em;
	margin:0 0 0.5em;
}
#realtor-logo {
	height:100px;
	display:block;
	margin:10px auto 20px;
}

/* Accept terms */
#accept-terms {
	background-color:#E8FCEA;
	border:5px solid green;
	margin:30px 25px 0;

	/* Doesn't work right in IE
	padding:20px; 
	*/
	padding:0 20px;
}
#accept-terms div {
	/* Needed to fix IE issue above */
	padding:20px 0;
}
#accept-terms div#plan-terms {
	padding:0;
}
#accept-terms legend {
	color:green;
	font-size:15px;
	font-weight:bold;
	padding:0 5px;
}

/* Pro page */
.offer {
	background:#F3F3F3 none repeat scroll 0 0;
}
.offer .block {
	margin-bottom:0.7em;
	padding-left:8em;
	position:relative;
	zoom: 1;   /* Fix for IE6 layout issue */
}
.offer h3 {
	margin:10px 0 10px 20px;
}
.offer p {
	margin:0 20px;
}
.offer label {
	font-weight:bold;
/*
	position:absolute;
	text-align:right;
	width:7em;
	left:0;
	padding-top:0.25em;
*/
}
.offer input[type='text'],
.offer input[type='password'] {
	width:15em;
}
.offer select {
	width:15.5em;
}
.offer input[type='submit'] {
	width:10em;
}
.offer input[type='checkbox'],
.offer input[type='radio'] {
	margin:0;
}
.offer .errorExplanation {
	margin:0px 0px 20px;
}
.messaging ul {
	list-style-type:disc;
	font-size:1.4em;
}
.offer p:last-child {
	margin-bottom:0;
}
.report-title {
	margin-left:2em;
	font-style:italic;
}

.reportstack {
	height:200px;
	margin:0 40px 20px 0;
}

/* Screenshots */
.screenshots {
	display:block;
	margin:20px 0;
	text-align:center;
}
.screenshots h4 {
	margin:10px 30px;
}

.screenshot {
	margin-bottom:20px;
}
.screenshot img {
	height:180px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:0 !important;
}

/* Logos */
.site-logos {
	margin:20px auto;
	width:850px;
}
.site-logos div.grid_2 {
	height:100px;
}
.site-logos img {
	max-width:120px;
	max-height:100px;
}

.iphone {
	text-align:center;
}
.iphone img {
	width:200px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.iphone h4 {
	margin:10px 30px;
}

.sorry {
	padding:20px 20px 0;
	font-size:1.4em;
}

/* Thank you wizard */
#thank-you {
	width:600px;
	margin:0 auto;
	text-align:center;
}
#wr-logo {
	width:200px;
	margin-bottom:20px;
}
#thank-you-form {
	width:600px;
	margin:0 auto;
	font-size:16px;
}
#thank-you-form input, 
#thank-you-form select {
	font-size:16px;
}
#thank-you-form .regform-block {
	padding-left:10em;
}
#thank-you-form .regform-block .regform-label {
	width:9em;
}

/* Image shadow technique from http://www.alistapart.com/articles/cssdropshadows */
.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

.callout {
	margin:20px 0 40px;
	text-align:center;
}
.callout h2 {
	font-size:2.5em;
}
.callout h3 {
	font-size:1.75em;
}

#chat-button {
	margin:15px 0 0 45px;
}

#promo-logo {
	text-align:center;
	margin:-5px 0 10px;
}
#promo-logo img {
	width:180px;
}

.optional-data {
	float:right;
	font-size:0.8em;
	font-style:italic;
	color:#999;
	margin-right:10px;
}

.testimonials {
	margin:20px 0 25px;
	font-size:11pt;
}
.testimonials blockquote {
  background: transparent url(../images/left-quote.gif) left top no-repeat;
	margin-bottom:10px;
}
.testimonials blockquote div {
  background: transparent url(../images/right-quote.gif) right bottom no-repeat;
	padding:0 20px;
}
.testimonials span {
	padding-left:20px;
}
.testimonials span img {
	vertical-align:top;
}

#abandon-form input[type='submit'] {
	color:white;
	background-color:#390;
	font-size:1.1em;
	font-weight:bold;
}

/* /account/billing */
#change-plan {
	border:2px solid #CCC;
	margin:0 0 40px;
	padding:20px 20px 0;
	width:350px;
}
#change-plan legend {
	margin-bottom:1em;
}
#change-plan input {
	margin-bottom:1em;
}
#change-plan label {
	margin-left:1em;
}

div#mls_eula {
	margin:2em 0 1em;
}
#mls_eula_iframe {
	border:1px solid #AAAAAA;
	height:350px;
	width:100%;
	margin:1em 0;
}

#plans em {
	font-weight:bold;
}
#explanation em {
	font-weight:bold;
}
#explanation h3 {
	margin-top:0.8em;
}
#explanation h4 {
	font-weight:bold;
	font-style:italic;
}

#mls-list {
	padding:20px 20px 15px;
}
#mls-list h4 {
	font-style:italic;
	margin-bottom:10px;
}
#mls-list ul {
	list-style:disc inside none;
}
#mls-list li {
	float:left;
	width:300px;
	margin:3px 0 0;
}
#mls-list p {
	clear:both;
	margin:1em 0 0;
	padding:0;
}
#mls-list span {
	float:right;
	margin-top:4px;
	font-style:italic;
}
#mls-list strong {
	font-style:italic;
	font-size:1.2em;
	color:#222;
	background-color:#FFFFCC;
	padding:5px 10px;
}
#mls-list select {
	margin-left:5px;
}