﻿
form input{
	padding: 5px 10px;
	border-radius: 3px;
	border:solid #dedede 1px;
	/*margin-bottom: 20px;*/
}
form textarea{
	height: 300px;
	width: 100%;
	padding: 5px 10px;
	border-radius: 3px;
	border:solid #dedede 1px;
	margin-bottom: 20px;
}
form input:last-child{
	margin-bottom: 0;
}
form .gonderbutton{
	width: auto;	
	height: auto;
	padding: 5px 20px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	background: url("../img/img-theme/arrow-select.png") no-repeat!important;
	background-position: right center!important;
	background-color: #fff!important;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	line-height: normal!important;
}
