@charset "UTF-8";
/* CSS Document */

#contact_bar{
	position:absolute;
	margin-left:485px;
	margin-top:30px;
	width: 450px;
	height: 60px;
}.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #841618;
}
.send_button {
	font-family: "Lucida Grande", "Helvetica Neue";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
	width: 80px;
	border: 1px dotted #D06228;
	background-color: #841618;
}
.send_button:hover {
	font-family: "Lucida Grande", "Helvetica Neue";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
	width: 80px;
	border: 1px dotted #D06228;
	background-color: #D06228;
}
