body {
	background-image:url('/images/index/body_bg.jpg');
	background-position:top;
	background-repeat:repeat-x;
}

.wrapper {
	display:block;
	width:960px;
	margin:0px auto;
}

/* Banner */
.header_text {
	margin:50px 0px 40px 30px;
}
.banner {
	display:block;
	clear:both;
	width:909px;
	height:300px;
	color:#212121;
	background-image:url('/images/index/form_bg.png');
	background-repeat:no-repeat;
	padding-bottom:30px;
}

.banner td {
	vertical-align: top;
}
.form {
	font-weight:bold;
	padding:97px 0px 0px 282px;
}
.form select {
	border:#C1C1BF 1px solid;
	width:170px;
}
.form .text {
	padding:3px 0px;
}
.form_button {
	padding:10px 0px 0px 0px;
	cursor:pointer;
	text-decoration:none
}
.form_button a {
	display:block;
	color:#fff;
	background-image:url('/images/submit_button_bg.jpg');
	background-position:top;
	background-repeat:repeat-x;
	background-color:#cd1f02;
	border:1px solid #cc1d02;
	height:24px;
	font-size:18px;
	font-weight:bold;
	padding:7px 10px 5px 10px;
	border-radius:3px;
	float:left;
	text-decoration:none;
}
.form_button a:hover {
	color:#f6c7b4;
	text-decoration:none
}
.form_button a span {
	background-image:url('/images/submit_button_arrow.png');
	background-repeat:no-repeat;
	background-position: right;
	padding-right:20px;
	cursor:pointer;
	text-decoration:none
}


/* Security Icons */
.security {
	padding-left:2px;
	height:60px;
}
.versign {
	float:left;
	padding:0px 20px 0px 35px;
	height:60px;
}
.versign img {
	margin-top:15px;	
}
.versign div {
	margin-top:-7px;
}
.macfee {
	float:left;
	background-image:url('/images/index/form_divide.png');
	background-repeat:no-repeat;
	background-position:left top;
	padding:0px 20px 0px 27px;
	height:60px;
}
.macfee img {
	margin-top:15px;	
}



/* Content */
.content {
	display:block;
	clear:both;
	padding:50px 0px;
}
.content p {
	line-height:22px;
	font-size:14px;
}
.content .support_text {
	margin:0px 0px 8px 0px;
	font-size:18px;
}


/* Content Submit Button */
.submit_button {
	padding:10px 0px 0px 0px;
	cursor:pointer;
	text-decoration:none
}
.submit_button a {
	display:block;
	color:#fff;
	background-image:url('/images/submit_button_bg.jpg');
	background-position:top;
	background-repeat:repeat-x;
	background-color:#cd1f02;
	border:1px solid #cc1d02;
	font-size:13px;
	font-weight:bold;
	padding:8px 10px 7px;
	border-radius:3px;
	float:left;
	text-decoration:none;
}
.submit_button a:hover {
	color:#f6c7b4;
	text-decoration:none
}
.submit_button a span {
	background-image:url('/images/submit_button_arrow.png');
	background-repeat:no-repeat;
	background-position: right;
	padding-right:20px;
	cursor:pointer;
	text-decoration:none
}


/* Payday Plus */
.payday_plus_cta {
	height:260px;
	width:384px;
	background-image:url('/images/index/cash_security_approval.jpg');
	background-repeat:no-repeat;
	margin:20px 12px;
}
.payday_plus_cta a {
	width:29px;
	height:28px;
	background-image:url('/images/index/payday_plus_sprite.png');
	background-repeat:no-repeat;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position: 0px 0px;
}
.payday_plus_cta a:hover {
	background-position: 0px -28px;
}
#cash {
	position:absolute;
	margin:165px 0px 0px 30px;
}
#security {
	position:absolute;
	margin:90px 0px 0px 145px;
}
#approval {
	position:absolute;
	margin:45px 0px 0px 330px;
}



/* Loan Types */
.loan_types {
	padding:20px 0px;
	border-top:1px solid #b2b2b2;
	margin:10px 0px 20px 0px;
}
.loan_types img {
	float:left;
	padding-left:20px;
}
.loan_types .type_text {
	float:right;
	width:524px;
}


/* Modal */
#mask {
  position:absolute;
  z-index:6000;
  background-color:#000000;
  left: 0px;
  top: 0px;
  display: none;
  width: 0px;
  height: 0px;
}
.window {
	position:absolute;
	z-index:9999;
	display:block;
	width:422px;
	margin:0px auto;
	background-color:#fff;
	border:1px solid #979797;
}

.window .close {
	position:absolute;
	margin: 10px 0px 0px 390px;
	cursor:pointer;
    z-index:300;
}
.modal_image {
	float:left;
}
.window .page_button,
.window .form_button {
	float:left;
}
.window .page_button {
	margin-top:0px;
}
.window .form_button {
	padding:0px;
}
.window h2 {
	margin-bottom:0px;
	color:#303030;
}
.window .form_button a {
	font-size:14px;
	font-weight:normal;
	height:18px;
}
.window .text {
	float:right;
	width:280px;
}
.window .text p {
	line-height:18px;
	margin-top:4px;
}
.footer_modal {
	clear:both;
	background-image:url('/images/index/modal_footer.jpg');
	background-repeat:repeat-x;
	background-position:top;
	height:37px;
	padding:15px 20px 0px 20px;
}
.footer_modal .modal_logo {
	float:left;
}
.footer_modal .page {
	float:right;
}

/* Slide for modal */

.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width:422px;
    z-index:100;
	height:253px;
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.items .frame {
	float:left;
	width:382px;
	height:213px;
	padding:20px;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
.page a.left {
    float:left;
	cursor:pointer;
}
.page a.right {
    float:right;
	cursor:pointer;
}

/* International Leads */
.international {
	padding:25px;
}
