@charset "utf-8";
/* CSS Document */

html,body{
	background-color: #6a460b;
	background-image: url(../images/background_image.gif);
	background-repeat: repeat-x;
	}

	
img{
	display: block;
	float: left;

	
}
fieldset p {
	margin-top: 5px;
	margin-bottom: 10px;
}

	
	#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 500px;
	width: 800px;
}
	#container {
	position: relative;
	height: 600px;
	width: 800px;
	float: left;
}
.form_container {
	float: left;
	margin-top: 100px;
	z-index: 999;
	margin-left: 150px;
	position: absolute;

}

.contact_info {
	height: 383px;
	width: 511px;
	position: absolute;
	left: 280px;
	top: 207px;
	z-index: 0;
}
.input_label {
	font-family: Arial, Helvetica, sans-serif;
	color: #4e3802;
	font-size: 18px;
}
input {
	color: #D9B682;
}
textarea {
	color: #D9B682;
	
}
.warning {
	color: #F00;
	font-size: 12px;
}
.warning_header {
	color: #C30;
}
p.mailSent {
	color: #3C3;
}

