﻿form {
    padding: 0px;
    margin: 0px;
}

    form a {
        color: #80a938;
        text-decoration: none;
    }

        form a:hover {
            color: #9bcd42;
        }

        form a:active {
            color: #bef956;
        }

.debug {
    margin: 100px;
    background: #000;
    color: #FFF;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    padding: 20px;
    border-radius: 20px;
}

.global_save {
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 171px;
    height: 75px;
    background: url(../img/autosave_module.png);
}



.label1 {
    text-align: center;
    border-bottom: 1px solid #e6e3e3;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.col_label {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #80a938;
    text-align: right;
    width: 160px;
}

.col_label_s {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #029CA8;
    text-align: left;
    /*width:160px;*/
    line-height: 98%;
    border-left: 2px solid #029CA8;
    padding-left: 5px;
    margin-left: 5px;
}

.col_submit {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #80a938;
    text-align: right;
    padding-right: 28px;
}

.superlabel {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #80a938;
    text-align: center
}

#loadingSubmitBtn {
    display: none;
}



.textbox1 {
    border: 1px solid #e5e5e5;
    background: #efefef;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 6px;
    color: #646464;
    border-radius: 4px;
}

.width_300 {
    width: 390px;
}

.width_600 {
    width: 600px;
}

.counter_caratteri {
    margin: 8px;
    font-size: 11px;
}

.CharCounter {
    padding: 2px;
    color: #FFF;
    background-color: #029CA8;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 11px;
    width: 66px !important;
    text-align: center;
}

.CharCounter_over {
    background-color: #FF0000 !important;
}

.upload_items div {
    padding: 5px;
}


#divSubmitBtn, #loadingSubmitBtn {
    font-size: 24px;
    font-weight: bold
}


.errmsg {
    float: left;
    position: absolute;
    margin: 3px;
    padding: 3px;
    border: 1px solid #FC0;
    background: #FFFFCC;
    display: none;
    font-size: 11px;
    color: #666666 !important;
    text-align: center !important;
    padding-left: 8px;
    padding-right: 8px;
    /* effects for webkit */
    border-radius: 4px;
    box-shadow: 1px 1px 3px #c0c0c0;
}

.okmsg {
    float: left;
    position: absolute;
    margin-top: 9px;
    /*padding:3px;*/
    background: url(../img/icons/accept2.gif);
    width: 16px;
    height: 16px;
}

.add_errorEffects {
    /*font-weight:bold;*/
    color: #C00;
    border-color: red;
}
