.tfuse_captcha_reload{
    background-image: url(../images/reload.png) !important;
    background-repeat: no-repeat !important;
    height: 18px !important;
    margin-top: 15px !important;
    max-width: 16px !important;
    vertical-align: top;
    background-color: transparent !important;
    border:none !important;
    padding: 10px !important;
}
#form_messages h2{
    margin-left: 10px;
}
/* preview*/
#TB_ajaxContent .comment-form .row .label_title {
    line-height: 18px;
    display: block;
    color: #000;
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: bold;
}
#TB_ajaxContent .comment-form .btn-submit {
    font-size: 12px;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #753c00;
    padding: 0 10px 2px 10px;
    width: 140px;
    height: 34px;
    text-align: center;
    background: url(../../../../../images/btn_submit.png) 0 0 no-repeat;
    border: 0 none;
}
#TB_ajaxContent .link-reset {
    color: #e8750f !important;
    font-size: 12px;
    text-shadow: 0 1px 1px #fff;
    font-weight: 500;
    text-transform: uppercase;
    top: 17px;
    right: 5px;
    text-decoration: none;
    float: right;
    margin-right: 40px;
}
#TB_ajaxContent .link-reset:hover {
    color: #ff8a00 !important;
}
#TB_ajaxContent .add-comment {
    margin: 20px 0 40px 0;
    position: relative;
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
}
#TB_ajaxContent .contact-form h3{
    color: #e8750f;
}
#TB_ajaxContent .comment-form {
    background: url(../../../../../images/comment-form_bg.png) 0 0 repeat-x #f2f2f2;
    border-top: 1px solid #d9d9d9;
}
#TB_ajaxContent .field_text .inputtext {
    margin-right: 20px;
}
#TB_ajaxContent .checkbox{
    background: #f2f2f2;
}
#TB_ajaxContent input[type="text"],#TB_ajaxContent textarea{
    background: #fff !important;
    border: 1px solid #e6e6e6 !important;
}
#TB_ajaxContent .select{
    margin-right: 20px;
}
#TB_ajaxContent .omega{
    margin-right: 0;
}
/* Custom checkboxes, radios
===================================*/
/*	wrapper divs */
.custom-checkbox,.custom-radio { position:relative; font-size:14px}

/* input, label positioning */
.custom-checkbox input,.custom-radio input { position:absolute; left:7px; top:8px; margin:0; border:none; width:1px; height:1px}
.custom-checkbox input {left:6px; top:7px}
.ie7 .custom-checkbox input {left:2px; top:12px}
.custom-checkbox label,.custom-radio label { display:block; position:relative; line-height:1; padding:.4em 0 .3em 30px; margin:0 0 .3em; cursor:pointer; color:#000}

.custom-radio label {padding:.4em 0 .3em 30px}

/* states */
.custom-checkbox label { background:url(../../../../../images/styled_checkbox.png) no-repeat; }
.custom-radio label { background:url(../../../../../images/styled_radiobutton.png) no-repeat; }
.custom-checkbox label,.custom-radio label { background-position:-10px -10px; }
.custom-checkbox label.hover,.custom-checkbox label.focus,.custom-radio label.hover,.custom-radio label.focus { background-position:-10px -110px; }
.custom-checkbox label.checked,.custom-radio label.checked { background-position:-10px -210px; color:#000 }
.custom-checkbox label.checked.hover,.custom-checkbox label.checkedFocus { background-position:-10px -310px; }
.custom-checkbox label.focus,.custom-radio label.focus { outline:0; }