@charset "UTF-8";
.reishauer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.reishauer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.reishauer3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.reishauersubheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.reishauersubheads2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.reishauersubheadsdark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.reishauer3White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}

table.contact_form{
	border-collapse:collapse;
}



table.contact_form td.inputbg{
	background-image:url(home/images/input-bg.png);
	background-repeat:no-repeat;
	width:238px;
	height:28px;
	padding-left:3px;
	padding-top:3px;
}

table.contact_form td.messagebg{
	background-image:url(home/images/message-bg.png);
	background-repeat:no-repeat;
	width:238px;
	height:198px;
	padding-left:3px;
	padding-top:3px;
}

input.contact_input{
	width:230px;
	height:22px;
	border:solid 1px #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	outline:none;

}

.message_box{
	width:230px;
	height:190px;
	border:solid 1px #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	outline:none;
}

.submit_btn{
	background-color:#ffa902;
	color:#fff;
	font-weight:bold;
	padding:7px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border:solid 1px #ffa902;
}

.submit_btn:hover{
	background-color:#e68f01;
	border:solid 1px #e68f01;

}
