input,
textarea {
	padding: 0;
	margin: 0;
}




.freecontactform {
	width: 100%;
	font-family: 'NettoOT', Helvetica, Arial, sans-serif;
	margin: 0 auto;
}

.left,
.right {
	display: inline-block;
	float: left;
	width: 50%
}
.left input,
.right textarea {
	border: 2px #4C4F54 solid;
}
.bottom input {
	border: 2px #4C4F54 solid;
}

input[type=text] {
	height: 45px;
	padding: 0 10px;
}
textarea#Your_Message {
	display: block;
	width: 100%;
	height: 135px;
	padding: 10px 10px;
	resize: both;
	overflow: auto;
}
input[type=text],
textarea#Your_Message {
	width: 100%;
	color: #fffaf7;
	background: #5F6267;
	outline: none;
}
input[type=text]:focus,
textarea#Your_Message:focus {
	color: #000;
	background: #fff;
}

input[type=submit].button {
	width: 100%;
	font-family: 'NettoOT';
	font-size: 20px;
	letter-spacing: 0.7px;
	text-transform: ;
	color: #fff;
	background: #3ea478;
	padding: 9px 50px 10px;
	border: 2px #4C4F54 solid;

	-webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
input[type=submit]:hover.button {
	background: #4dbf8e;
}




::-webkit-input-placeholder {
   color: #fffaf7;
}

:-moz-placeholder {
   color: #fffaf7;
}

::-moz-placeholder {
   color: #fffaf7;
}

:-ms-input-placeholder {
   color: #fffaf7;
}







