﻿#contactos_left
{
    width:55%;
    height:100%;
    float:left;    
    }
#contactos_right
{
    width:43%;
    height:100%;
    float:right;    
    
    }
  
textarea { height: 100px;}
input[type="text"], input[type="email"], input[type="search"]
{
    
}  
    
    
.label{
    color:#24210c; 
    font-size:12px;
    font-family:Calibri;

    padding:2px 0 0 8px;
    float:left;
    
    }
    
.campo{
    float:right;

    margin:0 0 0 0px;
    }

 .label_campo {  
     clear:both;
     }
.linkContactos
 {
        margin:5px 0 0 10px;
        padding:3px 17px 6px 17px;
        float:left;
        border:2px solid #700d0d;
        background-color:#8e0707;
        color:#FFFFFF;
        font-family:Verdana;
            
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-right-radius:5px;
        border-bottom-left-radius: 5px;
        /* FIREFOX */
        -moz-border-radius-topright: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        /* OUTROS */
        -webkit-border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;     
        -webkit-border-bottom-left-radius: 5px;
                   
        
 }