
 .txtForm  { 
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px; 
border-radius: 10px; 
-webkit-box-shadow: 0 1px 0 #FFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
box-shadow: 0 1px 0 #FFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset; 
-webkit-transition: all 0.5s ease; 
-moz-transition: all 0.5s ease; 
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease; 
transition: all 0.5s ease; 
background: #F8F8FF; 
border: 2px solid #F5F5F5; 
color: #777; 
font: 13px Helvetica, Arial, sans-serif;
padding: 15px 0px 5px 10px; 
/*height:40px;*/
/*border: 3px solid transparent;*/
} 
 
.txtForm:focus { 
/*-webkit-box-shadow: 0 0 2px #F4A832 inset;
-moz-box-shadow: 0 0 2px #F4A832 inset;
-ms-box-shadow: 0 0 2px #F4A832 inset;
-o-box-shadow: 0 0 2px #F4A832 inset; 
box-shadow: 0 0 2px #F4A832 inset;*/
background-color: #FFF; 
border-bottom: 2px solid #FE6346;  
/*border-bottom: 3px solid #F4A832; */
border-left: 2px solid transparent;
border-right: 2px solid transparent;
border-top: 2px solid transparent;
outline: none;
} 

.btnForm
{
    border: 1px solid #cbcbcb;
    
    color: #000;
    margin-top:20px;
	float:right;
    font-size: 10pt;
    font-weight: bold;
    width:100px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
    -ms-border-radius: 10px; 
    -o-border-radius: 10px; 
    border-radius: 10px;
    padding: 5px;
    }
.btnForm:hover
{
    border: 1px solid #cbcbcb;
    -webkit-box-shadow: 0 0 2px #6c6c6c;
	background: #EAE7E7;
	color:#000;}

.dropResponsavel
{border-radius:10px;}

.titulo{line-height:35px; height:50px; }
.logoTitulo{margin-left:20px; margin-top:-50px;position:absolute;}
.img-socio{bottom:0; }
/*.media {background: url(../img/socio.png);}*/
#conatcat-info2{z-index:999;
/*height:620px;*/
background:#fff url(../img/socio2.png) no-repeat bottom; 
  }


