
/*
=form
-----------------------------------------------------*/
fieldset { 
    border: none; 
    padding: 0;
    margin: 0;
}

.tab.xsmall {width: 80px; }
.tab.small { width: 100px; }
.tab.medium { width: 152px; }
.tab.medium_large { width: 190px; }
.tab.large { width: 220px; }
.tab.xlarge { width: 270px; }

.error .tab.small { width: 78px; }
.error .tab.medium { width: 130px; }
.error .tab.medium_large { width: 168px; }
.error .tab.large { width: 198px; }
.error .tab.xlarge { width: 248px; }

div.medium { margin-left: 162px; }
span.medium { display: block; width: 162px;}

select.medium { width: 143px; }
textarea.xxlarge {width: 611px;}

input.text, textarea, select {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em; /* 12px */
    color: #555;
    margin: 0 5px 0 0;
    padding: 0px 2px 1px 2px;
    border: 1px solid #bbb;
}

input.text.disabled {
    background-color: #f1f1f1;
    border-color: #ccc;
}

textarea {resize: vertical; /* Safari feature */}

input:focus, textarea:focus { border-color: #777 !important; }

input.text {
    padding: 2px 2px 1px 2px;
    color: #555;
    height: 16px;
    background-color: #fff;
    width: 136px; /* 142px */
}

.process .listing td input.text,
.process .listing td label {
    margin: 0;
}


input.text.xxxsmall { width: 12px; }
input.text.xxsmall { width: 24px; }
input.text.xsmall { width: 40px; }
input.text.small { width: 74px; } /* 80px */
input.text.smallmedium{ width: 94px; }
input.text.medium { width: 136px; /* 142px */ }
input.text.large { width: 168px; }
input.text.xlarge { width: 228px; }
input.text.xxlarge { width: 328px; }

input.text.error.xxxsmall { width: 12px; }
input.text.error.xxsmall { width: 24px; }
input.text.error.xsmall { width: 22px; }
input.text.error.small { width: 54px; } /* 80px */
input.text.error.smallmedium{ width: 78px; }
input.text.error.medium { width: 118px; /* 142px */ }
input.text.error.large { width: 153px; }
input.text.error.xlarge { width: 210px; }
input.text.error.xxlarge { width: 310px; }


input.radio, input.checkbox {
    margin-right: 4px;
}

select {
    padding: 1px 0 1px 2px;
}

select.large { width: 332px; }

select option { padding-left: 3px; }

.submit_hide {
    position: absolute;
    left: -999em;
}


/* Account details */
input.bank { 
    width: 20px; 
    margin-right: 0; 
}

input.branch { 
    width: 35px; 
    margin-right: 0;
}
input.account { 
    width: 55px; 
    margin-right: 0;
}

input.suffix { 
    width: 34px;
}

input.text.contextual {
    margin-bottom: -1px;
}

div.contextual_popup {
    width: 220px;
    position: absolute;
    background: transparent url(/images/shadow-bottom-right.png) repeat-x right bottom;
    z-index: 10;
}
div.contextual_popup p {
    border: 1px solid #555;
    background-color: #e1f7d2;
    padding: 3px 5px;
    margin-bottom: 6px;
    margin-right: 4px;
    line-height: 1.3em;
}

/*
=hide
-----------------------------------------------------*/
.hide { display: none; }
.submit_hide { display: none; }
/*
=process
-----------------------------------------------------*/

div.process {
    padding: 11px 45px 8px 45px;
    border: 1px solid #E3E2E2;
    background-color: #F2F2F2;
    margin: 0 0 20px;
}

.process h2 {
    color: #34423F;
    margin: 0 0 4px 0;
    padding: 0;
    position: relative;
}

.process h2 .step_number {
    background: transparent url(/images/no_green.gif) no-repeat 100% 0;
    color: #fff;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: -1px;
    font-weight: bold;
    text-align: center;
    height: 18px; /* 22px */
    float: left;
    margin: 0;
    padding: 3px 0 0;
    position: absolute;
    left: -46px;
    width: 38px; /* 34px */
}

.process h2 .step_number span { display: none; }

.process h2 span { 
    font-weight: normal;
    font-size: .76em;
    margin-left: 5px;
}

.process ol {
    list-style: none;
    margin: 0;
    padding: 1px 0 0;
}

.process li {
    border-top: 1px solid #D5D5D5;
    padding: 4px 0;
    margin: 0;
    line-height: 18px;
    position: relative;
    clear:both;
}
.process small {
    margin-right: 10px;
}

.process li label {
    margin: 0 8px 0 0;
    padding-top: 1px;
    color: #444;
}

.process li label.tab,
.process li span.tab {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    color: #444;
}

div.terms {
    height: 100px;
    width: 612px;
    overflow: auto;
    border: 1px solid #ddd;
    padding: 10px;
    color: #666;
    background-color: #fff;
    font-family: arial, helvetica;
}

.process li.save_changes {
    padding-top: 12px;
}

.process h2 a.help img { 
    position: absolute;
    margin-left: 6px;
    margin-top: 1px;
}



/*
=process sublist
-----------------------------------------------------*/

.process ol ol {
    margin: 0;
    padding: 0 0 2px;
}

.process ol ol li, 
.process ol.no_borders li { 
    border-top: none; 
    padding: 2px 0;
}

p.info { 
    background: transparent url(/images/info.gif) no-repeat 0 1px;
    padding: 0 0 3px 33px;
    font-size: 0.917em; /* 11px */
    color: #555;
}

p.leader_info{
	color: #666666;
}



div.process p.info { 
    margin: 0 0 0px;
}

.process li p.field_replace {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

/*
=process ul
-----------------------------------------------------*/

.process ul {
    padding: 0;
    margin: 4px 0 4px 20px;
    list-style: none;
}

.process ul li {
    padding: 0 0 0 13px;
    margin: 0;
    border: none;
    background: transparent url(/images/bullet-green-arrow.gif) no-repeat 0 7px; 
}


/*
=process single
-----------------------------------------------------*/

div.process.single {
    padding: 11px 8px 0;
    margin: 0;
    border-bottom: none;
}

div.process.single.login {
    border-bottom: 1px solid #E3E2E2;
}

div.process.single li.first {
    border-top: none;
    padding-top: 0;
}


/*
=credit cards
-----------------------------------------------------*/

div.process div.cards {
    float: left;
}

div.process div.cards h4 {
    color: #222;
    font-size: 1em;
}

div.process div.cards.middle {
    margin: 0 40px;
}

div.process div.cards a {
    float: left; 
    margin: 11px 0 0 4px;
    display: block;
}


div.process label#cc_opt1, div.process label#cc_opt2, div.process label#cc_opt3,
div.process label#cc_opt2a, div.process label#cc_opt2b, div.process label#cc_opt2c {
    padding-left: 64px;
    padding-top: 12px;
    margin: 0;
    height: 28px;
    display: block;
    float: left;
}

div.process label#cc_opt1 {background: transparent url(/images/cc-low.png) 0 0 no-repeat;}
div.process label#cc_opt2 {background: transparent url(/images/cc-zero.png) 0 0 no-repeat;}
div.process label#cc_opt2a {background: transparent url(/images/cc-zero.png) 0 0 no-repeat;}
div.process label#cc_opt2b {background: transparent url(/images/cc-spender.png) 0 0 no-repeat;}
div.process label#cc_opt2c {background: transparent url(/images/cc-dollars.png) 0 0 no-repeat;}
div.process label#cc_opt3 {background: transparent url(/images/cc-gold.png) 0 0 no-repeat;}

div.process label#cc_opt1.hover, div.process label#cc_opt2.hover, div.process label#cc_opt3.hover,
div.process label#cc_opt2a.hover, div.process label#cc_opt2b.hover, div.process label#cc_opt2c.hover {
    background-position: 0 -40px;
}

label#cc_opt2a, label#cc_opt2b, label#cc_opt2c {color: #444;}

/*
=option group
-----------------------------------------------------*/

.option_group {
    padding:  7px 14px;
}

.option_group p {
    clear: both;
    margin: 5px 0 10px;
    font-weight: bold;
}

.option_group small {
    clear: both;
    margin: 5px 0;
    font-weight: normal;
    color: #666;
}


/*
=progress button
-----------------------------------------------------*/
.progress {
    height: 23px;
    padding: 13px;
    margin-top: 20px;
    background: #E3F7FB url(/images/progress-left.gif) no-repeat 0 0;
    position: relative;
}

.progress img { 
    float: right;
    margin: -13px;
    width: 32px;
    height: 49px;
}

.progress em {
    position: relative;
    top: 3px;
    color: #666;
    font-weight: normal;
    font-style: normal;
}

.progress a {
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
    background: url(/images/button_progress_point.gif) no-repeat right top;
    padding: 0 13px 0 0;
    text-decoration: none;
}

.progress.final a {
    background: url(/images/button_progress_round.gif) no-repeat right top;
    padding: 0 13px 0 0;
}

.progress a strong {
    color: #fff;
    display: block;
    height: 21px;
    font-weight: normal;
    background: url(/images/button_progress_bg.gif) no-repeat left top;
    padding: 2px 8px 1px 15px;
    float: left;
}

.progress a:hover strong { 
    color: #000; 
    cursor: pointer;
}
.progress a strong span { color: #B6E8FE; }
.progress a:hover strong span { color: #000; }

.progress a.cancel,
.progress.save a.cancel {
    position: relative;
    top: 3px;
    background: none;
    font-size: .93em;
    margin-left: 7px;
}

.process ol dt {
    font-weight: bold;
}

.process ol dd {
    margin: 0 0 1em;
}


/*
=back_cancel
-----------------------------------------------------*/
.back_cancel {
    height: 20px;
    width: 150px;
    margin: 13px 0 0 0;
    font-size: 0.917em; /* 11px */
    background: transparent url(/images/back_cancel_bg.gif) no-repeat 0 0;
}

.back_cancel a {
    padding: 0;
    width: 71px;
    float: left;
    text-align: center;
    margin-right: 1px;
    line-height: 18px;
}



/*
=you're on page...
-----------------------------------------------------*/

.step {
    float: right;
    font-size: 0.917em; /* 11px */
    margin-top: -53px;
    color: #888;
    line-height: 2em;
}

.step strong {
    font-size: 2.18em; /* 24px */
    font-weight: bold;
    color: #777;
}


/*
=error styles
-----------------------------------------------------*/

.process ol.no_borders li.error, /* eg in keepsafe setup */
.process li.error,
p.error {
    background: #FDDFE0 url(/images/icon-alert.gif) no-repeat 4px 7px;
    border-top: 1px solid #fff;
    padding-left: 22px;
	overflow: hidden;
}

.process li.error_note {
    font-size: .93em;
    color: #f00;
    background-color: #FDDFE0;
    border-top: none;
    padding: 0 8px 6px 22px;
    width: auto;
}

.process li.error_note.above {
    padding: 3px 8px 4px;
}

input.text.error { 
    border: 1px solid #f00 !important;
    background: #FEEBEA url(/images/icon-alert.gif) no-repeat 2px 50%;
    padding-left: 18px !important;
}

.error input, 
.error select,
.error textarea { border: 1px solid #F60000; }

.error input.checkbox, .error input.radio {border: none;}

span.error_text { display: none; }
.error span.error_text { 
    display: inline; 
    font-size: 0.917em; /* 11px */
    color: #f00;
    position: relative;
    bottom: -1px;
}

.error span.error_text.alert { 
    background: transparent url(/images/icon-alert.gif) no-repeat 0 50%;
    padding-left: 17px;
}

.error span.error_text em { font-style: normal; color: #343434; }


p.table_error_message {
    margin: 2px 0 0;
    padding: 3px 8px;
    font-size: .915em;
    color: #f00;
    background-color: #FDDFE0;
}

/************* form on td application intro page ***************/

ul.form li { padding: 5px 0 5px 0; }
ul.form li input.radio { 
    margin-right: 5px;
    height: 14px;    
}
input.start_app {
    display: block;
    height: 40px;
    width: 142px;
    background: transparent url(/images/join/button-start-application.png) no-repeat 0 0;
}

input.start_app:hover {
    background: transparent url(/images/join/button-start-application.png) no-repeat 0 -39px;
    cursor: hand;
}

/************* form register your interest for insurance ************/
#best_time_to_call_info {
	margin-top: 10px;
}

input.disabled_input {
    color: graytext;
}



