@charset "UTF-8";
/* CSS Document */


/* 
Header-Styles 
*/ 


/* --Form-Styles--*/  

.contactform {
	list-style:none;
	margin-left: -40px;
	margin-top: 30px;
	padding: 0px;
}
.contactform li {
	list-style:none;
	margin-top: 10px;
	padding: 0px;
}
input#name,
input#email,
input#materials,
input#weight,
input#subject,
input#message {
	padding:10px;
	border:2px solid #939598;
	width:650px;
	background:#dddddd;
}
textarea {
	width:650px;
	height:100px;
	overflow:auto;
	padding:15px;
	background:#dddddd;
	border:2px solid #939598;
}
input#privacy_policy {
	margin-top: 35px;
}
textarea:focus,
input#name:focus,
input#email:focus,
input#materials:focus,
input#weight:focus,
input#subject:focus,
input#message:focus {
	border: 2px solid #dddddd;
	background:#ffffff;
	outline: none;
}
label {
	font-family: 'Terminal Dosis', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #000000;
	outline: none;
}
select {
	width:680px;
	height:35px;
	overflow:auto;
	padding:15px;
	background:#dddddd;
	border:2px solid #939598;
	outline: none;
}

#button {
	background: #636466;
	border:2px solid #939598;
	width:125px;
	height:50px;
	float:right;
	display: block;
	margin-top: -45px;
	margin-right: 30px;
	font-family: 'Terminal Dosis', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color:#ffffff;
	cursor: pointer;
}
#button:hover {
	color:#000000;
	background: #dddddd;
	border:2px solid #636466;
}

/* --END Form-Styles--*/  

#map-informationContent {
	width: 765px;
	background-color: #ffffff;
	padding-left: 190px;
	padding-top: 145px;
	padding-bottom: 250px;
}
#general-inquiriesContent {
	width: 765px;
	background-color: #ffffff;
	padding-left: 190px;
	padding-top: 145px;
	padding-bottom: 0px;
}
#accountingContent {
	width: 765px;
	background-color: #ffffff;
	padding-left: 190px;
	padding-top: 145px;
	padding-bottom: 0px;
}
#managementContent {
	width: 765px;
	background-color: #ffffff;
	padding-left: 190px;
	padding-top: 145px;
	padding-bottom: 250px;
}


#thankyou {
	width: 765px;
	background-color: #ffffff;
	padding-left: 190px;
	padding-top: 250px;
	padding-bottom: 400px;
}

#error {
	width: 765px;
	background-color: #ffffff;
	padding-left: 190px;
	padding-top: 250px;
	padding-bottom: 250px;
}

#backtoform {
	width: 765px;
	padding-left: 250px;
	padding-top: 50px;
	margin: 0 auto;
}


