﻿#form1 {
	background-position: 0px 0px;
	margin: 20px 63px 20px 63px;
	padding: 23px 26px 23px 26px;
	background-color: #186190;
	border: 8px solid #f8f8f8;
	color: #FFFFFF;
}
label {
	margin-right: 15px;
	display: block;
	font-size: 14px;
	float: left;
	width: 110px;
	text-align: right;
	margin-top: 9px;
	font-weight: bold;
}
input {
	width: 200px;
	margin-top: 3px;
	margin-bottom: 6px;
}
textarea {
	width: 394px;
	height: 96px;
	margin-bottom: 25px;
}
.submit {
	width: 125px;
	font-weight: 600;
	display: block;
	height: 30px;
	margin: 0px auto 0px auto;
}

