@charset "utf-8";
/* CSS Document */


a:hover {
 text-decoration: underline;
}


div.formHeader {
background-color: #ffffff;
	padding:15px;
	margin-top:10px;
	margin-bottom:10px;
	border: 3px #cacacb solid;
	color: #111111
}

#divbuttons {
 text-align:center; 
	padding:10px;
	margin-top:10px;
}

.formbutton {
 background:#5B5A5A;
	border: 1px solid #cccccc;
	padding:3px;
	color: #ffffff;
	
	}
	
.emailThankYou {
	padding: 15px;
	border: 3px #cacacb solid;
	background: #F8FFF4;
	color:#006600;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 300px;
	margin: auto;
}

textarea {
	width:100%;
	height:100px;
}
