/* 
    Document   : k1_css_depoimento
    Created on : 24/07/2012, 10:46:45
    Author     : BILL
    Description:
        Purpose of the stylesheet follows.
*/

#depoimento {
    background: none repeat scroll 0 0 #DDD7C1;
    float: left;
    height: 350px;
    margin-right: 15px;
    margin-top: 15px;
    width: 430px;
    color: #3e322a;
}
#depoimento a{
    text-decoration: none;
    color: #3E322A;
}
#depoimento .cx-depo {
    border: 1px solid;
    padding: 0;
    width: 400px;
    margin: 0 auto;
    margin-top: 10px;
}
#depoimento .cx-depo h2 {
    font-size: 15px;
    text-align: center;
}
#depoimento .cx-depo p {
    font-size: 13px;
    text-align: center;
    padding: 5px;
}

/******* Formulario Depoimento - PAGINA *******/

#table-depoimento {
    background: none repeat scroll 0 0 #C0B3A0;
    color: #6D6B6B;
    font: 15px arial,helvetica,freesans,sans-serif;
    height: 192px;
    margin: 0 auto;
    width: 539px;
    padding: 20px;
}
#table-depoimento .input-depoimento {
    border: 1px solid #6D6B6B;
    color: #6D6B6B;
    font: 15px arial,helvetica,freesans,sans-serif;
    margin: 5px;
    padding: 5px;
    width: 632px;
}
#table-depoimento .bt-depoimento {
    border: 1px solid #6D6B6B;
    color: #6D6B6B;
    cursor: pointer;
    font: 15px arial,helvetica,freesans,sans-serif;
    height: 137px;
    margin: 5px 5px -14px 0;
    padding: 5px;
    width: 160px;
}
#table-depoimento .bt-depoimento:hover {
    background: none repeat scroll 0 0 #4B4949;
    border: 1px solid #6D6B6B;
    color: #FFFFFF;
    cursor: pointer;
    font: 15px arial,helvetica,freesans,sans-serif;
    height: 137px;
    margin: 5px 5px -14px 0;
    padding: 5px;
    width: 160px;
}
#table-depoimento .txt-depoimento {
    border: 1px solid #6D6B6B;
    color: #6D6B6B;
    font: 15px arial,helvetica,freesans,sans-serif;
    height: 65px;
    margin: 5px;
    padding: 5px;
    width: 632px;
}

#mostra-depoimento {
    color: #3e322a;
    border: 1px solid;
    width: 750px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}
#mostra-depoimento h1 {
    font-size: 17px;
}
#mostra-depoimento p {
    font-size: 13px;
}

