
form,input,select,textarea{margin:0; padding:0; }
 
div.form { 
	width:280px;
	position:relative;
 }
 
div.form .input-name,
div.form .input-email,
div.form .input-message { 
	padding:3px 0 3px 5px;
	width:270px;
	background:#fff;
	border:1px solid #959595;
	margin:0 0 15px 0;
	font: 14px/14px 'Arial';
	color:#111111;
 }
 

div.form .input-message{ 
	height:50px;
 }
 
 
div.form .button { 
	font:700 14px/14px 'Lato', Arial;
	color:#fff;
	text-transform: uppercase;
	background:#fff;
	padding:8px 10px 8px 10px;
	float:right;
	cursor: pointer;
	border:0;
	margin:0 5px 0 ;
	
	-webkit-box-shadow: 0 0 0 1px #707070, 0 0 0 2px #c2c2c2;
	-moz-box-shadow: 0 0 0 1px #707070, 0 0 0 2px #c2c2c2;
	box-shadow: 0 0 0 1px #707070, 0 0 0 2px #c2c2c2;
	
	background: #a9a9a9; /* Old browsers */
	background: -moz-linear-gradient(top,  #a9a9a9 0%, #747474 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9a9a9), color-stop(100%,#747474)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a9a9a9 0%,#747474 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a9a9a9 0%,#747474 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a9a9a9 0%,#747474 100%); /* IE10+ */
	background: linear-gradient(top,  #a9a9a9 0%,#747474 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9a9a9', endColorstr='#747474',GradientType=0 );  /*IE6-9 */
}

div.form .button:hover{ 

	background: #a9a9a9; /* Old browsers */
	background: -moz-linear-gradient(top,  #a9a9a9 0%, #5c5b5b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9a9a9), color-stop(100%,#5c5b5b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a9a9a9 0%,#5c5b5b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a9a9a9 0%,#5c5b5b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a9a9a9 0%,#5c5b5b 100%); /* IE10+ */
	background: linear-gradient(top,  #a9a9a9 0%,#5c5b5b 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9a9a9', endColorstr='#5c5b5b',GradientType=0 );  /*IE6-9 */
}