#contatoColunaForm{
    width: 225px;
    background-color: #f2f2f2;
    height: 590px;
    padding: 5px;
    color: #4915da;
}
#contatoColunaForm textarea{
    width:195px;
    height:160px;
    background:#f2f2f2;
    border-top:1px solid #b1b1b1;
    border-left:1px solid #b1b1b1;
    border-bottom:1px solid #f2f2f2;
    border-right:1px solid #f2f2f2;
    padding:9px 10px 9px 10px;
    overflow:auto;
    display:block;
    margin-bottom:15px;
    color:#000000;
    border-style: solid; border-radius:21px; -moz-border-radius: 21px; -webkit-border-radius: 21px; position:relative;
}
#contatoColunaForm #row{
    height:36px; background:url(../images/bg_input1.gif) top left no-repeat;
}
#contatoColunaForm .campos{
    width:195px;
    padding:6px 10px 6px 10px;
    border: none;
    background: none;
    color:#000000;
    position:relative;
}
#contatoColunaForm .textos{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 11px;
}

#contatoEmails{
    
    color: #000000;
}
#contatoEmails #contatoEmailsEmail span{
    font-weight: bold;
    color: #4915da;
}
