/******* FONTS */

@font-face {
    font-family: 'palatino';
    src: url('http://assets.rmcloud.com/fonts/pala-webfont.eot');
    src: url('http://assets.rmcloud.com/fonts/pala-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://assets.rmcloud.com/fonts/pala-webfont.woff') format('woff'),
         url('http://assets.rmcloud.com/fonts/pala-webfont.ttf') format('truetype'),
         url('http://assets.rmcloud.com/fonts/pala-webfont.svg#PalatinoLinotypeRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'chunkfive';
    src: url('http://assets.rmcloud.com/fonts/chunkfive-webfont.eot');
    src: url('http://assets.rmcloud.com/fonts/chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://assets.rmcloud.com/fonts/chunkfive-webfont.woff') format('woff'),
         url('http://assets.rmcloud.com/fonts/chunkfive-webfont.ttf') format('truetype'),
         url('http://assets.rmcloud.com/fonts/chunkfive-webfont.svg#ChunkFiveRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}

/******* TAGS AND COMMON CLASSES */

body {
  background: url("images/body-tile.png") repeat #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color:#fff;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.container {
  width: 940px;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
}

.nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}

/******* PLUS 1 */

#___plusone_0 {
  background: none repeat scroll 0 0 #202020 !important;
  border: 1px solid #CCCCCC !important;
  left: 0;
  padding: 15px !important;
  position: fixed;
  top: 150px;
  border-left: none !important;
  *position: absolute;
}

/******* NAV */

#site-nav {
  background: #202020;
  border-bottom: 3px solid #c3c2c2;
  border-top: 3px solid #c3c2c2;
}

#site-nav #nav {
  margin: 0 auto;
  background: url(images/remax-central.png) right bottom no-repeat;
  background-size:110px;
  background-position: right 20px;
}

#site-nav li {
  float: left;
  position: relative;
  *z-index: 999;
}

#site-nav li.first{
  background: url(images/jd_nav_logo.gif) no-repeat left bottom;
  padding: 0 0 0 110px;
}

#site-nav #nav li a {
  height: 68px;
  line-height: 68px;
  font-family: 'palatino';
  font-size: 19px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  text-decoration: none;
  padding: 10px 10px 0;
  display: block;
  -paddign: 10px 0 0;
  -text-align: center;
  -width: 68px;
  -font-size:13px;
}

#site-nav li.over a {
  background: url(images/nav_arrow.gif) center bottom no-repeat #282828;
  color: #c2c2c2;
}

#site-nav li ul {
  display: none;
}

#site-nav li.over ul {
  display: block;
  width: 200px;
  background: url(images/dropdown.jpg) no-repeat left bottom #454545;
  position: absolute;
  z-index:150;
  padding: 5px 0 10px;
  border: 2px #c2c2c2 solid;
  border-top: none;
}

#site-nav #nav li.over ul a {
  color: #fff;
  width: 180px;
  padding: 5px 10px;
  background: none;
  height: auto;
  line-height: normal;
  text-shadow: 1px 1px 1px #000;
  font-size: 16px;
  -text-align: left;
}

#site-nav #nav li.over ul a:hover {
  background: #282828;
}

/****** HEADER */

#site-header {
	background: #010101;
	box-shadow: 0 10px 30px 0 #000000;
}

#header {
  background: url("images/header-homepage.jpg") no-repeat center top;
}

#site-header .container {
  height: 398px;
  position: relative;
}

#site-header h1 {
  font-family: 'palatino';
  font-size: 80px;
  line-height: 88px;
  padding: 60px 0 0 0;
  text-shadow: 1px 1px 5px #000;
}

#site-header h1 span {
  font-size: 47px;
}

#site-header h2 {
    font-family: 'chunkfive';
    font-size: 30px;
    margin: 20px 0 60px;
    text-shadow: 1px 1px 5px #000000;
}

#site-header #site-info {
	position: absolute;
	width: 680px;
	right: 0;
	top: 0;
	text-align: center;
}

#site-header p {
  color: #fff;
}

#site-header .site-info-right, #site-header .site-info-left {
	width: 48%;
	font-size: 19px;
	line-height: 25px;
}

#site-header .site-info-right {
	float: right;
	text-align: left;
}

#site-header .site-info-left {
	float: left;
	text-align: right;
}

#site-header .site-info-right a {
	color: #FFF;
	text-decoration: none;
	display: block;
}

#site-header .site-info-right a:hover {
	text-decoration: underline;
}

/******* Main Area */

#main {
  position: relative;
  padding: 180px 0 0;
}

/******* Buckets */

#buckets {
  background: url("images/buckets_bg.png") left bottom no-repeat;
  border-top: 1px solid #fff;
  padding: 0 2px 23px;
  width: 936px;
  margin: 0 auto 15px;
}

#buckets a {
  display: block;
  float: left;
  width:234px;
  background: url(images/buckets_div.gif) no-repeat left center;
  text-decoration: none;
  color: #fff;
  font-family: 'chunkfive';
  font-size: 20px;
  text-align: center;
  padding: 55px 0;
  line-height: 25px;
  text-shadow: 0px 1px 1px #000;
}

#buckets a:first-child {
  background: none;
}

#buckets a span {
  display: block;
  font-family: arial;
  font-size: 16px;
}

#buckets a:hover {
  background-color: #000;
  color: #FFF;
  font-size: 22px;
}

/******* LEFT COLUMN */

#main .left {
  width: 620px;
  float: left;
}

#cms {
  width: 578px;
  padding: 20px 21px 43px; 
  background: url("images/index_cms.png") no-repeat left bottom;
  border-top: 1px solid #fff;
}

#main #cms h1 {
  font-size: 26px;
  font-family: 'chunkfive';
  padding: 0 0 20px;
  text-shadow: 0 1px 1px #000;
}

#main #cms h2.special-heading {
  font-size: 26px;
  font-family: 'chunkfive';
  padding: 0 0 20px;
  text-shadow: 0 1px 1px #000;
}

/*** *************** FEATURED LISTINGS WIDGET ***/
.tp-widget-featuredListingWidget {
	margin-bottom: 30px;
}
.tp-widget-featuredListingWidget h3 {
	margin-bottom: 20px;
	font-weight: bold;
}
#tp-featuredListings {
  line-height: 100% !important;
}
#tp-featuredListings button.prev {
  display: block;
  width: 11px; height: 23px;
  background: url("images/arrow-prev.png") no-repeat 0 0;
  border: none;
  position: absolute;
  top: -41px; right: 40px;
}
#tp-featuredListings button.next {
  display: block;
  width: 11px; height: 23px;
  background: url("images/arrow-next.png") no-repeat 0 0;
  border: none;
  position: absolute;
  top: -41px; right: 0px;
}
#tp-featuredListings .scrollable-widget {
  margin: 0px;
  padding: 0px;
}
#tp-featuredListings .scrollable-widget,
#tp-featuredListings .scrollable,
#tp-featuredListings .items,
#tp-featuredListings .slideHolder,
#tp-featuredListings .slide {
  height: 330px;
}
#tp-featuredListings .slideHolder,
#tp-featuredListings .slide {
  width: 280px;
}
#tp-featuredListings .slideHolder {
  margin: 0px 18px 0px 0px;
}
#tp-featuredListings .slide {
  margin: 0px;
  position: relative;
}
#tp-featuredListings .img-holder {
  display: block;
  width: 280px; height: 210px;
  padding: 0px;
  overflow: hidden;
}
#tp-featuredListings .img-holder img {
    display: block;
    height: auto;
    left: -20px;
    padding: 5px;
    position: relative;
    top: -31px;
    width: 120%;
}
#tp-featuredListings .img-holder a {
    border: 5px solid #CCCCCC;
    display: block;
    height: 190px;
    overflow: hidden;
    position: relative;
    width: 270px;
}
#tp-featuredListings .address {
  display: none;
}
#tp-featuredListings span,
#tp-featuredListings .otherDetails {
  display: block;
}
#tp-featuredListings .view-listing-button {
  width: 59px; height: 29px;
  position: absolute;
  bottom: 0px; right: 0px;
}
#tp-featuredListings .view-listing-button a {
    background: none repeat scroll 0 0 #202020;
    color: #F9F9F9;
    display: inline-block;
    line-height: 29px !important;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    *display: inline;
    *zoom: 1;
}
#tp-featuredListings .view-listing-button a:hover {
	background: #000;
	color: #FFF;
}

#tp-featuredListings .buttons-holder {
    height: 120px;
    overflow: visible;
    position: relative;
    width: 100%;
}
#tp-featuredListings .view-video-button {
    position: absolute;
    right: 15px;
    top: -50px;
    width: 150px;
    z-index: 10;
}
#tp-featuredListings .view-video-button a span.video-icon {
	display: block;
	width: 150px;
	height: 30px;
	background: url("images/icon-play.png") no-repeat right top;
	position: relative;
	z-index: 2;
}
#tp-featuredListings .view-video-button span.video-label {
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    display: none;
    font-size: 14px;
    padding: 2px 20px 2px 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-transform: uppercase;
    top: 6px;
    width: 85px;
    z-index: 1;
}
#tp-featuredListings .view-video-button a:hover span.video-label {
  display: block;
}
#tp-featuredListings .price {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    bottom: 90px;
    font-size: 19px;
    font-weight: normal;
    padding-top: 10px;
    position: absolute;
    right: 0;
    text-align: left;
    width: 280px;
}
#tp-featuredListings .mls_num {
    bottom: 90px;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    position: absolute;
    right: 0;
}
#tp-featuredListings .community {
  width: 200px; height: 19px;
  font-size: 16px;
  position: absolute;
  bottom: 5px; left: 0px;
  overflow: hidden;
  font-style: italic;
}
#tp-featuredListings .community a {
  text-decoration: none;
  line-height: 20px;
}
#tp-featuredListings .otherDetails {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    bottom: 35px;
    left: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 16px;
    position: absolute;
    width: 280px;
}
#tp-featuredListings .otherDetails li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  margin-right: 5px;
  vertical-align: top;
  text-align: right;
  position: relative;
}
#tp-featuredListings .otherDetails li.first {
  width: 117px;
  text-align: left;
  margin-right: 10px;
}
#tp-featuredListings .otherDetails li.last {
  margin-right: 0px;
  text-align: right;
  float: right;
}
#tp-featuredListings .otherDetails li span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#tp-featuredListings .otherDetails li.bedrooms {
    left: 150px;
    margin-right: 0;
    position: absolute;
    top: 0;
}
#tp-featuredListings .otherDetails li .label {
  position: relative;
  top: 5px;
}
#tp-featuredListings .otherDetails li .value {
    font-size: 16px;
    line-height: 26px;
}
#tp-featuredListings .otherDetails li.sqft .value {
    background: url("images/icon-sqft.png") no-repeat 0 0;
    padding-left: 30px;
    display: block;
}
#tp-featuredListings .otherDetails li.sqft .value {
    background: url("images/icon-sqft.png") no-repeat 0 0;
    padding-left: 35px;
    display: block;
}
#tp-featuredListings .otherDetails li.bedrooms .value {
    background: url("images/icon-bed.png") no-repeat 0 0;
    padding-left: 40px;
    display: block;
}
#tp-featuredListings .otherDetails li.baths .value {
    background: url("images/icon-bath.png") no-repeat 0 0;
    padding-left: 37px;
    display: block;
}
#tp-featuredListings button.next,
#tp-featuredListings .otherDetails li .label {
  text-shadow: 1px 1px 1px #000;
}
#tp-featuredListings button.next span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 10px;
}
#tp-featuredListings .price {
    border-top: 2px solid rgba(255, 255, 255, 0.5);
}
#tp-featuredListings .otherDetails {
  border-bottom: 2px solid rgba(255,255,255,0.5);
}
#tp-featuredListings .view-video-button span {
  color: #000 !important;
  display: none;
}


/******* STATS */

.external-board-stats {
  background: url("images/stats_bg.png") no-repeat left bottom;
  border-top: 1px solid #fff;
  padding: 20px 12px 43px;
  margin: 15px 0 0;
}

.external-board-stats img {
  display: none;
}

#main #stats-text {
  background-image: url(images/stats_logo.png);
  background-color: transparent;
  background-repeat: no-repeat;
  color: #fff;
  font-family: 'palatino';
  font-size: 12px;
  color: #fff;
  width: auto;
}

#main .stats-title {
  color: #fff;
  font-family: 'chunkfive';
  font-size: 24px;
  font-weight: normal;
  padding: 0;
  width: auto;
  text-shadow: 0 1px 1px #000;
}

#main .stats-title-text {
  margin: 0;
  padding: 0;
}

#main .stats-title-text a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: 'palatino';
  font-size: 12px;
  font-weight: normal;
  padding: 10px 0 6px;
}

#main .stats-title-text a:hover {
  text-decoration: underline;
}

#main #stats-left {
  padding: 0 0 170px;
  text-align: left;
  width: auto;
}

#main #stats-middle {
  padding: 0;
  width: auto;
}

#main table.stats {
  border-top: none;
  font-family: 'palatino';
  font-size: 12px;
}

#main #stats-middle th {
  background: none repeat scroll 0 0 #640606;
  border-bottom: 1px solid #6E1717;
  border-left: 1px dotted #770000;
  color: #FFFFFF;
  font-weight: normal;
  padding: 3px 1px;
}

#main #stats-middle th.stats-type-header {
  background: none;
  border: none;
  padding: 15px 0;
}

#main #stats-middle table.stats td {
  border: none; 
  padding: 0;
  width: auto;
  color: #c2c2c2;
}

#main #CREBStats_HowCalcLink {
  padding: 15px 0 0;
}

#main #CREBStats_HowCalcLink a{
  color: #c13d3d;
  font-size: 12px;
}

/******** RIGHT COLUMN */

#main .right {
  width: 300px;
  float: right;
}

#whyRemax {
  background: url("images/index_right.png") no-repeat left bottom;
  width: 282px;
  padding: 15px 0px 38px 18px;
  border-top: 1px solid #fff;
  position:relative;
}

#whyRemax a {
  text-decoration:none;
}

#whyRemax a.tinydisclaimer {
  text-decoration:none;
  position:absolute;
  top:93px;
  left:80px;
  font-size:11px;
}

#whyRemax a.tinydisclaimer:hover {
  color: #CCCCCC;
}

#whyRemax h1 {
  background: url(images/JDREMAX1silver.png) no-repeat -14px 0px;
  padding: 23px 0 26px 97px;
  font-size: 20px;
  font-family: 'chunkfive';
  line-height: 25px;
  text-shadow: 0 1px 1px #000;
  color: #FFF;
}

#whyRemax a:hover h1 {
color: #CCCCCC;
}

#whyRemax h1 span {
  font-family: arial;
  font-size: 16px;
  display: block;
  color: #FFF;
}

#whyRemax input {
  display: block;
  width: 238px;
  height: 25px;
  border: none;
  border-top: 2px solid #c2c2c2;
  padding: 0 10px;
  line-height; 25px;
  color: #540101;
  margin: 0 0 10px;
}

#whyRemax .button {
  background: url(images/gogreen_btn.gif) repeat-x;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-family: 'chunkfive';
  font-size: 13px;
  height: 36px;
  letter-spacing: 2px;
  line-height: 36px;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
  text-shadow: 0 1px 1px #000000;
  width: 100px;
}

#whyRemax .button:hover {
  background: #961913;
}

#whyRemax a.button {
  display: block;
  float: left;
  height: 34px;
  line-height: 34px;
  margin: 0 10px 0 26px;
  padding: 0 10px;
  text-decoration: none;
}

/******** SOCIAL */

ul.social {
  background: url("images/index_right.png") no-repeat left bottom;
  width: 258px;
  padding: 0 21px 23px;
  border-top: 1px solid #fff;
  margin: 20px 0;
}

ul.social li {
  display: block;
  margin: 10px 0 0;
  border-bottom: 1px solid #2e2e2e;
}

ul.social li:last-child {
  border-bottom: none;
}

ul.social a {
  height: 58px;
  padding: 6px 0 0 70px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: 'chunkfive';
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 10px;
  text-shadow: 0 1px 1px #000;
  background-repeat: no-repeat;
}

ul.social a span {
  display: block;
  font-family: arial;
  font-size: 16px;
}

ul.social a:hover {
  background-position: left bottom;
  color: #CCCCCC;
}

ul.social a.facebook { background-image: url(images/facebook.png);}
ul.social a.twitter { background-image: url(images/twitter.png);}
ul.social a.blog { background-image: url(images/blog.png);}
ul.social a.youtube { background-image: url(images/youtube.png);}
ul.social a.linkedin { background-image: url(images/linkedin.png);}
ul.social a.mobile { 
  background: url(images/JDiphonesilver.png) no-repeat -10px 0px;
  height: 64px;
  padding-top: 37px;
}

/****** TESTIMONIALS */

#testimonials-widget {
  background: url("images/index_right.png") no-repeat left bottom;
  width: 258px;
  padding: 15px 21px 38px;
  border-top: 1px solid #fff;
}

#testimonials-widget h1 {
  font-size: 24px;
  font-family: 'chunkfive';
  text-shadow: 0 1px 1px #000;
}

#testimonials-widget h2, #testimonials-widget  span {
  display: none;
}

#testimonials-widget li {
  border-bottom: 1px solid #2e2e2e;
}

#testimonials-widget p {
  margin: 15px 0;
  color: #fff;
}

#testimonials-widget a {
  display: block;
  text-align: right;
  color: #fff;
  font-family: 'chunkfive';
  font-size:14px;
  text-shadow: 0 1px 1px #000;
  margin: 5px 0 0;
}

#testimonials-widget a:hover {
  color: #cccbcb;
}


/******** SEARCH FORM */

#frmMlsSearch {
  background: url("images/search_bg.png") no-repeat left bottom;
  position: absolute;
  border-top: 1px solid #fff;
  padding: 15px 0 31px;
  top: 80px;
}

#frmMlsSearch input, #frmMlsSearch select {
  height: 25px;
  line-height: 25px;
  border: none;
  border-top: 2px solid #c2c2c2;
  width: 130px;
  padding: 0 10px;
  font-size: 12px;
  font-family: arial;
  float: left;
  margin: 6px 0 0 72px;
}

#frmMlsSearch select {
  margin: 6px 0 0 10px;
  height: 27px;
  padding: 3px;
  width: 110px !important;
}

#frmMlsSearch a {
  background: url(images/gogreen_btn.gif) repeat-x;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  float: left;
  font-family: 'chunkfive';
  font-size: 13px;
  height: 36px;
  letter-spacing: 2px;
  line-height: 36px;
  margin: 0 0 0 10px;
  text-align: center;
  text-shadow: 0 1px 1px #000000;
  width: 90px;
  text-decoration: none;
}

#frmMlsSearch a:hover {
  background: #000;
}

#search_balloon {
  position: absolute;
  background: url("images/search_balloon.png") no-repeat;
  width: 102px;
  height: 137px;
  top: -60px;
  left: -20px;
}

/******** FOOTER */

#site-footer {
  background: url("images/footer_tile.png") repeat-x;
  margin: 60px 0 35px 0;
}

#site-footer .container {
  background: url("images/footer-swirl.png") no-repeat left center;
  height: 304px;
}

.foot-menu {
  float: left;
  border-left: 1px solid #393939;
  margin: 15px 0 0;
}

.foot-menu li {
  color: #fff;
  font-family: 'chunkfive';
  font-size: 18px;
  text-shadow: 0 1px 1px #000;
  padding: 0 15px;
}

.foot-menu li a {
  font-family: arial;
  font-size: 14px;
  color: #fff;
  text-shadow: none;
  line-height: 25px;
}

#foot-links {
  text-align: right;
  color: #fff;
  font-size: 12px;
  padding: 0 0 20px;
}

#foot-links a {
  color: #fff;
}

.foot-menu li.large a {
  color: #fff;
  font-family: 'chunkfive';
  font-size: 18px;
  text-shadow: 0 1px 1px #000;
  text-decoration: none;
}

.foot-menu li.large a:hover {
  text-decoration: underline;
}

#foot-info {
  float: right;
  width: 337px;
  background: url("images/footer_info.png") no-repeat left bottom;
  padding: 15px 21px 38px;
  border-top: 1px solid #fff;
  margin: -40px 0 0;
  -margin:0;
  text-align: center;
}

#foot-info a {
  color: #fff;
  text-decoration: none;
}
#foot-info a.email {
	text-decoration: underline;
}
#foot-info a.email:hover {
	text-decoration: none;
}
#foot-info a.fn {
    display: block;
    font-size: 26px;
    font-weight: bold;
    margin: 20px 0 5px;
}
#foot-info .adr {
	margin-top: 10px;
}
#footer-links {
	margin-top: 40px;
}

/******* Interior Styles */

.int #main {
  padding: 25px 0 0;
  position: static;
}
.int #main.container {
	background: none;
}
.int #cms {
  width: 898px;
  padding: 20px 20px 10px;
  background: #393939;
  border: 1px solid #c0c0c2;
  border-bottom: none;
}
.int #cms.solidPage {
  width: 936px;
  padding: 20px 0px 10px;
  background: #FFF;
}


.int #cms_bottom {
  background: url("images/int_cms.png") no-repeat;
  height: 43px;
  margin: 0 auto 20px;
}

.int #site-header {
  background: url("images/int_header_main_tile.png") repeat-x 0 0;
  box-shadow: none;
}

.int #site-header h1 {
    font-family: 'palatino';
    font-size: 80px;
    line-height: 60px;
    padding: 30px 0 20px;
    text-shadow: 1px 1px 5px #000000;
}

.int #site-header h1 span {
	display: block;
}

.int #site-header h2 {
	font-size: 20px;
	margin: 0;
}

.int #site-header .left {
    float: left;
    text-align: center;
    width: 390px;
}

.int #site-header p {
    background: none repeat scroll 0 0 #202020;
    border-left: 1px solid #999;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 70px;
    width: 500px;
}

.int #header {
  background: url("images/int_header_bg.png") no-repeat center top;
}

.int #site-header .container {
  height: 291px;
  position: relative;
  background: none;
}

.int .niceForm input.active {
	background: url("http://assets.rmcloud.com/shared-images/forms/bg-submit-gradient.png") repeat-x #333 !important;
}

.int .formWrapper {
	background: none;
box-shadow: none;
color: #fff !important;
}

.int #hotListings .engine_block  a {
  background: #202020;
  color: #fff;
}

.int #hotListings a span {
  color: #fff;
}

.int #solobasic-widget div.view-listing-button a span {
  color: #000;
}

/*** ADDITIONAL FORM STYLES ****/

.formWrapper {
	  margin:1em;
		padding:0.5em 0;
		line-height:14px; !important;
		background: url("http://assets.rmcloud.com/shared-images/forms/5x5-trans-50.png");
		background:rgba(240,240,240,0.5);
		font-family:arial, helvetica, sans-serif !important;
		font-size:11px !important;
		color:#000 !important;
		-moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px;
		-moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px;
		-moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px;
		-moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px;
		box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
		-background:#fff;
		*border:solid 1px rgb(245,245,245);
	}
	
	#content_above #subForm{
	  background:#fff;
		border:1px solid #c2c8d0;
		color:#000;
		margin:0 0.5em;
		padding:0.5em;
		-moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px;
		-moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px;
		-moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px;
		-moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px;
	}
	  span.label,span.spacer,span.multiple span {width:30%; float:left;} 
    span.multiple {float:left;}
    span input {
      width:68%;
      float:left;
    	font-size:12px;
    	padding:3px !important;
    	border-width:1px;
    	border-style:solid;
    	border-color:rgb(204, 204, 204);
    	margin:2px 0px 10px 0px;	

    	background: -webkit-gradient(linear, left top, left bottom, from(#d8dee1), color-stop(45%, #fff));
      background: -moz-linear-gradient(top, #d8dee1, #ffffff 45%);

    	border-radius: 5px;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    }
    span.button {
      
      display:block;
      }
    span.button input{
      display:block;	
    	margin:0px;
    	width:100% !important;
    	padding:10px !important;
    	text-align:center;
    	font-size:12px;
    	line-height:1;
    	font-weight:bold;
    	float:none;
    	border-radius: 5px;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	cursor:pointer;
    	margin-bottom:5px;
    	*position:relative;
    	*top:0.5em;
    	background: url("http://assets.rmcloud.com/shared-images/forms/bg-submit-gradient.png") center center repeat-x;
			background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.3)), to(rgba(0,0,0,0.1))) !important;
			background: -moz-linear-gradient(top, (rgba(0,0,0,0.3)), (rgba(0,0,0,0.1))) !important;
			background-color:#45372A !important;
			color:#ffffff !important;
			cursor:pointer;
    }

#whyRemaxContainer .reasonsRemax {
background-color: #5A0001!important;
}

#whyRemaxContainer .reasonsRemax h1 {
color: white!important;
}

#whyRemaxContainer .reasonsRemax h3 {
text-shadow: 1px 1px black;
}
