/* contact.css (c)2007 SugarHill Works LLC - http://www.sugarhillworks.com */


.form_cntr { 
	width: 500px;
	margin: 0px auto 50px auto;
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	color: #EBEBEB;
}


input, textarea {
	background: #EBEBEB;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}
textarea {
	height: 125px;
	}
#btn {
	color: #EBEBEB;
	width: 300px;
	font-size: 100%;
	background-color: #888;
	border-top: #EBEBEB solid 2px;
	border-left: #EBEBEB solid 2px;
	border-bottom: #555 solid 2px;
	border-right: #555 solid 2px;
	margin: 0 auto;
}
#btn:focus, #btn:hover {
	color: #FFF;
	outline: none;
}



.err_msg {
	background: none;
	position: relative;
	width: 800px;
	height: 100px;
	margin: 300px auto 100px auto;
	text-align: center;
}

