#hiddenRedirect {
	background: white;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0;
	display: none;
	width: 0;
	border: 2px solid black;
}

/* General
-------------------------------------------------------------- */
body {
	font-family: Helvetica, Arial, sans-serif;
}
#paydayForm {
	width: 560px;
	margin: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding: 10px;
	padding-bottom: 0px;
	line-height: normal;
	color:#444;
}
#paydayForm .left {
	float: left;
}
#paydayForm .right {
	float: right;
}
#paydayForm .clear {
	clear: both;
}
#paydayForm #stepOne,
#paydayForm #stepTwo {
	float:left;
}
#paydayForm .helper-header,
#paydayForm #stepOne,
#paydayForm #stepTwo,
#paydayForm #bottom {
	display:block;
	clear:both;
}
#paydayForm h3 {
	float:none;
	clear:both;
	padding-top:30px;
	margin:10px 0 25px;
	color:#999;
	border-top:1px dotted #ccc;
	font-size:1.25em;
}
#paydayForm.one-step h3 {
	display:block;
}
#paydayForm.two-step h3 {
	display:none;
}
#paydayForm.two-step #stepTwo {
	display:none;
}
#paydayForm.one-step #stepTwo{
	display:block;
}
/* Form Elements
-------------------------------------------------------------- */
#paydayForm label {
	display:block;
	margin-bottom:5px;
}
#paydayForm .half {
	display:inline-block;
	width:82px;
}
#paydayForm input,
#paydayForm select {
    background: #f9f9f9;
    border: 1px solid #bfbfbf;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
    display: block;
    font-family: "Lucida Grande","Verdana",sans-serif;
    font-size: 11px;
    margin-bottom: 5px;
    padding: 4px;
    line-height: normal;
}
#paydayForm input:focus {
	background:#fcfcfc;
	border-color:#aaa;
}
#paydayForm input {
    width:150px;
}
#paydayForm select {
    width:160px;
    padding: 1px;
    margin-left: 0px;
    margin-right:25px;
}
#paydayForm .half input,
#paydayForm .half select {
	width:75px;
}
#paydayForm .number2, #paydayForm .number3, #paydayForm .number4 {
	display: inline-block;
	text-align: center;
}
#paydayForm .number2 {
	width: 25px;
}
#paydayForm .number3 {
	width: 30px;
}
#paydayForm .number4 {
	width: 35px;
}
#paydayForm p {
	display:block;
	float:left;
	width:185px;
	height:54px;
	margin:0 0 12px;
}
#paydayForm #loadError {
	width: 100%;
	border: 1px solid #942526;
	color: #641617;
	margin: auto;
	margin-bottom: 10px;
	background: #ffd4d4;
	text-align: center;
}
#paydayForm label.smaller {
	padding-top:1px;
	font-size: 11px;
}

#paydayForm input.ieinvalid, #paydayForm select.ieinvalid {
	color: #641617;
	border-color: #942526 !important;
	background-color: #ffd4d4;
}
#paydayForm input.ievalid, #paydayForm select.ievalid {
	color: #457421;
	border-color: #69A136 !important;
	background-color: #edffdd;
}


/* Verisign Logo & Help Box
-------------------------------------------------------------- */
#paydayForm .helper-header {
	display:block;
	width:auto;
	margin:0 0 20px;
	float:left;
}
#paydayForm .verisign {
	height: 50px;
	width: 100px;
	background: url(verisign.png);
	float:left;
	margin-left:20px;
}
#paydayForm .help {
	border: 1px solid #cee7f4;
	color: #4ea0d5;
	line-height: 13pt;
	padding: 18px 10px;
	text-align: center;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
    float:left;
    display:inline-block;
    width:385px;
    background:#f7fcfe;
}


/* Hover Tooltip
-------------------------------------------------------------- */
#tooltip {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
    width:auto;
    max-width:200px;
    min-width:100px;
    background:white;
    padding:10px;
    margin-top:4px;
    font-size:12px;
    line-height:16px;
    color:#222;
    text-align: center;
}
#tooltip #ttimg.top{
    margin-top:-17px;
    margin-left:2px
}
#tooltip #ttimg.bottom{
    bottom:0;
    margin-bottom:-12px;
    margin-left:2px
}
#tooltip.default{
    background:black;
    color:white;
    margin-top:2px;
}
#tooltip.default #ttimg.top{
	position:absolute;
	margin-top:-8px;
    margin-left:-8px
}
#tooltip.default #ttimg.bottom{
	position:absolute;
    bottom:0;
    margin-bottom:-3px;
    margin-left:-8px
}

/* Progress Bar & Submit Buttons
-------------------------------------------------------------- */
#paydayForm #bottom {
	height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right:30px;
}
#paydayForm #bottom .right {
	width:280px;
}
#paydayForm #bottom #progress {
	display: inline-block;
	float: left;
	margin-top: 2px;
	width: 200px;
	height: 25px;
}
#paydayForm #bottom #progress #complete {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color: black;
	position: absolute;
	padding:6px 7px;
	width:186px;
	text-align:right;
	z-index:2002;
}
#paydayForm #progress .ui-progressbar-value {
	position: relative;
	z-index:2001;
}
#paydayForm .continue-button {
	display:none;
	float: right;
	width:181px;
	height:30px;
}
#paydayForm #backButton img,
#paydayForm .continue-button img {
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	color:#005e9f;
}
#paydayForm .continue-button img {
	width:181px;
	height:30px;
}
#paydayForm #bottom #backButton {
	display: none;
	float: right;
	height: 30px;
	width: 65px;
	margin-right:8px;
}


#applied {
	display: none;
}

/* Status Window
-------------------------------------------------------------- */
#statusWindow #inline {
	display: none;
	margin-top: 15px;
}

#statusWindow #inline .loading {
	display: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	text-align: center;
}

#statusWindow #inline .loading .title {
	font-weight: bold;
	font-size: 13pt;
	margin-bottom: 3px;
	line-height:1;
	float:left;
	margin:0;
	padding:2px 0 0;
}

#statusWindow #inline .loading .fcLoader  {
	background: url(fc-loader.gif);
	height: 19px;
	margin: 1px 0 0 8px;
	width: 220px;
	float:left;
}

#statusWindow #inline .content {
	display: none;
}


#statusWindow #inline .content {
	font-family:"Helvetica", "Arial", sans-serif;
	font-size:17px;
	color:#338FCA;
}
#statusWindow.newWindow #inline {
	text-align:center;
}
#statusWindow.newWindow #inline .content {
	text-align:center;
	min-width:880px;
	width:100%;
}
.clear {
	clear:both;
}
#statusWindow.newWindow #inline .content .listings {
	width:640px;
	margin:0 auto 70px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	border:1px solid #ccc;
	border-top:0;
}
#statusWindow #inline .content .listings {
	display:block;
	background:#fff;
	padding:0 40px 30px;
	text-align:center;
}
#statusWindow.newWindow #inline .content .title {
	width:690px;
	margin:70px auto 0;
	background:#0879c1;
	text-shadow:#085997 1px 1px 0px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}
#statusWindow #inline .content .title {
	display:block;
	float:none;
	font-size:18px;
	line-height:1;
	color:#fff;
	text-align:left;
	padding:15px 16px 12px;
	font-weight:bold;
	font-size:18px;
	background:#999;
	text-shadow:#777 1px 1px 0px;
}
#statusWindow #inline .content .listing {
	display:block;
	border-bottom:1px dotted #ccc;
	padding:24px 0 20px;
}
#statusWindow #inline .content .listing .continue,
#statusWindow #inline .content .listing .continue img,
#statusWindow #inline .content .listing .description
#statusWindow #inline .content .listing .description li {
	text-align:center;
	float:none;
}
#statusWindow #inline .content .listing:last-child {
	border-bottom:0;
}
#statusWindow #inline .content .listingHeadline {
	display:block;
	text-align:center;
	font-weight:normal;
	color:#338FCA;
	text-decoration:none;
}
#statusWindow #inline .content .continue {
	display:block;
	margin-top:14px;
}
#statusWindow #inline .content .continue,
#statusWindow #inline .content .continue a,
#statusWindow #inline .content .continue img {
	border:0;
	height:60px !important;
	overflow:hidden;
}
#statusWindow #inline .content .description {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	margin-top:14px;
}
#statusWindow #inline .content .description a {
	font-size:11px;
	color:#666;
	line-height:1;
	text-decoration:none;
	font-weight:normal;
	font-family:"Lucida Grande",Verdana,sans-serif;
}
#statusWindow #inline .content .description a:hover {
	color:#555;
	font-weight:bold;
}
#statusWindow #inline .content .description li {
	line-height:1;
}
#statusWindow.newWindow #inline .content .description li {
	text-align:center;
}

#statusWindow #submittingApplication,
#statusWindow #successSubmitting {
	display:none;
}
#statusWindow .status-module {
	max-width:720px;
	margin:0 auto;
	background:#f7f7f7;
	border:1px solid #dbdbdb;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	margin-bottom:15px;
	display:none;
}
#statusWindow .icon {
	width:40px;
	height:40px;
	display:inline-block;
	float:left;
	margin-right:20px;
}
#statusWindow .status-header {
	padding:14px 16px;
	height:40px;
	background:#e7e7e7;
	border-bottom:1px solid #fff;
}
#statusWindow .title, #statusWindow .header-title {
	float:left;
	font-weight:bold;
	font-size:21px;
	color:#595959;
	padding:6px 0;
	text-shadow:#fff 0 1px 1px;
}
#statusWindow .message {
	margin:0 20px;
	padding:20px 4px;
	font-size:14px;
	color:#666;
}
#statusWindow .message a {
	color:#666;
	font-weight:bold;
}
#statusWindow .message.top {
	padding-bottom:16px;
	border-bottom:1px dotted #ccc;
}
/* Submitting
-------------------------------------------------------------- */
#statusWindow #submittingApplication .icon {
	background:url(processing.gif) no-repeat;
}
#statusWindow #submittingApplication .message {
	text-align:center;
}
#statusWindow #submittingApplication .message.confirmationCode {
	font-weight:bold;
}
#statusWindow #submittingApplication .message.confirmationCode .codeTitle {
	color:#999;
}

/* Success
-------------------------------------------------------------- */
#statusWindow #successSubmitting {
	background:#f3ffec;
	border:1px solid #bde7a8;
}
#statusWindow #successSubmitting .status-header {
	background:#d4f1c5;
}
#statusWindow #successSubmitting .icon {
	background:url(success-icon.png) no-repeat;
}
#statusWindow #successSubmitting .title {
	color:#139409;
	font-size:26px;
	line-height:38px;
	padding:3px 0;
}
#statusWindow #successSubmitting .message {
	color:#1e8d0e;
}
#statusWindow #successSubmitting .message.top {
	border-bottom:1px dotted #abdd92;
}
#statusWindow #successSubmitting .message a {
	color:#1b7e0d;
}

/* Additional Offers
-------------------------------------------------------------- */
#statusWindow #additionalOffers .status-header {
	height:22px;
	padding:12px 16px;
}
#statusWindow #additionalOffers .header-title {
	font-size:16px;
	padding:0;
}
#statusWindow #additionalOffers .message a {
	font-weight:normal;
	display:inline-block;
	float:left;
	width:167px;
	padding-left:12px;
	margin-bottom:6px;
	text-decoration:none;
	font-size:13px;
	background:url(arrow-gray-lrg.gif) no-repeat;
}
#statusWindow #additionalOffers .message a:hover {
	color:#333;
}

.clear {
	clear: both;
}

/* Sponsored Search
-------------------------------------------------------------- */
#sponsored-search {
	margin:0;
	display:block;
	background:#fff;
	text-align:left;
	overflow: visible;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#sponsored-search img {
	padding: 0;
	margin: 0;
}

#statusWindow #successSubmitting.status-module {
	display:none !important;
}

#statusWindow #inline .content .lists {
	display:block;
	padding:0 40px 30px;
	text-align:center;
	border-bottom:1px dotted #ccc;
	padding:24px 0 20px;
	width:588px;
	margin:0px auto 0px;
}
#statusWindow #inline .content .lists .title {
	width:568px;
}
#statusWindow #inline .content .lists .list {
	display:block;
	float:left;
	border:1px solid #ccc;
	background:#fff;
	margin:5px 0 5px;
	padding-bottom:25px;
}
#statusWindow #inline .content .lists .number {
	display:block;
	float:left;
	text-align:center;
	background:#ddd;
	color:#fff;
	font-size:32px;
	padding: 5px 0px 5px;
	width: 42px;
}
#statusWindow #inline .content .lists .headline {
	display:block;
	float:left;
	text-align:left;
	color:#0879C1;
	font-size:14px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom:1px solid #ccc;
	width: 480px;
}
#statusWindow #inline .content .lists .calltoaction {
	display:block;
	float:left;
	width: 100px;
	background-color:#0879C1;
	color: #ddd;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 20px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
}
#statusWindow #inline .content .lists .description {
	display:block;
	float:left;
	font-size:13px;
	margin-left:13px;
	margin-top:5px;
	width:300px;
}
#statusWindow #inline .content .lists .description ul {
	list-style:none;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-padding-start: 0px;
}
#statusWindow #inline .content .lists .description li {
	text-align:left;
}
#statusWindow #inline .content .lists .description li:before {
	content: "■ ";
	font-family:"Arial Black";
	color:#0879C1;
}
#statusWindow #inline .content .lists .image {
	display:block;
	float:left;
	height: 60px;
	width: 124px;
	margin-left: 8px;
}
#statusWindow #inline .content .lists a {
	color:#000;
	text-decoration:none;
}
#statusWindow #inline .content .lists a:hover .number {
	color:#0879C1;
}
#statusWindow #inline .content .lists a:hover .list {
	border-color:#0879C1;
}
#statusWindow #inline .content .lists a:hover .calltoaction {
	color:#fff;
}


