/* CSS Document */

#email_form{
width: 100%;
margin: 0px;
padding-top: 0px;

}
#form{
border-radius:2px;
padding:20px 30px;
box-shadow:0 0 15px;
font-size:24px;
font-family: Goldenbook,serif;
font-weight: 400;
font-style: normal;
float:left;
top: -30px;
}

#contact-content {
	width: 80%;
	margin: 0 auto;
}
.contact-form {
	display: table;
	margin: 30px 0;
	width: 100%;
}
.contact-form .label {
	text-align: right;
	vertical-align: top;
	margin-top: 12px;
	width: 30%;
}
.contact-form .inputs {
	height:35px;
	margin-top:5px;
	width: 70%;
	text-align: left;
	padding: 0 5px;
}

.required {
	display: inline-block;
	color: red;
	font-size:24px;
}
.error-message {
	display: block;
	clear: left;
	color: red;
}

label, input, input[type=button], textarea {
	font-family: Goldenbook,serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20pt;
}
label {
	font-weight: bold;
	font-size: 22pt;
}
input{
	width:95%;
	border:1px solid #999;
	border-radius:3px;
	padding:4px 5px 6px 5px;
}
input[type=button]{
	position: relative;
	margin-bottom: 30px;
	background-color: #697fa2;
	color: black;
	border: 0px;
	border-radius: 15px;
	width: 300px;
}
textarea{
	width:95%;
	height:200px;
	margin-top:5px;
	border-radius:3px;
	padding:5px;
	resize:none;
	font-weight:bold;
}

#note{
	color:black;
	font-Weight:400;
}
#returnmessage{
	color:green;
	text-align:center;
}
#submit {
	text-align: center;
}
#thankyou {
	display: block;
	margin: 30px auto;
}
#thankyou a{
	text-decoration: none;
	color: #697fa2;
}