.formContato {  width: 100%;
  }
  .formContato input {width: 99%;  margin-left: 10px; margin-right: 10px;  }
  .formContato textarea {  width: 99%;  margin-left: 10px; margin-right: 10px;  }
  .botaoContato {margin-left: 10px;  margin-right: 10px;  margin-top: 1px;  }
  .pgContato input { padding-left: 20px;  color: #666666;  font-size: 18px;  background-color: #E9E9E9;  border: 1px solid #E9E9E9;  -moz-border-radius: 5px;  -webkit-border-radius: 5px;border-radius: 5px;  height: 40px;  width: 95%;  float: left;  margin-bottom: 20px;  border-bottom: 1px solid #ccc;      border-left: 1px solid #ccc;  }
  .pgContato textarea {padding-left: 16px;      color: #666666;      font-size: 18px;      background-color: #E9E9E9;  border: 1px solid #333333; -moz-border-radius: 5px;      -webkit-border-radius: 5px;      border-radius: 5px;      height: 200px;      width: 95%;      float: left;      margin-bottom: 20px; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc;   }
  .botaoContato {	border-radius: 4px;	color: #fff;	padding: 2px 40px;	height: 40px;	margin-top: 18px;	opacity: 0.9;	margin-bottom: 20px;	cursor: pointer;	background: rgb(169,171,174);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A9ABAE', endColorstr='#A9ABAE',GradientType=0 );	display: inline-block;	border: none;	border-bottom: 1px solid #500707;	border-right: 1px solid #500707;  }
  .botaoContato:hover {      opacity: 1.0;      transition: 1s;  }