
#galeria{
	width:500px;
	padding:0px 10px 0px 10px;
	background: url("../imgs/dotsvert.gif") right repeat-y;
}

form{
	border:solid 1px black;
}
.contatoinput{
	width:162px;
	height:60px;
	margin:5px;
	background: #FFFFFF url("../imgs/contatoformbg.gif") left bottom no-repeat;
	background-color:transparent;
	float:left;
}

.formtext{
	width:163px;
	height:76px;
    margin-top:50px;
	background: #FFFFFF url("../imgs/formtext.gif") left bottom no-repeat;
	background-color:transparent;
	float:left;
}

 textarea{
  width:158px;
  height:75px;
  background-color:transparent;
  margin-left:2px;
  margin-top: -5px;
  border:none;
  }



.contatoinput input{
	font-size:9px;
    height:10px;
	color:#393939;
	margin:1px 3px 3px 10px;
	font-family:Microsoft Sans Serif;
	border:0;
	background-color:transparent;
    width: 140px;
	float:left;
}
.coluna{
	width:150px;
	height:100px;
	margin:10px;
	float:left;
}
.bt_enviar{
  position:relative;
  left:170px;
  bottom:30px;
}

