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

.consult {
	margin-bottom: 5px;
}
.consult_Btn a {
	color: #663300;
	background-image: url(images/consult_Btn.gif);
	background-repeat: no-repeat;
	width: 143px;
	margin-right: 2px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 32px;
	padding-right: 10px;
	line-height: 16px;
	background-position: bottom;
	border: 1px solid #CFCCC8;
	background-color: #FFFFFF;
	height: 48px;
}
.consult_Btn a:hover {
	background-image: url(images/consult_Btn_on.gif);
	color: #FF6600;
	border: 1px solid #FFB380;
	background-color: #FFFFFF;
	background-position: bottom;
}
td.consult_Text {
	background-color: #EAE9E7;
	padding-left: 10px;
}
td.consult_Text img {
	margin-right: 4px;
}
td.consult_Text a {
	color: #333333;
	padding-right: 10px;
}
td.consult_Text a:hover {
	color: #FF6600;
}
