/* 
    Document   : trabalhe_conosco
    Created on : 10/08/2009, 15:14:35
    Author     : luan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

input,select,textarea{
    border:1px solid #a4a4a4;
    background:white;
}
.txt{
    width:380px;
}
.label{
    color:#004F6B;
    text-align:right;
}
