label {
	float: left;
	width: 100px;
	color:#FFF;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
	font-weight: lighter;
	line-height: 14px;
	margin-right: 20px;
}

input {
	width: 250px;
	margin-bottom: 5px;
	background:#fff;
	color:#222;
	border:2px solid #900;
}

textarea{
	width: 250px;
	height: 150px;
	background:#fff;
	border:2px solid #900;
}

.submit {
	width:80px;
	border:1px solid #6D0003;
	margin-top:15px;
	color: #900;
	font-weight: bolder;
	margin-left: 120px;
}.reset {
	width:80px;
	border:1px solid #6D0003;
	margin-top:15px;
	color: #900;
	font-weight: bolder;
	margin-left: 85px;
}
#form-container {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #06F;
	width: 750px;
	float: left;
}
#contact-address {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 20px;
}

.contact-top {
	background-image: url(images/contact-top.jpg);
	background-repeat: no-repeat;
	height: 51px;
	margin: 0px;
	padding: 0px;
}
.contact-bottom {
	margin: 0px;
	padding: 0px;
	height: 51px;
	background-image: url(images/contact-bottom.jpg);
	background-repeat: no-repeat;
}

