@charset "utf-8";
#button a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#flashBox {
	float: right;
	clear: right;
	width: 40%;
	text-align: center;
	padding-top: 10px;
	margin-right: 7%;
}


#button {
	color: #262626;
	font-family: "Tw Cen MT Condensed";
	font-size: 16px;
}
#forms  {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
#forms legend {
	font-size: 20px;
	color: #CCCCCC;
}

ul.Background {
	background-image: url(Images/before_afterFaded.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#forms textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
form.requestInfo {
	background-image: url(Images/handshake.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#subHeaders {
	text-align: center;
}
