input, textarea, select {
	color: #3F3531;
	margin: 2px;
	padding-left: 20px;
	width: 90%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	border: 1px solid #A3DCD6;
	background-color: #E3F4F2;
}
input#name {
	background-image: url(../images/47.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
input#email {
	background-image: url(../images/18.png);
	background-repeat: no-repeat;
	background-position: left center;
}
textarea#message {
	background-image: url(../images/13.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
input#send {
	background-image: url(../images/button.png);
	height: 30px;
	width: 70px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #000;
	margin-left: 170px;
	text-align: center;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
}
input.send {
	background-image: url(../images/button.png);
	height: 30px;
	width: 70px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #000;
	margin-left: 170px;
	text-align: center;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
}
