body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
}
form {
	padding-top: 10px;
	padding-bottom: 20px;
}
fieldset {
	border: none;
	margin-bottom: 10px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	width: 120px;
	display: block;
	clear: both;
	padding-bottom: 10px;
}

label input {
	position: absolute;
	left: 130px;
	top: 0px;
	width: 200px;
}
textarea {
	width:400px
}

.alert {
	color: #FF0000;
}
.clear {
	clear: both;
}
.submit-button {
	margin-top: 20px;
	margin-left: 130px;
}

#head {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	width: 760px;
	min-height: 250px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#foot {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 184px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#FVM {
	position: absolute;
	height: 25px;
	width: 210px;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
}
