@charset "utf-8";


#formWrap {
	margin-left: 0px;
	background-color: #F1EDEA;
	padding: 5px;
}

/* CSS Document */
form {
	text-align: left;
	padding-left: 60px;
	width: 400px;
}
label{
	float: left;
	width: 120px;
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
	color: #A16A2D;
	text-decoration: none;
}
input , textarea {
	width: 200px;
	margin-bottom: 5px;	
	background-color: #FFFFFF;
	border: 1px solid #D9CEC6;
	padding: 3px;
	font-size: 12px;
	color: #A16A2D;
}

textarea{
	height: 100px;
}

#submitbutton{
	background-color: #014A81;
	border: 1px solid #FFFFFF;
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 130px;
}
.errorStat {
	text-align: center;
	color: #990000;
	font-style: italic;
	margin: 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3D0313;
	border-bottom-color: #3D0313;
	background-color: #F2F2F2;
}
.successMessage {
	color: #FEAF71;
}
form select {
	margin-bottom: 5px;
	background-color: #FFFFFF;
	color: #A16A2D;
}
