/* CSS Document */
div label {
  display: block;
  font:100%/1.5 arial, helvetica, sans-serif;
  color:#8B506C;
}

input {

	border: 1px solid #BFBFBF;
	xcolor: #505967;
	background: #fff;
	padding: 2px 5px 1px 5px;
	
	}
	
input:hover {
	background: #fff;
	border: 1px solid #505967;
	xcolor: #505967;
	
	}
	
input:focus {
	color: #000;
	border: 1px solid #505967;
	background: #eee;
	}

textarea {
	font-family: Arial, Verdana, Helvetica;
	border: 1px solid #BFBFBF;
	xcolor: #505967;
	padding: 2px 5px 1px 5px;
	width:90%;
	}

textarea:hover {
	background: #fff;
	border: 1px solid #505967;
	}
	
textarea:focus {
	color: #000;
	border: 1px solid #505967;
	background: #eee;
	}

form#contactform span {
	color: #8B506C;
	padding-left: 5px;
	}
	
form#contactform span.warn {
	xcolor: #FF6600;
	background: #EFCFCF url(../images/stoperror.png) no-repeat 15px 50%;
	text-align: left;
	padding: 0px 20px 5px 45px;
	margin: 0 0 2px 0;
	color: #333333;
	display: block;
	list-style: none;
	font-size:12px;
	border: 2px solid #C85A5A;
	}

input.invalid {
 background: #fff6bf;
 border: 2px solid #ffd324;
	}
	
strong.error {
  color: #CC0000;
	}
	
form#contactform span.error {
	xcolor: #CC0000;
	background: #E0D8E7 url(../images/alert.png) no-repeat 15px 50%;
	text-align: left;
	padding: 10px 20px 10px 60px;
	margin: 8px 0 4px;
	color: #333333;
	display: block;
	list-style: none;
	font-size:12px;
	border: 2px solid #9276AC;
	}
	
.errormessage {
	background: #EFCFCF url(../images/stoperror.png) no-repeat 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	margin: 0 0 2px 0;
	color: #4D1A1A;
	display: block;
	list-style: none;
	font-size:12px;
	border: 2px solid #C85A5A;
	}
	
.errorlist {
	margin: 0;
	padding: 0;
	}

#contact_form {
  overflow: auto;
  height:400px;
  padding: 0px 45px 20px;
	font-size: 14px;
	color: #5B5255;
}
#submitbutton {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #8D516E;
	height: 30px;
} 
#space {
	padding-top: 20px;
}

