#d_general {
    width: 960px;
    padding: 30px 0 0;
    position: relative;
    z-index: 200;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    text-align: left;
}


#d_left {
    float: left;
    width: 480px;
    position: relative;
    z-index: 200;
    text-align: right;
    min-height: 196px;
    height: auto !important;
    height: 196px;
    padding: 10px 0 0;
}

#d_right {
    float: left;
    width: 477px;
    position: relative;
    z-index: 200;
    text-align: left;
    min-height: 196px;
    height: auto !important;
    height: 196px;
    padding: 10px 0 0;
    border-left: 1px solid #979797;

}


#box_contents {
    width: 958px;
    height: 206px;
    padding: 12px 0;
    margin: 20px 0 0 ;
    background: url(../../images/bg_diagonal_rows.png) repeat;
    border: 1px solid #a5a5a5;
    position: relative;
}


.info{
    text-align: center;
    font-size: 11px; 
    font-weight: normal; 
    color: #979797;
    margin: 20px 0; 
}

#d_left .box_title {
    padding: 0 12px 0 0;
    color: #ff0000;
}

#d_left hr {
    width: 141px;
    height: 1px;
    background-color: #a5a5a5;
    margin: 3px 7px 0 auto;
    border: 0;
    
}

#d_right .box_title {
    padding: 0 0 0 12px;
    color: #ff0000;
}

#d_right hr {
    width: 141px;
    height: 1px;
    background-color: #a5a5a5;
    margin: 3px auto 0 7px;
    border: 0;
    
}


/** Form **/
#formLogin {
    margin: 0 auto;
    padding: 0;
    width: 330px;
}

#formLogin fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

#formLogin p {
    height: 22px;
    text-align: right;
    width: 330px;
    margin: 0 0 14px;
}

#formLogin label {
    width: 80px;
    height: 22px;
    line-height: 22px;
    padding: 0 15px 0 0;
    font-size: 12px;
    font-style: italic;
    display: inline-block;
    
}

#formLogin input {
    width: 216px;
    height: 20px;
    border: 1px solid #999;
    margin: 0;
    
}

#formLogin p.p_button {
    height: 33px;
    text-align: right;
    margin: 0;
}

#formLogin input.i_button {
    width: 80px;
    height: 33px;
    text-align: center;
    font-size: 11px;
    margin: 0;
    border: 0;
    background: url(../../images/btn_form.png) no-repeat;
    cursor: pointer;
    
}


.btn_options {
    width: 382px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: url(../../images/btn_altre_opzioni.png) no-repeat;
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 54px auto 0;
    
}

.btn_options:hover {
    background: url(../../images/btn_altre_opzioni_hover.png) no-repeat;
    color: #ff0000;
}

