.getFreeQuotes-content .selectBig{
    float:left;
}
.getFreeQuotes-content .selectBig,
.getFreeQuotes-content .bigGreen{
    margin:0 2px;
}

.bigGreen{
    display:inline-block;
    cursor: pointer;
    border: none;
    background:url(../images/button/bigGreen.png);
    width:205px;
    height:26px;
    text-decoration:none;
    text-align:center;
    text-transform:uppercase;
    color:#111;
    line-height:28px;
    overflow:hidden;
}


.selectBig{
    width:206px;
    font-size:12px!important;
    line-height:1.3;
    background:url(../images/select/selectBig.png) no-repeat;
    position:relative;
    vertical-align:bottom;
    display:inline-block;
    cursor:pointer;
    /* z-index: 9999;*/
}
.selectBig .option-current{
    margin:6px 30px 6px 6px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    color:#A8A8A8;
}


.getFreeQuotes-content .selectBig .option-current {
    color: #222;
    font-weight: bold;
}

.selectBig .optionlist{
    display:none;
    position:absolute;
    top:22px;
    left:0;
    height: 400px;
    overflow-x:hidden;
    overflow-y:auto;
    z-index:1000;
    background:#fff;
    border:1px solid #111;
    border-top:none;
    margin:0!important;
    list-style:none outside;
}
.selectBig .optionlist .option,
.selectBig .optionlist .option-disabled{
    padding:2px 5px;
    /*    border-bottom:1px solid #ccc;*/
}
.selectBig .optionlist .option{
    cursor:pointer;
    color:#333;
}
.selectBig .optionlist .option:hover{
    color:#1BBAEE;
}
.selectBig .optionlist .option-disabled{
    cursor:default;
    color:#aaa;
}


.selectSmall{
    width:142px;
    font-size:11px!important;
    line-height:1.3;
    background:url(../images/select/selectSmall.png) no-repeat;
    position:relative;
    vertical-align:bottom;
    display:inline-block;
    cursor:pointer;
}
.selectSmall .option-current{
    margin:3px 15px 3px 6px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    color:#111;
}
.selectSmall .optionlist{
    display:none;
    position:absolute;
    top:16px;
    left:0;
    height:120px;
    overflow-x:hidden;
    overflow-y:auto;
    z-index:1000;
    background:#fff;
    border:1px solid #7f8d99;
    border-top:none;
    margin:0!important;
    list-style:none outside;
}
.selectSmall .optionlist .option,
.selectSmall .optionlist .option-disabled{
    padding:2px 5px;
    border-bottom:1px solid #ccc;
}
.selectSmall .optionlist .option{
    cursor:pointer;
    color:#888;
}
.selectSmall .optionlist .option:hover{
    color:#111;
}
.selectSmall .optionlist .option-disabled{
    cursor:default;
    color:#aaa;
}



/* HOME PAGE FORMS */

#CompareQuotes { 
    float:left; margin:0;
}
*html #CompareQuotes { 
    border:none;
}

.txt_compare {
    background:url(../images/bg_input_company.gif) no-repeat 0 0;
    width:410px;
    height:26px;
    padding:9px 10px 5px;
    font-size:19px;
    margin:0;
    border:none;
}

.txt_compare_sm {
    left:521px;
    position:absolute;
    cursor:pointer;
    background:url(../images/bg_input_company.gif) no-repeat 100% 0;
    width:41px;
    height:41px;
    padding:5px;
    border:none;
    margin-left:8px;
}

#select_cat_cover {
    background-image:url(../images/select_cat_bg.gif);
    background-repeat:no-repeat;
    position: relative;
    float: left;
    width: 170px;
    height: 31px;
    padding: 3px 0 0 5px;
    margin: 5px 0 0 0;
}

#flat { width: 122px; margin: 0; border: 0px solid white; height: 17px; font-size: 12px; }
#flat2 { width: 150px; margin: 0; border: 0px solid white; height: 17px; font-size: 12px; }
#flat3 { width: 150px; margin: 0; border: 0px solid white; height: 17px; font-size: 12px; }
#flat4 { width: 150px; margin: 0; border: 0px solid white; height: 17px; font-size: 12px; }
#flat5 { width: 150px; margin: 0; border: 0px solid white; height: 17px; font-size: 12px; }

.stft {
    height:20px;
    background:#2eade3 url(../images/stft.png) no-repeat 50% 100%;
    padding:0;
}

*html ul.fg-menu, *html ul.fg-menu li { border:none!important; }


#menuLog { font-size:1.4em; margin:20px; }
.hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; }

.fg-button { clear:left; margin:0 4px 40px 10px; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
a.fg-button { float:left;  }
button.fg-button { width:auto; overflow:visible; } /* removes extra button width in IE */

.fg-button-icon-left { padding-left: 2.1em; }
.fg-button-icon-right { padding-right: 2.1em; }
.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */

.fg-button.ui-state-loading .ui-icon { background: url(spinner_bar.gif) no-repeat 0 0; }

/* END OF HOME PAGE FORMS */



/* CONTACT PAGE FORMS */

.contact_form {
    border: none;
    padding: 0 0 30px;
    position: relative;
}

.contact_form .f_row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.contact_form .f_row {
    clear:both;
}

.contact_form label,
.contact_form input {
    float: left;
}
.contact_form label {
    font-weight: normal;
    display: block;
    width: 100px;
}


.contact_form .frow_list {
    padding-left: 105px;
    margin: 0 0 0 20px;
}

.contact_form .frow_list input,
.contact_form .frow_list label {
    display: inline;
    float: none;
    border: none;
    padding: 0 0 0 5px !important;
    margin: 0 !important;
    vertical-align: top;
}

.contact_form .frow_list li {
    text-align: left;
    padding: 3px 0
}

.contact_form label span {
    width: 100px !important;
}

.contact_form .bg_input_light {
    background:url(../images/bg_input_right.gif) no-repeat 118px 0;
    padding: 6px 0;
    margin:0;
    width: 100%;
    clear: both;
}


.contact_form .bg_input_light_spec {
    background:url(../images/bg_input_right_spec.gif) no-repeat 105px 0;
}

.ui-datepicker {
    width:288px !important;
    margin-top:7px !important;
    border: 2px solid #B4B4B4 !important;
}

.ui-widget-header {
    background: none !important;
    text-transform: uppercase;
    color: #555 !important;
    font-size: 14px !important;
    border: none !important;
}

.ui-datepicker .ui-datepicker-prev span { background: url(../images/arrow_faq_grey_left.gif) no-repeat 0 0 !important; }
.ui-datepicker .ui-datepicker-next span { background: url(../images/arrow_faq_grey.gif) no-repeat 0 0 !important; }

ui-datepicker .ui-datepicker-prev span:hover,
.ui-datepicker .ui-datepicker-next span:hover {
    cursor: pointer;
    background-position: 0 0 !important;
    display:block !important;
    left:50% !important;
    margin-left:-8px !important;
    margin-top:-8px !important;
    position:absolute !important;
    top:50% !important;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top:2px !important;
}

.ui-datepicker-prev-hover {
    left: 2px !important;
}

.ui-datepicker-next-hover {
    right: 2px !important;
}

.ui-datepicker th {
    background: #ccc !important;
    text-transform: uppercase;
    font-weight: bold;
}

.contact_form .blue_arrow_bottom {
    background:url(../images/icon/arrow_blue_bottom.gif) no-repeat 50% 100%;
    height: 10px;
    border-bottom: 0;
}

.contact_form .selectBig {
    cursor:pointer;
    display:inline-block;
    font-size:12px !important;
    line-height:1.3;
    position:relative;
    vertical-align:bottom;
    width:306px;
    margin-left: 30px;
    background: none;
    /*  z-index:9;*/
}

.contact_form .f_check .selectBig {
    width:306px;
}

.contact_form .f_check .selectBig .option-current {
    float:left;
    margin:8px 30px 6px 6px;
    width:258px;
}

.contact_form .f_check_popup .selectBig {
    color:#A8A8A8;
    font-size:14px;
/*    text-transform:uppercase;*/
    background:transparent none repeat scroll 0 0;
    border:1px solid #FFFFFF;
    cursor:pointer;
    display:inline-block;
    font-size:12px !important;
    height:22px;
    line-height:1.3;
    margin-left:0;
    margin-top:3px;
    position:relative;
    vertical-align:bottom;
    width:303px;
    z-index:9;
}

.popup_form .f_check_popup .selectBig {
    background:transparent none repeat scroll 0 0;
    border:1px solid #FFFFFF;
    color:#A8A8A8;
    cursor:pointer;
    display:inline-block;
    font-size:12px !important;
    height:22px;
    line-height:1.3;
    margin-left:1px;
    margin-top:3px;
    position:relative;
/*    text-transform:uppercase;*/
    vertical-align:bottom;
    width:300px;
    z-index:9;
}



.contact_form .selectBig .option-current {
    margin:8px 30px 6px 6px;
    float: left;
}

.contact_form .bg_input_light input {
    width: 290px;
    height: 20px;
    padding: 0;
    margin-top:9px;
    font-size: 14px;
    margin-left: 33px;
/*    text-transform:uppercase;*/
    color: #A8A8A8;
    border: none;
    background: none;
    float: left;
}

.account_holder .bg_input_light input {
    margin-left: 15px;
}

.contact_form a.fg-button {
    float: none;
}

.contact_form .select_cat_cover {
    float:left;
    height:24px;
    margin:2px 0 3px 15px;
    padding:0;
    position:relative;
    width:295px;
}

.contact_form .select_cat_cover a#flat2 {
    display: block;
    width: 265px;
    font-size: 14px;
    height: 14px;
    margin-top:2px;
    color:#A8A8A8;
/*    text-transform: uppercase;*/
    padding-left: 6px;
    padding-bottom:2px;
    padding-top: 4px;
}

.blue_touch {
    width: 100%;
    background: #29ABE2;
    padding: 2px 0;
    margin: 20px 0;
    height: 32px;
}

.blue_touch .selectBig .optionlist {
    z-index: 99999;
}


.blue_touch:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.contact_form .blue_touch label {
    background:transparent url(../images/arrow_white_bot.gif) no-repeat scroll 0 5px;
    color:#FFFFFF;
    font-family:"Arial Black";
    font-size:15px;
    margin:8px 0 0 6px;
    padding:0 0 0 24px;
/*    text-transform:uppercase;*/
    width:297px;
}

.contact_form .blue_touch .selectBig {
    background: url(../images/arrow_bottom_black.gif) no-repeat 290px 12px;
    margin-left: 15px;
}

.contact_form .selectBig .optionlist  {
    top: 26px;
    width:305px;
    left: -1px;
}

.contact_form .blue_touch .selectBig .optionlist  {
    top: 29px;
    width:305px;
    left: 0px;
}


.contact_form .blue_touch .select_cat_cover a#flat4 {
    /* border:medium none;*/
    color:#A8A8A8;
    padding-top:4px;
    display:block;
    font-size:14px;
    height:12px;
    margin: 4px 0 0 10px;
    padding-left:6px;
/*    text-transform:uppercase;*/
    width:278px;
}

.contact_form .blue_touch .select_cat_cover {
    margin: 0 0 0 0px;
    background: url(../images/select_cat_bg_blue.gif);
    width: 333px;
    height: 32px;
}

.contact_form .textarea_bg {
    background: url(../images/bg_textarea.gif) no-repeat 0 50%;
    height:100px;
    padding:14px 13px;
}


.contact_form .textarea_bg textarea {
    width: 410px;
    height: 100px;
    float: left;
    border: none;
    color: #A8A8A8;
}

.contact_form .f_button {
    text-align: right;
    width: 435px;
}

.contact_form .f_button input {
    float: none;
}

#Info .wwa_page .contact_form h3 {
    color: #000;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
    background: url(../images/arrow_faq_grey.gif) no-repeat 0 50%;
    font-family: Arial;
    font-weight: bold;
}

#Info .wwa_page .contact_form .hr {
    height: 1px;
    clear: both;
    border-bottom: 2px solid #5EC0E9;
    margin: 10px 0 20px;
}

.contact_form .input_half2 {
    background:transparent url(../images/bg_input_right_popup_half.gif) no-repeat scroll 236px 0 !important;
}

.contact_form .input_half2 .input_inline {
    width: 150px;
    margin:5px 0 0;
}


.contact_form .input_half2 .lab_inline {
    width: 50px;
    margin:5px 0px 0 5px !important;
}

.contact_form .input_half input {
    width: 160px;
    margin-right:23px;
}

.contact_form .input_half span {
    line-height: 25px;
}

#c_form .arr_left {
    background: url(../images/arrow_faq_grey.gif) no-repeat 0 3px;
    padding-left:17px;
    margin-left: 3px;
    width: 80px;
}


#c_form label {
    width:80px;
    padding-left: 20px;
}

#c_form .f_row {
    clear:both;
    position:relative;
}


.f_check            { background: url(../images/arrow_bottom_black.gif) no-repeat 408px 12px; }
.f_check_popup      { background: url(../images/arrow_bottom_black.gif) no-repeat 433px 12px; height: 30px; }
.f_check_popup label{ color: #8F8F8F;} 
.f_check label.error{ position: absolute; left:412px; }
.f_check .valid     { right: -100px;}

.no_des select {
    border:1px solid #FFFFFF;
    color:#A8A8A8;
    font-size:14px;
    height:26px;
    margin:3px 0 0 28px;
    padding:4px 0;
/*    text-transform:uppercase;*/
    width:300px;
}


.no_des select:focus,  .no_des select:hover
{border: 1px solid #fff;}

.wwa_page #signupForm label.error,
.wwa_page #RegForm label.error{
    background:#FFCCCC url(../images/valid_error.gif) no-repeat scroll 5px 5px;
    border:2px solid #FF7F7F;
    color:#222222;
    display:block;
    line-height:15px;
    margin-bottom:0;
    margin-left:20px;
    margin-top:1px;
    padding:6px 10px 6px 32px;
    width:182px;
    position: absolute;
    left:422px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wwa_page #signupForm .f_check label.error,
.wwa_page #RegForm .f_check label.error {

}

.wwa_page #signupForm .textarea_bg  label.error {
    width: 165px;
}

#signupForm .no_des label.error {
    margin-top: 0;
    display: inline;
}

*html #signupForm .no_des label.error {
    margin-top: 0;
}


/* END OF CONTACT PAGE FORMS */


/* OE_form PAGE FORMS */
.bg_reg .radio_list {
    margin: 0 0 0 30px;
    padding: 0;
    list-style-position: outside;
}

.bg_reg .radio_list li {
    padding: 3px 0;
    margin: 0;

    white-space: nowrap;
    clear: both;
}

*html .bg_reg .radio_list li {
    display: inline;
}

.bg_reg .radio_list li input {
    margin: 0 4px 0 0;
    display: inline;
    border: none;
}

.bg_reg .radio_list label {
    float: none;
    display: inline !important;
    width: 100%;
    padding-left:0 !important;
    margin: 0;
}

.bg_reg .li_input {
    background:transparent url(../images/bg_input_right.gif) no-repeat scroll 15px 0;
    height: 36px;
}

.bg_reg .radio_list .li_input input {
    margin-top: 10px;
}

.bg_reg .li_input input.li_input_text {
    margin:11px 0 0 10px;
    background:transparent none repeat scroll 0 0;
    border:medium none;
    color:#A8A8A8;
    font-size:14px;
    height:20px;
    margin-left:20px;
    padding:0;
/*    text-transform:uppercase;*/
    width:290px;
}

.bg_reg .contact_form label {
    width: 80px;
    padding-left: 20px;
    padding-top:6px;
    cursor: auto;
}



.bg_reg .contact_form label.error {
    background:#FFCCCC url(../images/valid_error.gif) no-repeat scroll 5px 4px;
    border:2px solid #FF7F7F;
    color:#222222;
    display:block;
    margin-left:20px !important;
    margin-bottom: 0;
    padding:4px 10px 4px 32px !important;
    width:180px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position:absolute;
    left:424px;
    height: auto;
}

.bg_reg .contact_form .bg_input_light label.error {
    top: 7px;
}

.bg_reg .contact_form .chk_list label.error {
    left:297px;
}

.bg_reg .contact_form .chk_list .chk_input label.error {
    margin-left:23px !important;
}

.bg_reg .contact_form .textarea_bg label.error {
    left: 430px;
}

.bg_reg .contact_form label.valid {
    background: transparent url(../images/valid_ok.gif) no-repeat scroll 5px 50% !important;
    border:0px solid #FF7F7F !important;
    height: 20px;
    color:#222222;
    display:block;
    margin-left:20px;
    padding:4px 10px 4px 32px;
    width:50px;
}




.bg_reg .phone_form .contact_form label.error  {
    margin-left: 40px !important;
}

.bg_reg .phone_form .phone_frame label.error {
    margin-top: -28px;
}


.bg_reg .contact_form label.arr_left {
    padding-left: 20px;
    margin-left: 0;
    background:transparent url(../images/arrow_faq_grey.gif) no-repeat scroll 0 8px;
}

.bg_reg .login_box_grey .account_holder {
    background: #F2F2F2;
    border: none;
}

.bg_reg .login_box_grey {
    margin-top: -23px; zoom: 1;
}

.bg_reg .contact_form .bg_input_light .comment {
    color: #777;
    float: right;
}
.bg_reg .f_check .selectBig .option-current {
/*    text-transform:uppercase;*/
    color:#A8A8A8;
}

.bg_reg .contact_form .bg_input_light {
    height:30px;
    position: relative;
}

.bg_reg .email_form .f_row {
    width: 439px;
}

.bg_reg .email_form .f_row .btn_blue {
    float: right;
    margin: 0 6px 0 0;
}

.bg_reg .account_holder .f_row {
    width: 420px;
}

.bg_reg .contact_form .bg_input_light .selectBig .optionlist {
    border-right: 1px solid #827F82;
    border-left: 1px solid #827F82;
    border-bottom: 1px solid #827F82;
}

.bg_reg .account_holder label {
    padding-left: 0;
    width: 100px;
}

.bg_reg .account_holder label .error {
    margin-left:45px !important;
}

.contact_form #account_holder_form_conatiner label.error {
    width: 150px;
    margin-left:45px !important;
}

.contact_form #account_holder_form_conatiner .btn_blue {
    margin-left:209px;
}


.bg_reg #LeftCol h3 {
    background:transparent url(../images/arrow_faq_grey.gif) no-repeat scroll 0 50%;
    padding-left: 20px;
    margin: 0 0 15px;
    font-size: 15px !important;
    letter-spacing: 0 !important;
    font-family: Arial !important;
    font-weight: bold;
}

.bg_reg .other_stuff {
    width: 400px;
    margin-top: 15px;
}

.bg_reg .other_stuff ul {
    margin: 0;
    padding: 0;
}

.bg_reg div.other_stuff ul {
    float: left;
    margin-left:13px;
    display: inline;
}

.contact_form .lab_inline,
.contact_form .input_inline {
    display: inline;
    float: left;
    padding:0 !important;
}


/* END OF OE_form PAGE FORMS */


/* OE_login PAGE FORMS */

.bg_reg .account_holder .bg_input_light {
    background:transparent url(../images/bg_input_right_reg.gif) no-repeat scroll 99px 0;
    margin:0;
    padding:6px 0;
    width:100%;
}

.bg_reg .login_box .account_holder  {
    border-bottom: 2px solid #84CEEE;
}

.bg_reg .account_holder {
    background: #DFF2FB;
    margin: 0;
    width: 655px;
    padding: 20px;
    border-bottom: 2px solid #375065;
}

.bg_reg .account_holder .btn_blue {
    margin-left:90px;
}

.bg_reg .account_holder #signupForm {
    width:635px;
}

.bg_reg .login_box_grey .account_holder .bg_input_light {
    background:transparent url(../images/bg_input_right_grey.gif) no-repeat scroll 105px 0;
}

/* END OF OE_login PAGE FORMS */

.popup_form .btn_blue {
    margin-left:190px;
}

.popup_form {
    padding:0 15px;
    width:698px !important;
}

.popup_form label.error {
    position: absolute;
    right:-12px;
    top:7px;
}

.popup_form .f_row {
    position: relative;
}

#TB_window .popup_form a {
    color: #29ABE2;
}

.popup_form {
    margin: 0;
}

.popup_form h3.title_blue {
    margin: 0 0 15px;
    background: url(../images/popup_header_blue.png) 0 0;
    height: 33px;
    padding: 16px 0 0;
    color: #fff;
    text-align: center;
    font-family:"Arial Black";
    font-size:15px;
    position: relative;
}

.popup_form h3.title_blue a {
    display:block;
    height:20px;
    position:absolute;
    right:10px;
    top:13px;
    width:25px;
}

.reg_form h3.title_blue {
    margin: 0 0 15px;
    background: url(../images/popup_header_dark.png) 0 0;
    height: 31px;
    padding: 16px 0 0;
    color: #fff;
    text-align: center;
    font-family:"Arial Black";
    font-size:15px;
}

.popup_form .bg_input_light {
    background:transparent url(../images/bg_input_right_popup.gif) no-repeat scroll 136px 0;
    margin:0;
    padding:6px 0;
    height: 30px;
    width:100%;zoom: 1;
}

.popup_form .input_half {
    background:transparent url(../images/bg_input_right_popup_half.gif) no-repeat scroll 136px 0;
}


.input_chk {
    width: auto !important;
    border: none !important;
}

.popup_form .bg_input_light input {
    margin-left: 0;
    margin-top:6px;
}

.popup_form #RegForm label.error {
    position:absolute;
    right:-11px;
    top:7px;
    width:194px;
}

.popup_form #RegForm .f_row {
    position: relative;
}

.pop_bottom_line {
    width: 100%;
    overflow: hidden;
    padding-top: 15px !important;
    clear: both;
}

.pop_bottom_line label {
    width: 200px !important;
    color: #333 !important;
    float: left;
}

.pop_bottom_line .key_grey {
    float: right;
    background:transparent url(../images/key_grey.gif) no-repeat scroll 0 50%;
    color:#222222;
    font-size:10px;
    padding-left:20px;
}

.popup_form label {
    display:block;
    font-weight:normal;
    width:115px;
    margin-right: 10px;
}

.popup_form label.error {
    background:#FFCCCC url(../images/valid_error.gif) no-repeat scroll 5px 3px;
    border:2px solid #FF7F7F;
    color:#222222;
    display:block;
    line-height:16px;
    margin-bottom:0;
    margin-left:20px;
    padding:3px 10px 4px 32px;
    width:180px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.captcha_img {
    margin-left: 100px;
}

.popup_form label.valid {
    background: transparent url(../images/valid_ok.gif) no-repeat scroll 5px 50% !important;
    border:0px solid #FF7F7F !important;
    height: 20px;
    color:#222222;
    display:block;
    margin-left:20px;
    padding:4px 10px 4px 32px;
    width:50px;
}

#idLoginDiv .popup_form label.valid {
    right:121px;
}


.arr_left {
    background: url(../images/arrow_faq_grey.gif) no-repeat 0 3px;
    padding-left: 20px;
    margin-left: 3px;
    width: 85px;
}


.arr_left_2 {
    padding-left: 20px;
    margin-left: 3px;
    width: 85px;
}

.arr_left_3 {
    padding-left: 0px;
    margin-left:23px;
    width: 85px;
    margin-right: 0 !important;
}

.login_chk {
    margin: 0 5px 0 0;
    border: none;
}

.reg_form h3 {
    text-transform: none;
    font-family: Arial;
    font-weight: bold;
    margin: 15px 25px;
    font-size: 16px;
    letter-spacing: 0;
}

.reg_form label {
    color: #999;
}

/* popup login */

#idLoginDiv{
    width:730px;
    overflow:hidden;
}
#idLoginDiv a:hover{color:#f00;}
.login-ttl{
    background:transparent url(../images/bg_faq_top.png) no-repeat scroll 0 0;
    height:9px;
    padding:0 15px;
    width:696px;
}
.bg-b{
    background:transparent url(../images/bg_faq_bottom.png) no-repeat scroll 0 100%;
    font-size:0;
    height:17px;
    line-height:0;
    width:734px;
}
.bg-t{
    background:transparent url(../images/bg_faq.png) repeat-y scroll 0 0;
    padding:0 15px;
    width:100%;
    overflow:hidden;
}

.close{
    position:relative;
    width:100%;
    height:30px;
    padding:10px 0 0;
    overflow:hidden;
    text-align:center;
}
.close a{
    background:transparent url(../images/btn-close.gif) no-repeat scroll 0 0;
    height:21px;
    overflow:hidden;
    position:absolute;
    right:9px;
    text-indent:-9999px;
    top:21px;
    width:25px;
}
#idRechargeDiv{
    width:730px;
    overflow:hidden;
}
#idRechargeDiv a:hover{color:#f00;}
.recharge-ttl{
    background:url(../images/bg-recharge-t.png) no-repeat;
    width:100%;
}
.recharge-ttl strong{
    font-weight:normal;
    font-size:18px;
    color:#fff;
}

/* End of login form */

.btn_blue_big {
    background: url(../images/btns/btn_blue_big.gif) no-repeat 0 0;
    height: 48px;
    width: 187px;
    border: none;
    padding:0;
    float:none !important;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    font-weight: bold;
}

.btn_blue:hover,
.btn_blue_big:hover {
    background-position: 0 100%;
}

.btn_blue {
    background: url(../images/btns/btn_blue.gif) no-repeat 0 0;
    height: 29px;
    width: 112px;
    border: none;
    padding:0;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.faq_frame div#Header div#Logo img#logo_glow {
    left: 0;
}

.faq_frame div#Header div#Logo img#logo_glow {
    position: static;
}

.faq_frame p {
    margin: 0;
    padding: 0;
    color: #8F8F8F;
}

.faq_frame #Header {
    height: 80px;
    position: static;
}

.faq_frame div.title1 {
    line-height:17px;
    height: auto;
    padding: 1px 0 3px;
}



.faq_frame div.title1 h3 {
    width:671px;
}

.faq_frame div#Header div#Logo {
    margin: 0 0 0 15px;
}

.faq_frame_bottom {
    height: 17px;
    font-size: 0;
    line-height: 0;
    width: 734px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bg_faq_bottom.png) no-repeat 0 100%;
}

.faq_frame_inner {
    padding: 0 15px;
}

.faq_frame {
    padding:4px 15px;
    width:696px;
    background: transparent url(../images/bg_faq.png) repeat-y 0 0 !important; zoom: 1;
}

.faq_frame h3 {
    font-family:"Arial Black";
    font-size: 15px;
    margin: 15px 0 15px;
    letter-spacing: -1px;
    text-transform:uppercase;
}

#commentForm { width: 500px; }
#commentForm label { width: 250px; }
#commentForm label.error, #commentForm input.submit { margin-left: 253px; }
#signupForm { width: 670px; }
#signupForm label.error,
#RegForm label.error{
    background:#FFCCCC url(../images/valid_error.gif) no-repeat scroll 5px 3px;
    border:2px solid #FF7F7F;
    color:#222222;
    display:block;
    margin-left:20px;
    margin-bottom: 0;
    padding:3px 10px 4px 32px;
    width:194px;
    line-height: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#signupForm label.valid,
#RegForm  label.valid {
    background: transparent url(../images/valid_ok.gif) no-repeat scroll 5px 50% !important;
    border:0px solid #FF7F7F !important;
    height: 20px;
    color:#222222;
    display:block;
    margin-left:20px;
    padding:4px 10px 4px 32px;
    width:50px;
}

#newsletter_topics label.error {
    display: none;
    margin-left: 103px;
}

.contact_form .chk_list {
    /*    margin: 5px 0 5px 127px;*/
    float: left;
    margin: 5px 0 5px 25px;
    width:315px;
    position: relative;
    list-style-position: outside;
}

.contact_form .full_width {
    width: 520px;
}

.contact_form .chk_list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.contact_form .chk_list input,
.contact_form .chk_list label {
    /*   display: inline;
       float: none;
       border: none;
       padding: 0 0 0 5px !important;
       margin: 0 !important;
       vertical-align: top;*/
}

.contact_form .chk_list li {
    text-align: left;
    padding:5px 0;
    width: 100%;
}

.contact_form .chk_list li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



.contact_form .chk_list li .checkbox {
    border: none;
    /*margin-top: 13px !important;*/
    margin-top: 0;
    height: auto;
    width: auto;
    vertical-align: top;
}

.contact_form .chk_list li label {
    float: left;
    padding-left: 0px;
    padding-top: 0;
    display: inline-block;
    width: auto !important;
    height: 16px;
    position: absolute;
    white-space: nowrap;
    left: 17px;
    
    padding-right: 5px;
}

.contact_form .chk_list li label { left: 22px\9 }


.contact_form .full_width li label {
    width: 100% !important;
}

.contact_form .chk_list li input {
    border:none;
    color:#A8A8A8;
    float:left;
    height:18px;
    margin:0;
    background: none;
    padding:3px 4px 0 5px;
/*    text-transform:uppercase;*/
    width:162px;
}


.contact_form .chk_list .chk_input {
    background:transparent url(../images/bg_input_right_popup_half.gif) no-repeat scroll 100% 0px;
    float:right;
    height:33px;
    margin:-11px 0 0;
    padding:8px 8px 0 0;
    right:0;
}


*+html .contact_form .chk_list .chk_input {
    margin: -7px 0 0 -15px;
    background:transparent url(../images/bg_input_right_popup_half.gif) no-repeat scroll 100% 90%;
}

.contact_form .chk_list .chk_input input {
    float: left;
    margin:0 5px 0 8px;
}

.contact_form .chk_list .chk_input span {
    float: left;
    margin-top:3px;
}


.contact_form .package_list {
    margin: 6px 0 0 127px;
    padding: 0;
    position: relative;
    list-style-position: outside;
}

.contact_form .package_list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.contact_form .package_list li {
    background:transparent url(../images/bg_4input.gif) no-repeat scroll 100% 0;
    float:left;
    margin-right:3px;
    margin-top:-5px;
    padding:12px 14px 12px 0;
    text-align:left;
}

.contact_form .package_list .chk_input input {
    float: left;
    margin:0 5px 0 9px;
}

.contact_form .package_list li label {
    float: left;
    padding-left: 5px;
    padding-top: 0;
    display: inline-block;
    width: 275px !important;
    padding-right: 5px;

}

.contact_form .package_list li input {
    background: none;
    border:0 solid;
    color:#A8A8A8;
    float:none;
    height:17px;
    margin:0 0 0 12px;
    overflow:hidden;
    padding:0;
/*    text-transform:uppercase;*/
    width:30px;
}



.default_form .f_check_popup {
    background:transparent url(../images/arrow_bottom_black.gif) no-repeat scroll 410px 12px;
    height:30px;
}

.default_form .f_check_popup .selectBig {
    border: none;
    margin: 0 !important;
}

.default_form label {
    padding-left:20px;
    margin-top:6px;
    margin-bottom: 0;
}


.default_form .selectBig .optionlist {
    left:3px;
    top:26px;
    width:305px !important;
    border-left: 1px solid #9A989A;
    border-right: 1px solid #9A989A;
    border-bottom: 1px solid #9A989A;
}

.default_form .bg_input_light input {
    margin-left: 8px !important;
}


.default_form .selectBig .option-current {
    float:left;
    margin:8px 30px 6px 9px;
}

.default_form #RegForm label.error {
    margin-top:0;
    padding:4px 10px 4px 32px;
    position:absolute;
    left:440px;
}

.default_form #RegForm label.valid {
    margin-left:20px;
}

.default_form #RegForm .f_check_popup  label.error {
    left: 302px;
}