label {
	background-color: #FFFFFF;
	display: block;
	float: left;
	width: 6em;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 1.2em;
}
input {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8ABB23;
	width: 12em;
	height: 1.2em;
	color: #8ABB23;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 5px;
}

input:focus {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8ABB23;
	width: 12em;
	height: 1.2em;
	color: #8ABB23;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 5px;
}



textarea {
	border: 1px solid #8ABB23;
	height: 8em;
	width: 18.2em;
	margin-top: 1em;
	margin-bottom: 4px;
}

textarea:focus {
	border: 1px dotted #8ABB23;;
	height: 8em;
	width: 18.2em;
	margin-top: 1em;
	margin-bottom: 4px;
}

.send {
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-color: #8ABB23;
	position: relative;
	height: 1.5em;
	width: 6em;
	margin: 0px;
}

.send:focus {
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-color: #606060;
	position: relative;
	height: 1.5em;
	width: 6em;
	margin: 0px;
}
#contactform span {
	color: #FF0000;
	visibility: visible;
	text-indent: 1em;
}
