@charset "UTF-8";
/* CSS Document */

img {border:none}

.ie6 legend, .ie7 legend {
 margin-left: -7px; } 
 
button, input, select, textarea { 
width: auto; overflow: visible; margin: 0; font-size: 100%; font-family: sans-serif; vertical-align: baseline; }
/* 1) Remove default scrollbar in IE: www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/   
2) Align to text-top */
textarea {
 overflow: auto;
 vertical-align:text-top; 
}
/* Hand cursor on clickable input elements */
input[type="button"], input[type="submit"], input[type="image"], button, a {
 cursor: pointer; 
}
/* Remove extra padding and inner border in Firefox */
input::-moz-focus-inner,button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid {
 border-radius: 1px;
 -moz-box-shadow: 0px 0px 5px red;
 -webkit-box-shadow: 0px 0px 5px red;
 box-shadow: 0px 0px 5px red; }
 
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
 background-color: #f0dddd;
}
/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
.ie7 img {
 -ms-interpolation-mode: bicubic;
}

.ie7 .prose ul{
list-style-image:url('/images/rpnow/bullet.png');
}
.ie .button{
padding-top:8px
}

.ie button,.ie input[type='submit']{
padding-top:5px;
padding-bottom:3px
}

.ie7 input.text,.ie7 input[type='submit'],.ie7 button{
padding-left:0 !important;
padding-right:0 !important
}

.ie7 .button{
padding-bottom:7px
}

.ie7 input[type='submit']{
padding-bottom:1px;
padding-top:2px
}

.ie7 button{
padding-bottom:1px;
padding-top:2px
}

a{
	outline:none;
	color: #7e6491;
}


a:hover{
	color:#592e78;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-position:center;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:16px;
	color:#333;
}

h1.title{
	position:relative;
	top:-5px;
	color:#592e78;
	font-size:30px;
	line-height:55px;
	margin-bottom:0;
}

/* Used for dialog titles */
h2 {
	color:#ffffff;
	font-size:20px;
	/*margin:40px 0 25px 0;*/
}

h3{
	color:#CCC;
	font-size:14px;
	margin:0 0 20px 0;
}

h3.offices {
	color:#666;
	font-size:16px;
	margin:10px 0;
}


.header {
	background:url(/images/rpnow/header-bg.jpg) repeat-x;
	height:60px;
	
}

.content {
	width:924px;
	margin:0 auto;
	height:auto;
	border-top: 3px solid grey;
	background:#f0f0f0;
}

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

.clearfix {display: inline-block;}  /* for IE/Mac */


#nav {
	width:1024px;
	/*padding:5px 50px;*/
	margin:0 auto;
	height:60px;
	
}

#nav ul{
	padding:20px;
	height:20px;
	font-size:11px;
	margin:0;
}
#nav ul li {	
	list-style-type:none;	
	padding:0 7px;
	height:20px;
	text-align:right;
	float:right;
	vertical-align:text-bottom;
}

#nav ul li a {
	color:#fff;
	text-decoration:none;
}

#nav ul li a:hover {
	text-decoration:underline;
}

.alignBottom{
	margin:0 3px 0 0; 	
	vertical-align:text-bottom;
	width:12px;
	height:16px;
	border:none;
}

.progBar{	
	/*background-color:white;*/
	position:relative;	
}

.progBar ul{
	margin:0 auto;
	width:924px;	
	text-align:left;	
	padding:0;
}

.progBar ul li{
	background:url(/images/rpnow/progress-bar-arrow-tip-white.png) no-repeat right;
	float:left;
	height:44px;
	position:relative;
	padding:0 30px 0 0;
	/*font-weight:bold;*/
	/*color:#678dab;*/
	margin-right:-30px;
	/*width: 20%;*/
	list-style:none;
}

.progBar ul li span{	
	padding:12px 10px 14px 40px;	
	display:block;
	background:#fff;
}

.progBar ul li.active{
	background:url(/images/rpnow/progress-bar-arrow-tip.png) no-repeat right;
	/*position:relative;*/
}

.progBar ul li.active span{		
	background:url(/images/rpnow/progress-bar-sliver.jpg) repeat-x;
	/*background-color:#69358A;*/

	color:white;
}

.progBar ul li.prog1{z-index:5;width:24.5%;
}

.progBar ul li.prog1 span{
	padding-left:15px;
}

.progBar ul li.prog2{z-index:4;width:25%;
}

.progBar ul li.prog3{z-index:3;width:26%;
}

.progBar ul li.prog4{z-index:2;width:24%;background:transparent;
}

.progBar ul li.threeNav{
	width:33%;
}

.progBar ul li.prog5{z-index:1;width:17%;
}

.home_top_box {
	width:800px;
	margin:0 30px 0px 30px;
}

.home_left_box {
	margin:0 30px;
	width:379px;
	float:left;
}

#home_main_content .home_left_box {
	width:100%;
	float:none;
}

.home_left_box .r1 span {
	font-size:14px;
	color:#666;
}
.home_left_box .r1 h1.title {
	font-weight:normal;
	font-size:45px;
}
.home_left_box .r2 {
	margin-top:28px;
}
.home_left_box .r2 a img, #home_main_content #acceptRentBtnDiv a img {
	-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	-o-transform: scale(1);
	-o-transition-timing-function: ease-out;
	-o-transition-duration: 250ms;
	-ms-transform: scale(1);
	opacity: 1;
}
.home_left_box .r2 a:hover img, #home_main_content #acceptRentBtnDiv a:hover img {
    -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.home_left_box .r2 a img {
	width: 277px;
	height:52px;
}
.home_left_box .r3 {
	background: transparent url(/images/rpnow/purple_box_transparent.png) no-repeat;
	width:275px;
	height:114px;
	margin-top:28px;
	color:#fff;
	font-size:16px;
	line-height:26px;
	padding:16px 8px;
	text-align:center;
}

.security_logos {
	margin:20px auto;
	text-align:center;
}

.security_logos  img{
	padding: 0 10px;
}

.index .home_left_box{
	width:412px;
	margin:0 0 0 30px;
}

.home_right_box {
	width:379px;
	float:left;	
	margin:0 30px 40px 30px;	
}

.home_logos {
	width:924px;
	height:90px;
	margin:25px auto 15px;
	/*padding-left:50px;*/
	padding-top:10px;
	color: #999;
	background: #ffffff url('/images/rpnow/rentpaymentnow-logo.jpg') no-repeat 30px;
}

.home_logos_custom {
	width:924px;
	height:90px;
	margin:25px auto 15px;
	/*padding-left:50px;*/
	padding-top:10px;
	color: #999;
}

.home_logos_content {
	top:20px;
	position:relative;
	font-size:14px;
	color:#999;
	text-align: right;
}

.home_btn {
	margin:20px auto;
	text-align:center;
	text-decoration:none;
}

.home_btn img {
	opacity:1.0;
	/*margin:20px 0 10px 0;*/
}

.home_btn img:hover {
	opacity:.8;	
}

.home_btn_right{
	width:864px;
	margin:0 30px;
	height:auto;
}
.home_btn_right img {

	float:right;
	opacity:1.0;
	margin-top:20px;
}

.home_btn_right img:hover {
	opacity:.8;
	/*margin-top:20px;*/
}

.saveContinueBtn_Img{
	width:277px; height:52px; background:url(/images/rpnow/btn_save_continue.png) no-repeat 0 0; display:block;
}

.ctrFloatRight{
	float:right;
}

.continueBtn_Img{
	width:188px; height:36px; background:url(/images/rpnow/btn-continue.png) no-repeat 0 0; display:block;
}

.tryAgainBtn_Img{
	width:188px; height:36px; background:url(/images/rpnow/btn-TryAgain.png) no-repeat 0 0; display:block;
}

.iavSkipLinkBtn_Img{
		width:188px; height:54px; background:url(/images/rpnow/btn-continue-without-verification.png) no-repeat 0 0; display:block;
}

.iavNoBankAccountLinkBtn_Img{
		width:188px; height:54px; background:url(/images/rpnow/btn-continue-ignore-verification.png) no-repeat 0 0; display:block;
}

.iavSkipBackBtn_Img{	
		width:188px; height:54px; background:url(/images/rpnow/btn-go-back-lg.png) no-repeat 0 0; display:block;
}

.infoIcon a{
	background:url(/images/rpnow/icon-info.jpg) 0 0 no-repeat; width:16px;height:15px;display:block;
}

.infoIcon a:hover{
	background:url(/images/rpnow/icon-info.jpg) 0 -15px no-repeat;
}

.prop_link{
	background:url(/images/rpnow/btn_add_another_property.png) 0 0  no-repeat;	
	margin:52px 0px 0px 0px;
	width:150px;
	float:left;		
}
.cancel_link{
	background:url(/images/rpnow/btn_cancel_add_property.png) 0 0  no-repeat;	
	margin:52px 0px 0px 0px;
	width:75px;
	float:left;	
}

.prop_link a{
display:block;
	color: #b698c9;
	text-decoration:none;
	color: #b698c9;
	height:34px;
	width:100px;	
	line-height:45px;
}
.cancel_link a{
display:block;
	color: #b698c9;
	text-decoration:none;
	color: #b698c9;
	height:34px;	
	width:100px;	
	line-height:45px;
}
.prop_link  a:hover{
	color: #663399;
	text-decoration:underline;
}
.cancel_link  a:hover{
	color: #663399;
	text-decoration:underline;
}
.bank_link{
	background:url(/images/rpnow/icon-add-bank.jpg) 0 0  no-repeat;	
	margin:20px;
	width:100%;
}

.bank_link a{
display:block;
	color: #b698c9;
	padding-left:36px;
	text-decoration:none;
	color: #b698c9;
	height:34px;	
	line-height:45px;
	font-size:120%;
}
.bank_link  a:hover{
	color: #663399;
	text-decoration:underline;
	background:url(/images/rpnow/icon-add-bank.jpg) 0 -34px no-repeat;
}
.footer {
	clear:both;
	height:auto;
	width:1024px;
	background:url(/images/rpnow/footer-bg.jpg) repeat-x;
	margin:0 auto;
	
	font-size:11px;
	text-align:left;
	color:#CCC;
}

.footer .links {
	width:870px;
	padding:25px 50px;
	text-align:left;
	margin:0 45px;
	background:url(/images/rpnow/footer_yap_logo.png) no-repeat 89% 50%;
}

.footer .links a {
	
	color:#c7c7c7;
	font-size: 12px;
	text-decoration:none;
}

.footer .links a:hover {
	
	color:#c7c7c7;
	text-decoration:underline;
}

.footer .links .con a:hover {
	text-decoration:none;
}


.footer .links a:visited {
	
	color:#c7c7c7;
	text-decoration:none;
}

.footer .links img {
	opacity:0.75;
}

.footer .links img:hover {
	opacity:1.0;
}

.footer .links .con {
	float:left;
}
.footer_seo_top {
	width:1024px;
	height:50px;
	/*background:url(images/seo-footer-top.jpg) repeat-x;*/
	background-color:#7f7f7f;
	padding:0;
	margin:0 auto;
}

.footer_seo {
	background-color:#7f7f7f;
	width:1024px;
	
	padding:10px 0 0 0;
	margin:0 auto;
}

.footer_seo .text {
	width:1024px;
	/*padding:0 50px;*/
	margin:0 auto;
	color:#CCC;
	height:auto;
	background-color:#7f7f7f;
	font-size:12px;
	line-height:14px;
}

.icon_3party {
	margin:0 10px 0 0; 
	vertical-align:top;
	width:32px;
	height:32px;
	border:none;
}

.text{
display:block;
width:100%;
}


.field-long{
	margin:0 10px 10px 0;
	width:340px;
}

.field-3digit {
	margin:0 2px 10px 2px;
	width:53px;
}

.field-2digit {
	margin:0 2px 10px 2px;
	width:44px;
}

.field-4digit {
	margin:0 10px 10px 2px;
	width:60px;
}

.field-city {
	margin:0 10px 10px 0;
	width:232px;
	display:none;
}

.field-zip {
	margin:0 10px 10px 0;
	width:96px;
}

.field-medium {
	margin:0 10px 10px 0;
	width:232px;
}


.fade-label{
	position:relative;
	height:34px;
}

.fade-label label{
	background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	height:30px;
	color:#838b92;
    
}

.fade-label label.text:focus{
	background-color:#fff;
}

.fade-label label.text span{
	
	display:block;
	padding:5px 9px 0;
}

.fade-label input.text{
position:absolute;
top:0;
left:0;
background:transparent;

}
/*
.fade-label input.text:focus{

background:#fff;

}
*/
input[type="text"],input[type="password"],textarea,button{
-moz-appearance:none;
-webkit-appearance:none;
appearance:none;
background:#fff;
color:#454a4e;

margin:0;
outline:0
}


input[type="text"],input[type="password"],textarea,button{

-moz-border-radius:5px;
-webkit-border-radius:5px;
-o-border-radius:5px;
-ms-border-radius:5px;
-khtml-border-radius:5px;
border-radius:5px;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
padding:6px 8px
}

input,textarea,select{
	border:1px solid #aeaeae;
	border-top-color:#929293;
	border-bottom-color:#bdbdbd;
	-moz-box-shadow:inset 0 2px 2px -1px rgba(0,0,0,0.2),0 1px rgba(255,255,255,0.3);
	-webkit-box-shadow:inset 0 2px 2px -1px rgba(0,0,0,0.2),0 1px rgba(255,255,255,0.3);
	-o-box-shadow:inset 0 2px 2px -1px rgba(0,0,0,0.2),0 1px rgba(255,255,255,0.3);
	box-shadow:inset 0 2px 2px -1px rgba(0,0,0,0.2),0 1px rgba(255,255,255,0.3);
	background:#fff
}
/*
.no-borderradius  input,select{	
	position:absolute;
	top:0;
	left:0;
}
*/
textarea{
	overflow:auto
}
input:focus, textarea:focus{

	/*border-color:rgba(196, 179, 215, 0.9);*/
	border:1px solid #582E78;
	-moz-box-shadow:0 0 4px 0 rgba(88, 46, 120, 0.9);
	-webkit-box-shadow:0 0 4px 0 rgba(88, 46, 120, 0.9);
	-o-box-shadow:0 0 4px 0 rgba(88, 46, 120, 0.9);
	box-shadow:0 0 4px 0 rgba(88, 46, 120, 0.9);
	background:#fff;
}

.sub-header{
    width:100%;
	font-weight:bold;
	font-size: 16px;
}

.floatLeft{
	float:left;
}

.left_large {
	width:612px;
	float:left;
	margin:0 20px;
}

.right_small {
	width:221px;
	
	float:left;
	margin:0 10px;
	
}
.right_small .bundle995{
	background:url(/images/rpnow/995-bundle.jpg) no-repeat center;
	height:308px;
}

.right_small .includedbundle{
	background:url(/images/rpnow/included-bundle.jpg) no-repeat center;
	height:308px;
}

.right_small .addedbonus{
	background:url(/images/rpnow/added-bonus.jpg) no-repeat center;
	height:316px;
}
.bundleopt{
	
	min-height:228px;
	background:#ffffff url(/images/rpnow/bundle-box-middle.jpg) 20% 0 repeat-y;
}

.checkClass{
	background:url(/images/rpnow/checkmark.jpg) no-repeat bottom right;
	height:40px;
	width:50px;
	margin: 10px 5px 0 5px;
	
}

.bundle{
	width:612px;
	/*min-height:114px;*/
	height:auto;
}
.bundle.bundleImg{
	background:url(/images/rpnow/bundle-box-top.jpg) 50% 0 no-repeat;	
	min-height:114px;
}

.bundle.advancedImg{
	background:url(/images/rpnow/bundle-box-top-bonus.jpg) 50% 0 no-repeat;
}

.bundle-bottom{
	background:url(/images/rpnow/bundle-box-bottom.jpg) 100% 0 no-repeat;
	height:38px;
	width:612px;
}

.bundleImg .checkClass, .advancedImg .checkClass{
	margin:50px 5px 0 5px;
}

.bundle-left{
	float:left; margin:10px 5px 0 5px; height:40px; width:40px; text-align:center; padding:10px 0 10px 10px;
}

.bundleImg .bundle-left,.advancedImg .bundle-left{
	margin:50px 5px 0 5px;
}

.bundle-center{
	margin:10px 5px 0 5px; width:370px; font-size:12px; float:left;
}

.bundleImg .bundle-center, .advancedImg .bundle-center{
	margin:50px 5px 0 5px;
}

.bundle-center ul{
	padding:0 0 0 15px; margin:0
}
	
.bundleopt .sub-header{
	font: bold 16px Arial,Helvetica;
	padding-top:5px;
	color:#663399;
}

#load {  
    display: block;  
    position: absolute;      
    background: url(/images/ajax-loader.gif) no-repeat;  
    width: 100%;  
    height: 40px;  
    /*text-indent: -9999em;*/  
}

.bundle-visamcdisc-logos{
	margin:30px 0 0; width:81px;float:left; background:url(/images/rpnow/cc-logos-visa-mc-disc.jpg) no-repeat 0 0; height: 40px;
}

.bundleImg .bundle-visamcdisc-logos, .advancedImg .bundle-visamcdisc-logos{
	margin:70px 0 0;
}

.bundleImg .bundle-visamcdisc-logos{
	height:22px;
}

.bundle-echeck-logo{
	margin:20px 0 0; width:81px;float:left; background:url(/images/rpnow/echeck-logo.jpg) no-repeat 0 0; height: 25px;
}

.bundleImg .bundle-echeck-logo, .advancedImg .bundle-echeck-logo{
	margin:20px 0 0;
}

.propertyChkBox input[type="checkbox"]{	
	width:13px;
	height:18px;
	padding:0;
	margin:0 5px 0 0;
	vertical-align:bottom;
	position:relative;
	top:-1px;
	*overflow:hidden;
}

.propertyChkBox label{
	display:block;
	padding-left:20px;
	padding-top:10px;
	text-indent:-20px;
}

.acctContainer{
	/*background:#fff; border-radius:10px;margin:20px 0;
	padding:10px 0;*/
}

.section-header{
	color: #b698c9;
	font-size: 20px;
	margin:0 20px 10px;
}

.leftLabel{
	/*text-align:right;*/
	padding:5px 0;
	width:50%;
	display:inline-block;
	color:#999999; 
	vertical-align:middle;
}

.rightValue{
	padding:5px 0;
	width: 50%;
	/*width:181px;*/
	display:inline-block;
	color: #333333;
}

#bundleContainer .home_left_box{
	width:419px;
	margin:0 20px;
}
#bundleContainer .home_right_box{
	width:379px;
	margin:0 20px;
}
#bundleContainer .checkClass{
	width:35px;margin: 5px 5px 0 5px;
}
#bundleContainer .bundle-center{
	width:355px;
	margin: 10px 5px 0 5px;
}

#monthlyMinDiv{
	padding:100px 70px;
	text-align:center;
	font-size: 16px;
	font-weight:bold;
	line-height: 20px;
	color:#663399;
}

.securityInfoDiv{
	height:200px;
	padding: 20px 0;
}

.securityInfoDiv a{
	font-size: 10px;
}

.securityInfoDiv img{
	padding-bottom: 3px;
}

.err {
	color: red;
	padding: 5px 0;
}

#home_main_content {
	margin: 30px 50px 0 50px;
}

#tabs {	
	border: 15px solid #BDBDBD;
	width:792px;
}

.tab {
	background-color: #ffffff;
	width:791px;
	height: 410px;
}

#tabs ul{
	height: 50px;
	margin: 0;
	padding:0;
	
}
div li.tabTitle{
    list-style:none;
    float:left;
    height:50px;
    line-height:50px;  
    margin:0 1px 0 0;
    padding:0 0 0 1px;
    width:196px;
    overflow:hidden;
    position:relative;
    background:#cfcfcf;
    background:-webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#c8c8c8));
    background:-moz-linear-gradient(top,  #f7f7f7,  #c8c8c8);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f7f7f7', endColorstr='#c8c8c8'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f7f7f7', endColorstr='#c8c8c8')"; /* IE8 */
}
div li.tabTitleModified{
    list-style:none;
    float:left;
    height:50px;
    line-height:50px;  
    margin:0 1px 0 0;
    padding:0 0 0 1px;
    width:262px;
    overflow:hidden;
    position:relative;
    background:#cfcfcf;
    background:-webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#c8c8c8));
    background:-moz-linear-gradient(top,  #f7f7f7,  #c8c8c8);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f7f7f7', endColorstr='#c8c8c8'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f7f7f7', endColorstr='#c8c8c8')"; /* IE8 */
}
/*
.no-cssgradients div li.tabTitle {
	background:url(/images/rpnow/tab_bg_1px.png) 0 50% repeat-x;
}

.no-cssgradients div li.selected {
	background:url(/images/rpnow/tab_bg_1px.png) repeat-x;
}
*/
div li.selected{
  background:#fff;
  background:-webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#fff));
  background:-moz-linear-gradient(top,  #e0e0e0,  #fff);
  filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e0e0e0', endColorstr='#ffffff'); /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e0e0e0', endColorstr='#ffffff')"; /* IE8 */
}

#tabs li.tabTitle a, #tabs li.tabTitle a:visited, #tabs li.tabTitle a:hover,
#tabs li.tabTitleModified a, #tabs li.tabTitleModified a:visited, #tabs li.tabTitleModified a:hover{
  text-decoration:none;
  display:block;
  position:absolute;
  top:0;
  left:-1px;
  height:50px;
  line-height:50px;
  width:100%;
  text-align:center;
  color:#333; 
  font-size:16px;
  /*text-shadow:#e8e8e8 0 1px 0;*/
  -moz-box-shadow:inset 0 1px 1px #888;
  -webkit-box-shadow:inset 0 1px 1px #888;
  box-shadow:inset 0 1px 1px #888;
  } 
  
#tabs li.selected a{
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none; 
} 
  
#acceptLogosDiv {
	border: 15px solid #BDBDBD;
	margin: 25px 0 35px 0;
	height: 60px;
	width:791px;
	background: #ffffff;
}

#acceptLogosCtr {
	margin: 0 auto;	
	float:left;
	padding:10px 10px;
}

#acceptLogosCtr img{
	vertical-align: middle;
	margin-left:5px;
}
#acceptLogosCtr span {
	font-size:18px;
	color:#0278bf;
	vertical-align: middle;
}

.leftDiv{
	width: 395px;
	padding: 0 25px;
	float:left;
}

.rightDiv {
	padding:0 25px;
	float:left;
}
.rightDiv ul li {
	font-size:14px;
	margin: 15px 0; 
}

#tabs .leftDiv{
	width: 370px;
	padding: 0 0 0 25px;
}

#tabs .rightDiv{
	padding: 0 0 0 25px;
	width:360px;
}

.tabHeader{
	padding: 35px 0 18px 25px;
}

.title1 {
	font: 24px arial;
	/* color: #592e78; */	
}

.title2 {
	font: normal bold 18px arial;
	/* color: #592e78; */
}

.title3 {
	font: bold 14px arial;
	/* color: #7e6491; */
	padding: 5px 0;
}

.color7e6491{
	color: #7e6491;
}

.color592e78{
	color: #592e78;
}

.color5d307d{
	color: #5d307d;
}

.color5d3072{
	color: #5d3072;
}

.color666666{
	color: #666666;
}

.colorffffff{
	color: #FFFFFF;
}

#aboutRPDiv .title2 {
	font: normal bold 16px arial;
}

#aboutRPDiv img {
	padding: 10px 12px 0 0;
	vertical-align: middle;
}

.imgText {
	padding: 5px 0 0;
}

#aboutRPDiv .imgText img{
	vertical-align:middle;
	padding:0 10px 0 0;
	width: 96px;
}

.iconLeftDiv {
	float: left;
	height:100%;
	width:60px;
}

.iconRightDiv  img{
	vertical-align: middle;
	padding:0 5px;
}

#pricingTab .iconLeftDiv{
	width: 95px;	
}

.iconText {
	float:left;
	padding:0 0 12px 12px;
	width:260px;
}

.benefitPointsSec {
	height: auto;
	width:100%;
	padding:10px 0 0;
}

#pricingTab .benefitPointsSec{
	height: 125px;	
}

.heading14{
	font: bold 14px arial;
	/* color: #7e6491; */
}

.heading20{
	font: bold 20px arial;
	/* color: #7e6491; */
}

.heading40{
	font: bold 40px arial;
	color: #592e78;
}

.heading36{
	font: bold 36px arial;
	color: #592e78;
}

.heading30{
	font: 30px arial;
	/* color: #7e6491; */
}

.heading24{
	font: bold 24px arial;
	/* color: #7e6491; */
}

.font14{
	font-size: 14px;
	line-height:18px;
}

.font18{
	font-size: 18px;
}

.fontItalic{
	font-style:italic;
}

#pricingTab{
	padding: 55px 0 0;
}

.box-radius{
	-moz-border-radius:10px; /* Firefox */ 
	-webkit-border-radius:10px; /* Safari and chrome */ 
	-khtml-border-radius:10px; /* Linux browsers */ 
	border-radius:10px; /* CSS3 */    
}

.infoDiv{
	background:#ececec;
	text-align:center;
	margin:40px 0;
	font: 14px/24px;
	width:340px;
	height: 90px;
	display:table;
}

.infoDiv p{
	display:table-cell;
	vertical-align:middle;
}

#pricingTab .title3{
	font-size: 24px;
	text-align:center;
}

.infoTable{
	display:table;
	color: #fff;
	/* background: #592e78; */
	margin: 30px 0;
}

.infoTable .echeckPay{
	background: #ececec;	
	color: #333;	
	-moz-border-radius:10px 0 0 0; /* Firefox */ 
	-webkit-border-radius:10px 0 0 0; /* Safari and chrome */ 
	-khtml-border-radius:10px 0 0 0; /* Linux browsers */ 
	border-radius:10px 0 0 0; /* CSS3 */
}

.infoTable .echeckPayValue{
	background: #ececec;	
	color: #333;	
	-moz-border-radius:0 0 0 0; /* Firefox */ 
	-webkit-border-radius:0 0 0 0; /* Safari and chrome */ 
	-khtml-border-radius:0 0 0 0; /* Linux browsers */ 
	border-radius:0 0 0 0; /* CSS3 */
}

.infoTable .prizes{
	background: #592e78;	
	color: #FFFFFF;	
	-moz-border-radius:0 0 0 10px ; /* Firefox */ 
	-webkit-border-radius:0 0 0 10px ; /* Safari and chrome */ 
	-khtml-border-radius:0 0 0 10px ; /* Linux browsers */ 
	border-radius:0 0 0 10px ; /* CSS3 */
}

.infoTable .prizesValue{
	background: #592e78;	
	color: #FFFFFF;	
	-moz-border-radius:0 0 0 0 ; /* Firefox */ 
	-webkit-border-radius:0 0 0 0 ; /* Safari and chrome */ 
	-khtml-border-radius:0 0 0 0 ; /* Linux browsers */ 
	border-radius:0 0 0 0 ; /* CSS3 */
}

#pricingTab .infoTable > :first-child div{
	width: 150px;
}

#pricingTab .prizesValue.last{
	-moz-border-radius:0 0 10px 0 ; /* Firefox */ 
	-webkit-border-radius:0 0 10px 0 ; /* Safari and chrome */ 
	-khtml-border-radius:0 0 10px 0 ; /* Linux browsers */ 
	border-radius:0 0 10px 0 ; /* CSS3 */
}

#pricingTab .infoTable > :last-child div.prizesValue{
	-moz-border-radius:0 0 10px 0 ; /* Firefox */ 
	-webkit-border-radius:0 0 10px 0 ; /* Safari and chrome */ 
	-khtml-border-radius:0 0 10px 0 ; /* Linux browsers */ 
	border-radius:0 0 10px 0 ; /* CSS3 */
}

#pricingTab .infoTable > :last-child div.echeckPayValue{
	-moz-border-radius:0 10px 0 0 ; /* Firefox */ 
	-webkit-border-radius:0 10px 0 0 ; /* Safari and chrome */ 
	-khtml-border-radius:0 10px 0 0 ; /* Linux browsers */ 
	border-radius:0 10px 0 0 ; /* CSS3 */
}

#pricingTab .tableRow div{	
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 60px;
	width:65px;
	display:table-cell;
	text-align: center;
	vertical-align:middle;
}

#getStartedTab{
	padding: 50px 0 30px;
}

#getStartedTab .iconLeftDiv{
	width:30px;
	height: 40px;
}

#getStartedTab .iconText{
	padding:5px 0 12px 12px;
}

#acceptRentBtnDiv{	
	margin: 30px 30px 0 0;
}

#acceptRentBtnDiv img{
	height: 58px;
	width:307px;
	border:none;
}

.greyBorderBox{
	border: 15px solid #BDBDBD;
	background-color: #fff;
	padding: 25px 0 25px;
	width: 791px;
}
#bundleContainer .greyBorderBox, #propertyContainer .greyBorderBox, #applicantContainer .greyBorderBox {
	padding: 5px 0 25px;
}

.greyBorderBox li {
	line-height:24px;
}

.greyBorderBox ul {
	margin:0;
	padding:0 15px 5px;
	min-height:100px;
}

 .optionBox ul {
 	height: 180px;
 	margin: 0;
 	padding:0 15px 15px;
 	
 }
 
 .optionBox li{
 	font: 12px/16px;
 	padding-top:5px;
 }
 
.greyBorderBox .rightDiv{
	width:296px;
}

#default995{
	padding:20px 0 35px;;
}

#creditDebitDiv, #debitCardSec, #creditCardSec{
	margin: 50px 0 0;
}

.marginTop{
	margin: 50px 0 0;
}

#creditDebitDiv input[type='radio'],#creditCardSec input[type='radio']{
	margin: 0 0 0 20px;
}

#creditDebitDiv label,#creditCardSec label{
	font: bold 16px arial;
	padding: 0 10px 0 5px;
	color: #999;
}

#creditDebitDiv label.selected, #creditCardSec label.selected{
	color: #7e6491;
}

.greyBorderBox .iconRightDiv{
	padding: 25px 0 0;
}

#home_main_content .home_btn_right{
	text-align: right;
	width:791px;
	margin: 30px;
}

#pricingOpts{
	width:100%;
}

.optionSec{
	width: 50%;
	float: left;
}

.optionBox{
	background:#fff;
	border: 15px solid #bdbdbd ;
	margin: 10px 10px 0 0;	
}

.optionBoxCon{
	padding: 25px 15px 15px 15px;
	height: auto;
}

.opt1_img{
	background: url(/images/rpnow/icon_option_1_orange.png)no-repeat;
	margin: -35px -25px 0 0;
	float:right;
	width: 93px;
}

.opt2_img{
	background: url(/images/rpnow/icon_option_2_orange.png)no-repeat;
	margin: -35px -25px 0 0;
	float:right;
	width: 93px;
}

.priceOptIconDiv{
	width:135px;
}

.priceOptInfoDiv{
	width:207px;
}

.pricing_opt_btn{
	padding: 10px 0;
	
}

.select_opt_img{
	background: url(/images/rpnow/btn_pricing2_select_option1.jpg) 0 0;
	width: 166px;
	height: 36px;
}

#option2 .select_opt_img{
	background: url(/images/rpnow/btn_pricing2_select_option2.jpg) 0 0;	
}

.selectedOpt{
	background: url(/images/rpnow/btn_pricing2_select_option1.jpg) 0 36px;
	width: 166px;
	height: 36px;
}

#option2 .selectedOpt{
	background: url(/images/rpnow/btn_pricing2_select_option2.jpg) 0 36px;	
}

.margin50vert{
	margin: 50px 0 50px;
}

.blackPanelDivider{
	border-top: 1px solid #efefef; margin: 20px 30px 0;width:791px;
}
.bankOption {
	margin: 20px 30px 0;width:791px;
}
.propertyTopBorder{
	border-top: 5px solid #592e78;
	margin: 20px 30px 0;
	width:820px;
}

.leftBox {
	float:left;
	width:230px;
	padding: 0 10px 0 15px;
}

.boldDiv{
	font-weight:bold;
}
.leftBox li{
	padding:0;
	margin:0;
	line-height:16px;
}

#propertyContainer .leftBox:first-child + .leftBox{
	width: 210px;
}

#propertyContainer .leftBox:first-child + .leftBox + .leftBox{
	width: 250px;
}


.confirmSec{
	padding-bottom: 50px;
}
#home_main_content .edit {
	margin-right:10px;
	float:right;
	font-weight:bold;
	font-size:12px;
}
#home_main_content .edit img {
	position: relative;
	top: 3px;
}
.clear {clear:both}
.hidden{
	display:none;
}
.visibility_hidden{
	visibility:hidden;
}

#overviewTab {
	background: #fff url(/images/rpnow/overview_bg.jpg) no-repeat;
	width:792px;
}

.blockMsg {
	border-radius:10px;
}
b.required {color:red}
.requiredFields {
	float:right;
	margin:0 20px 0 0;
	color:#aaa;
	font-size:10px;
}

.home_logos a.logo_link {
	display:block;
	width:371px;
	height:80px;
	margin:0 30px;
}
.prog-title img {
	margin-top:2px;
	font-size:14px;
	vertical-align: bottom !important;
}

.ie .panel {
	width:1024px;
}
.ie h4.prog-title, .ie h1.prog-title {
	font-size:14px;
	margin:auto;
}
.ie h1.contacting {
	padding:10px;
}
.ie7 .tab {	padding-top:0px;}
.ie7 .prizes div {
	background: rgb(89, 46, 120);
}
.ie7 .overview-content{margin-top:10px}
.ie7 .infoTable {background: none}
.ie7 .infoDiv p {vertical-align: top}
.lte-ie8 #tabs .title1 {margin-left:5px}


/* Yodlee popup style */
#iavDlg .fade-label label.text{
	background:#FFFFFF url('/images/rpnow/icon-padlock.png') no-repeat 98% 40%;	
}

#iavDlg #iavDlgMcAfeeLogo{
	padding-top: 15px;
	margin-left: 20px;
}

#iavDlg #iavDlgContinueDiv {
	padding-top: 15px;
}

/* Yodlee popup -- skip verification */
#iavDlg .iavSkipLink{
	margin-right: 50px;
}
#iavDlg .iavSkipLink span {
	text-decoration:underline;
}

.iavSkipBack_btn {
	position: relative;
	right: 25px;
}

.wrapper {
	width: 924px;	
	margin: 0 auto;
	background:#f2f2f2;
	height:1000px;
}

.plan_container {
	width:270px;
	margin:15px;
	float:left;
}

#home_main_content .plan_container{
	width:31%;
	margin-left: 0;
	margin-right: 0;
	display: block;
}

#home_main_content div.plan_container:first-child{
	margin-left: 1.5%;
}

#home_main_content div.plan_container:first-child + div{
	margin-left: 2%;
	margin-right: 2%;
}

/* ie7 bug with 100% width */
#home_main_content div.plan_container:first-child + div + div{
	margin-right: 1.4%; 
}

.round_heading_grey {
	width:270px; 
	height:100px; 
	border:1px solid #CCCCCC;
	margin:0 auto; 
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	/* fallback color */
    background-color: #CCCCCC; 
    /* Safari 4+, Chrome 1-9 */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#CCCCCC));
    /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -webkit-linear-gradient(top, #FFFFFF, #CCCCCC); 
    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);
    /* IE 10+ */
    background-image: -ms-linear-gradient(top, #FFFFFF, #CCCCCC);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(top, #FFFFFF, #CCCCCC);
	text-align:center;
	vertical-align:middle;
	
}

.round_heading_purple {
	width:270px; 
	height:100px; 
	border:1px solid #5D307D;
	margin:0 auto; 
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	/* fallback color */
    background-color: #5D307D; 
	text-align:center;
	vertical-align:middle;
	
}

#home_main_content .plan_container .round_heading_purple {
	width: 100%;
}

#home_main_content .plan_container .round_heading_grey {
	width: 100%;
}

.round_box_content {
    width:270px; 
	border:1px solid #CCCCCC; 
	margin:0 auto; 
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	background:#FFF;
}

#home_main_content .plan_container .round_box_content{
	width: 100%;
}

hr { 
	border: 0; 
	height: 0; 
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	
}

.bottom_text {
	width: 874px;
	margin:15px;
	clear:both;	
}

.column_headings {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#531E78;
	text-align:center;
	
}

/* style for pricing plan page */
.pricingTop {
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
	float: left;
}

.topLeft {
	width: 375px;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}

.topRight {
	width: 475px;
}

.monthlyMinimumTitle {
	float: right;
	margin-right: 200px;
	padding-bottom: 10px;
}

.pricingLine {
	padding-bottom: 5px;
}
.price {
	font-size: 18px;
	color: #339933;
	font-weight: bold;
}

.month{
	font-size: 14px;
	color: #333333; 
}

.pricingTierDiv{
	display: inline-block;
	vertical-align: middle;
	/* to fix IE7 since IE7 doesn't support inline-block*/
	zoom: 1;		
	*display: inline;
}

.pricingLine .right {
	margin-left: 0px;
}

.pricingLine .left {
	width: 153px;
	height: 40px;
	background: url('/images/rpnow/white_arrow.png') no-repeat;
	padding-left: 10px;
    padding-top: 15px;
    font-size: 14px;
    color: #333333;
}

.pricingDiv, .pricingImg, .pricingText {
	display: inline-block;	
	vertical-align: middle;
}
.pricingDiv {
	width: 250px;
}
.pricingImg {
	width: 50px;
}
.pricingText {
	width: 185px;
}
.pricingFees {
	height: 80px;
}
.priceInclude {
	font-size: 12px;
	color: #333333;
	font-style:italic;
	line-height: 16px;
}
.packageChannel{
	height:360px;
}
.channelImageDiv {
	width: 250px;
	padding-bottom: 6px;
	display: table;
}
.channelImageDiv .channelText{
 	display: inline-block;
	width: 195px;
	vertical-align: top;
	display: table-cell;
	vertical-align: middle;
}
.channelImageDiv .channelImage{
	display: table-cell;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	float: left;
}

.note{
 	font-size: 10px; 
 	font-style: italic; 
 	line-height: 12px; 
 	display:block; 
 	color: #666;
}

.exampleCol{
	float: left;
}
