body {
	margin:0px;
	color:#343433;
	font-size:12px;
	font-family:Georgia, serif;
	background-image:url(/images/top_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	-webkit-text-size-adjust: none;
}
form {
	margin:0px;
}
img {
	border:0px;
}

h1, h2, h3 {
	margin:0px;
	font-weight:normal
}
h1 {
	font-size:24px;
	color:#2D68B2;
}
h2 {
	font-size:18px;
	color:#5E9A42;
}



ul, ol {
	margin:0px;
	padding:0px;
}
li {
	margin:8px 0px;
}
td {
	vertical-align:top;
}


/* Wrapper */
.wrapper {
	display:block;
	width:295px;
	margin:0px auto;
}
.logo {
	padding:15px 0px;
	float: left;
}
.nav {
	display:block;
	color:#2E2E2E;
	text-align:right;
	height:35px;
	font-size:11px;
	float: right;
}
.nav div {
	float:left;
}
.nav form {
	float:right;
	height: 35px;
	width: 63px;
	overflow: hidden;	
}
.nav input:hover {
	margin-top: -35px;
}
.nav a {
	color:#2E2E2E;
	font-size:11px;
	text-decoration:none;
}
.nav a:hover{
	text-decoration:underline;
}
.how_it_works {
	display: block;
	height: 35px;
	width: 83px;
	overflow: hidden;
}
.how_it_works img:hover {
	margin-top: -35px;
}
.home {
	display: block;
	height: 35px;
	width: 40px;
	overflow: hidden;
}
.home img:hover {
	margin-top: -35px;
}


/* On the How Page */
.header {
	display:block;
	height:90px;
	padding-top:35px;
	color:#383530;
	font-size:20px;
	font-weight:bold;
	line-height:22px;
}

.secure {
	clear: both;
	padding: 10px 0px;
	height: 40px;
}



.form {
	width:295px;
	padding:2px 0px;
	border-top:3px solid #b2b2b2;
	border-bottom:3px solid #b2b2b2;
	clear: both;
}

.form .placement {
	display:block;
	background-color: #016484;
	color: white;
	padding: 20px 0px 0px 10px;
}

.form .text {
	font-weight:bold;
	clear:both;
	padding-top:8px;
}
.form select {
	width: 195px;
}

.form .get-cash-button {
	display:block;
	height: 32px;
	width: 141px;
	overflow: hidden;
	margin: 10px 0px;
}
.form .get-cash-button input:hover {
	margin-top: -32px;
}

.radio {
	color: #129a0e;
}



/* Content  */
.content {
	display:block;
	margin:10px 0px;
	border-bottom:3px solid #b2b2b2;
}
.content p {
	margin:4px 0px;
}

.get_cash_now {
	display: block;
	height: 32px;
	width: 193px;
	overflow: hidden;
	margin: 15px 0px 15px 50px;
}
.get_cash_now input:hover {
	margin-top: -32px;
}



.int_content {	
	display:block;
	padding:20px 0px 0px 0px;
	border-bottom:3px solid #b2b2b2;
	clear: both;
}
.int_content ul {
	margin-left: 20px;
	list-style: square;
	color: #343433;
}

.title {
	text-transform: uppercase;
	text-align:center;
	background-image: url("images/title_divide.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 15px 0px;
	clear: both;
	line-height: 20px;
}

.terms, .privacy {
	font-size:10px;
}
.terms_title {
	clear: both;
}


/* Footer */
.footer {
	display:block;
	clear:both;
	color:white;
	margin-top:15px;
	background-image:url(/images/bot_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #4d92a9;
}
.footer div {
	display:block;
	width:295px;
	margin:0px auto;
	font-size:11px;
	background-image: url(/images/footer_divide.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 10px 0px 15px 10px;
	
}
.footer div li {
	list-style:none;
	margin:0px;
}
.footer div li a {
	color:white;
	text-decoration:none;
}
.footer div li a:hover {
	text-decoration:underline;
}



/* 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:290px;
	margin:0px auto;
}

.window .close {
	float:right;
	cursor:pointer;
	margin-top: -10px;
}
.window .top, .window .bottom {
	background-color:#FFFFFF;
	height:2px;
	width:290px;
	margin:4px 0px;
}
.please_wait {
	width:260px;
	background-color:#FFFFFF;
	padding:25px 15px 25px 15px;
}
.please_wait .button {
	display:block;
	height:32px;
	width:144px;
	overflow:hidden;
	margin:20px 0px 0px 0px;
	cursor:pointer;
}
.please_wait .button img:hover {
	margin-top:-32px;
}
.please_wait p {
	color:#666666;
	width:260px;
}
