@charset "utf-8";
/* CSS Document */
#contact{
	font-size: 120%;
	line-height: 1.5em;
	position: relative;
	margin-top: 60px;
	margin-left: 
	text-align:left;
	
}

#contact h3{
	font-size: 140%;
	margin-bottom: 1em;
}

#contactform{
	position: relative;
	width: 30em;
	font-size: 100%;
}

fieldset{
	border-radius: 8px;
	border-color: #88aa77;
	/*border-top-color: #ffffee;
	border-left-color: #ddeedd;
	border-right-color: #88aa77;
	border-bottom-color: #446644;*/
	/*-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);*/
	border-width: 1px;
	padding: 1em;
}

legend{
	font-size: 120%;
	padding: 0 10px;
	padding-bottom: 5px;
}

.title{
	float:left;
	width: 30%;
	min-width: 100px;
	text-align:left;
}

.title,
.input{
	padding: 7px;
}

.input{
	margin-left: 5em;
}

input{
	border: 1px solid;
	border-bottom-color: #ffffee;
	border-right-color: #ddeedd;
	border-left-color: #88aa77;
	border-top-color: #446644;
	border-radius: 5px;
	width: 280px;
	height: 2em;
}

input:hover,
textarea:hover{
	background-color: #CCDDBB;
	opacity: 0.8;
}

textarea{
	border: 1px solid;
	border: 1px solid;
	border-bottom-color: #ffffee;
	border-right-color: #ddeedd;
	border-left-color: #88aa77;
	border-top-color: #446644;
	border-radius: 5px;
	width: 280px;
	height: 4em;
}


#buttons{
	margin: 10px auto;
}

.submit,
.reset{
	width: 45%;
	background: none;
	border-top-color: #ffffee;
	border-left-color: #ddeedd;
	border-right-color: #88aa77;
	border-bottom-color: #446644;
	margin: 0 5px; 
}

.submit{
	float left;
}

.reset{
	float: right;
}

.submit:hover,
.reset:hover{
	background-color: #CCDDBB;
	
}


