#quote_pic{
    background-color: #DDD;
    border: 1px solid black;
    padding: 15px;
}

#quote_pic img{
    /*padding: 15px;*/
}

#quote{
    z-index: 99999;
    background-color: #808080;
    border: 1px solid black;

    padding: 5px;
}
#quote #main_page{
    background-color: white;
    padding: 10px 10px 10px 10px;
}

#quote .table{
    border-collapse: separate;
    border-spacing: 0 7px;
}

#quote .table td{
    font-size: 13px;
    color: #008;
}

#quote .table #product{
    color: red;
    font-weight: bold;
}

#quote .table #comment{
    height: 50px;
}

#quote .table .column1{
    width: 120px;
}

#quote .table .column2{
    /*float: right;*/
}

#quote .info{
    font-family: "Helvetica";
    font-size: 15px;
    font-weight: bold;
    color: #008;
}

#quote .field{
    border-color: #CCC;
    background-color: white;
    width: 345px;
    font-family: "Helvetica";
    font-size: 13px;
    color: #008;
    height: 20px;
}

#quote .up, .up{
    vertical-align: top;
}

#quote .buttons{
    border: none;
    padding-top: 15px;
    padding-bottom: 0;    
}

#quote #send{
    /*padding: 0 30px;*/
    margin-right: 10px;
    color: black;
}
#quote #cancelar{
    color: black;
}

#quote .commentary{
    /*text-align: right;*/
    float: right;
}

input.space_top, a.space_top{
    margin-top: 4px;
}