
/* -----------------------------------*/
/* ----->>> FULL LOGIN/SIGNUP <<<-----*/
/* -----------------------------------*/

#fullLogin, 
#fullRegister {
	float:left;
	padding:0 20px 10px 0px;
	margin-top:20px;
	width:445px;
}

#fullRegister { padding-left:20px; }
#fullLogin { margin-left:15px; } 

#fullRegister.borderLeft { border-left:2px solid #EEE; }
#fullRegister.borderRight { border-right:2px solid #EEE; }

#registerText { 
	float:right;
	margin-top:5px; 
	padding:0 20px 10px 15px;
	width:440px; 
 }

#fullLogin .heading,
#fullRegister .heading {
	height:30px;
	border-bottom: 1px dotted #000;
}

#fullLogin h3,
#fullRegister h3 {
	display:inline;
	float:left;
	font-weight:bold;
	font-size:1.6em;
	color:#368000;
}

#fullLogin .remember {
	font-size:12px; 
	font-weight:normal; 
	padding:5px;
	color:#555; 
}

#fullLogin .forgotLink {
	float:right; 
	font-size:12px; 
	font-weight:normal; 
	text-decoration:underline; 
	line-height:20px;
}

#fullLogin a.forgotLink {
	color:#555; 
}

#fullLogin .forgotBG {
	background: url('http://static.extrabux.com/images/icons/q.png') no-repeat right center;
	padding-right:20px;
}

#fullLogin a:hover.forgotLink { color:#368000; }

#fullLogin p {
	margin:15px 0 0 20px;
	font-size:1.4em;
	font-weight:normal;
}

#securityNotice {
	background:url('http://static.extrabux.com/images/icons/lock.gif') no-repeat left top; 
	font-size:1.1em; color:#666;
	height:20px; 
	line-height:20px; 
	margin-left:20px; 
	padding-left:20px; 
}

#registerText #compare h4,
#registerText #cashback h4,
#registerText #coupons h4,
#regCoupons h4 {
	font-size:1.4em;
	font-weight:bold;
	margin:15px 0 3px 75px;
}

#fullRegister ul {
	height:63px;
	margin-top:15px;
	margin-left:28px;
}

#fullRegister ul li {
	font-size:13px;
	font-weight:normal;
	list-style: url('http://static.extrabux.com/images/transfer-arrow.gif') outside;
	margin:4px;
}

#registerText #cashback { background:url('http://static.extrabux.com/images/icons/register-cashback.gif') no-repeat center left; }

#registerText #coupons, #regCoupons { background:url('http://static.extrabux.com/images/icons/register-coupons.gif') no-repeat center left; }

#registerText #compare { background:url('http://static.extrabux.com/images/icons/register-compare.gif') no-repeat center left; }

#registerText p { font-size:1.2em; margin-top:3px; font-size:12px; margin-left:75px; }

#fullLogin dl,
#fullRegister dl { margin:20px 0 0 20px; }

#fullLogin dt,
#fullRegister dt {
	clear:left;
	font-weight:bold;
	font-size:1.4em;
	color:#252525;
	line-height:1.8em;
	width:175px;
}

#fullLogin #email-element input,
#fullLogin #password-element input,
#fullRegister #email-element input,
#fullRegister #password-element input,
#fullRegister #password_confirm-element input {
	width:220px;
	padding:4px 0 0 5px;
	font-size:1.5em;
	height:1.4em;
	border:1px solid #a2a2a2;
	background: #E8E8E8 url('http://static.extrabux.com/images/login-input-bg-large.gif') repeat-x;
}

#fullLogin .submitButton,
#fullRegister .submitButton {
	float:right;
	margin-right:23px;
}

/* -----------------------------------*/
/* >> Homepage Registration Partial <<*/
/* -----------------------------------*/

#registerHome {
	background: #E8E8E8 url('http://static.extrabux.com/images/login-input-bg-large.gif') repeat-x;
}

/* -----------------------------------*/
/* ------->>> USER PROFILES <<<-------*/
/* -----------------------------------*/

#profile { width:685px; }

#profile .even { background:#f4f4f4; }

.colBox {
	color:#252525;
	background:#f7f7f7;
	border: 1px solid #c5c5c5;	
	font-size:1.2em;
	line-height:1.4em;
	margin:10px 13px 0 10px;
	padding:10px;
}

.colBox a {
	color:#368000;
	text-decoration:underline;
}

.colBox a:hover { text-decoration:none; }

.colBox h3 { 
	color:#368000;
	font-size:1.3em;
	line-height:1.4em;
	margin:0px 13px 5px 0px;
}

#profile tbody {
	color:#252525;
	font-size:1.2em;
}

#profile tbody td a {
	color:#515151;
	text-decoration:underline;
}

#profile tbody td a:hover { color:#568b2c; }

#cashbackOverview td {
	width:60px;
	text-align:right;
}

#cashbackOverview td:first-child {
	font-weight:bold;
	text-align:left;
	width:250px;
}

#cashbackOverview td a { 
	color:#252525;
	text-decoration:none;
}

#cashbackOverview td a:hover { 
	text-decoration:underline;
}

#settings h2 {
	color:#368000;
	font-size:1.8em;
	margin:25px 0px 7px 20px;
}

.slideBox {
	margin:0px 0px 7px 20px;
	padding:15px;
}
.slideBox a {
	color:#252525;
	font-weight:bold;
	text-decoration:underline;
}

.slideBox a:hover { text-decoration:none; }

.slideBox p {
	margin:5px 30px;
	font-size:1.2em;
}

.slideBox.open {
	background:#ddecce;
	border: 1px solid #368000;
}

.slideBox.closed {
	background:#efefef;
	border: 1px solid #c5c5c5;
}

.slideBox input[type="text"],
.slideBox input[type="password"] { 
	width:245px;
	padding:.25em 0 0 .25em;
	font-size:1.2em;
	height:1.4em;
	border:1px solid #a2a2a2;
	background: #E8E8E8 url('http://static.extrabux.com/images/login-input-bg-large.gif') repeat-x;
}

.slideBox input[type="text"]:focus,
.slideBox input[type="password"]:focus {
	border:1px solid #999;
}

.slideBox #firstName,
.slideBox #lastName { width:120px; } 

.slideBox #firstName { margin-right:5px; }

.slideBox label {
	color:#252525;
	font-weight:bold;
	font-size:1.3em;
	margin-left:15px;
}

.slideBox table {
	margin:10px 0 0 50px;
	font-size:1.2em;
}

.slideBox table td {
	padding:3px;
	width:300px;
}

.slideBox table td:first-child {
	text-align:right;
	width:175px;
}

.slideBox .submit {
	text-align:left; 
	vertical-align:bottom;
	width:50px; 
}

.cff { background: url('http://static.extrabux.com/images/cff-logo.png') no-repeat bottom left; }

#requestPayment {
	margin-top:15px; 
	text-align:center;
}

#remainingCashback {
	font-size:11px;
	line-height:13px; 
	text-align:center; 
	display:block;
}

#progressBar {
	margin-top:10px;
	background:#a7a09a url('http://static.extrabux.com/images/progress-back.gif');
	border: 1px solid #753e11;
	height:32px;
	width:100%;
}

#progressBar #progress {
	background:#ec8735 url('http://static.extrabux.com/images/progress-front.gif') top left;
	height:32px;
	float:left;
	width:1%;
}

#profile #pending-date {
	color: #636363;
	position: absolute;
	left: 609px;
}


/* ---------------------------------------------------------------------- Report Missing Cashback */
#reportMissingCashback {
    background-color:white;
    margin:10px;
    padding:25px;
    color:#252525;
}

#reportMissingCashback p {
    font-size:1.3em;
    line-height:1.4em;
    padding-bottom:10px;
}

#reportMissingCashback h5 {
	margin:10px 0px;
	font-size:1.5em;
	line-height:1.6em;
	font-weight:bold;
}

#missingCashbackDetails {
    margin: 0 0 10px 0;
}

#missingCashbackDetails {
	width:300px;
    clear:both;
    padding:3px;
    margin-bottom:12px;
    border:1px solid #ccc;
    background-color: #eee;
}

#missingCashbackDetails span,
#missingCashbackDetails label,
#missingCashbackDetails input {
    font-size:1.3em;
    line-height:1.4em;
}

#missingCashbackDetails label,
#missingCashbackDetails input {
    margin:0 5px 0 5px;
}

#missingCashbackMessage {
	color:#AC3C49;
	font-weight: bold;
	font-size:1.3em;
    line-height:1.4em;
}

.missingCashbackRow {
	float:left;
	clear:both;
	width:100%;
	padding:3px;
	margin-bottom: 3px;
	border:1px solid #ccc;
	background-color:#eee;
}

.missingCashbackRow .date {
	width:100px;
}

.missingCashbackRow .store {
    width:200px;
}

.missingCashbackRow .order {
    width:150px;
}

.missingCashbackRow .amount {
	margin-left:-5px;
    width:75px;
}

.missingCashbackRow span,
.missingCashbackRow label,
.missingCashbackRow input,
.missingCashbackRow select {
	float:left;
	font-size:1.3em;
	line-height:1.4em;
}

.missingCashbackRowError {
	background-color:#FFD3D3;
	border:1px solid #AC3C49;
}

.missingCashbackRow label,
.missingCashbackRow input,
.missingCashbackRow select {
	margin:0 5px 0 5px;
}

#missingCashbackSubmit {
	clear:left;
    margin-top:15px;
}

#missingCashbackRowClone a,
#missingCashbackRowClone a:link
#missingCashbackRowClone a:visited {
    color:#368000;	
    text-decoration:underline;
    font-size:1.3em;
    line-height:1.4em;
    font-weight:bold;
}

#missingCashbackConfirm {
	font-size:1.3em;
    line-height:1.4em;
    padding-bottom:5px;
}


.colBoxYellow {
    color:#252525;
    background:#FFFED6;
    border: 1px solid #B1AE2B;  
    font-size:1.2em;
    line-height:1.4em;
    margin:10px 13px 0 10px;
    padding:6px;
}

.colBoxYellow a {
    color:#368000;
    text-decoration:underline;
    font-weight:bold;
}

.colBoxYellow a:hover { text-decoration:none; }

.colBoxYellow h3 { 
    color:#368000;
    font-size:1.3em;
    line-height:1.4em;
    margin:0px 13px 5px 0px;
}

#missingCashbackConfirm {
	background-color:white;
    margin:10px;
    padding:25px;
    color:#252525;
}

#missingCashbackConfirm a {
    color:#368000;
    text-decoration:underline;
}

#missingCashbackConfirm p {
	font-size:1.2em;
    padding-bottom:1em;
}

h1.refer {
	font-size:1.6em;
	font-weight:bold;
	clear:left;
}

.share {
	width:215px;
	padding-left:40px;
	height:60px;
	line-height:60px;
	float:left;
	clear:left;
	font-size:1.6em;
	color:#000;
	text-decoration:underline;
}

.share input {
	background: #E8E8E8 url('http://static.extrabux.com/images/login-input-bg-large.gif') repeat-x;
	height:21px;
	width:200px;
	border:1px solid #A2A2A2;
	padding:2px;
	font-size:12px;
}

a:hover.share {
	text-decoration:none;
}

.rLink { background:url('http://static.extrabux.com/images/referral/link.png') no-repeat left center;}
.rFacebook { background:url('http://static.extrabux.com/images/referral/facebook.png') no-repeat left center; }
.rTwitter { background:url('http://static.extrabux.com/images/referral/twitter.png') no-repeat left center; }
.rEmail { background:url('http://static.extrabux.com/images/referral/email.png') no-repeat left center; }

.referLinks {
	margin:0 0px 40px 50px; 
	float:left; 
	border:1px solid #DDD; 
	padding:10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#referFAQ {
	width:350px;
	float:right;
	border:1px solid #DDD;
	padding:10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#referFAQ dt {
	margin:10px 0 5px 0;
	color:#368000;
	font-size:1.4em;
	text-decoration:underline;
}

#referFAQ dt a:hover {
	text-decoration:none;
}

#referFAQ dd {
	color:#000;
	line-height:1.3em;
	font-size:1.2em;
}
