/* 
    Document   : contato
    Created on : 23/09/2013, 13:30
    Author     : Danielle
    Description:
        Purpose of the stylesheet follows.
*/

#contatoImagem {
    width: 39%;
    padding: 10px;
    margin-left: 20px;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.6) 0px 1px 4px 0px;
    float: left;
}
#contatoImagem img {
    width: 100%;
    border-radius: 10px;
}

#contatoFormulario {
    width: 50%;
    float: right;
}
#contatoFormulario textarea {
    height: 150px;
}

#contatoDados {
    width: 39%;
    padding: 10px;
    margin-left: 20px;
    border-radius: 10px;
    float: left;
}
