form{
    margin          : 0px;
    padding         : 0px;
}


.fieldset{
    position        : relative;
    border          : 1px solid #746E4E;
    margin-bottom   : 30px;
    background      : #D8D6BF;
    padding         : 20px 10px 10px;
    width           : 470px;
}

.legend{
    position        : absolute;
    top             : -12px;
    left            : 10px;
    font-size       : 12px;
    font-weight     : bold;
    border          : 0px solid #D3D3D3;
    height          : 24px;
    overflow        : hidden;
    text-align      : center;
    background      : url(../images/background-legend.jpg) right -26px  no-repeat;
    color           : #FFFFFF;
    text-transform  : uppercase;
    padding-right   : 7px;
}

.legend span{
    white-space     : nowrap;
    display         : block;
    height          : 24px;
    overflow        : hidden;
    line-height     : 23px;
    padding         : 0px 8px 0px 15px;
    background      : url(../images/background-legend.jpg) left top  no-repeat;
}


.fieldset-content{
    font-size       : 12px;
    color           : #4F4B3E;
}

.textbox-request{
    border          : 1px solid #999480;
    color           : #787461;
    padding         : 1px 2px;
}

.textbox-request-long{
    width           : 204px;
}

.textbox-request-short{
    width           : 50px;
}

.textbox-request-medium{
    width           : 150px;
}

.checkbox-radio{
    vertical-align  : top;
}

.buttom-request,
.buttom-request-preview{
    width           : 112px;
    height          : 27px;
    background      : url(../images/background-boton-send-request.jpg) left top no-repeat;
    border          : 0px;
    cursor          : pointer;
}

.buttom-request-preview{
    background      : url(../images/background-boton-preview-request.jpg) left top no-repeat;
}


.content-input{
    margin          : 0px;
    margin-top      : 0px;
}

.label-request{
    font-weight     : bold;
}


.label-line{
    margin-bottom   : 3px;
    display         : block;
}

.cell-right{
    padding-right   : 50px;
}

.cell-left{
    width           : 150px;
}

.table-request-1 tr td{
    padding         : 5px 5px;
}

.table-request-contact tr td{
    padding-top     : 10px;
}

select option{
    padding-left: 5px;
}


