@charset "utf-8";
#divBodyRT #tableContact label {
	width: 95px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 5px;
	line-height: 30px;
}
#divBodyRT #tableContact input, #divBodyRT #tableContact textarea {
	display: block;
	float: left;
	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;
	border-top-color: #DDD;
	border-right-color: #DDD;
	border-bottom-color: #999;
	border-left-color: #DDD;
	font-size: 12px;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
	width: 210px;
	color: #333;
}
#divBodyRT #tableContact table tr td {
	padding-bottom: 7px;
}
#divBodyRT #tableContact .divRequired {
	font-size: 10px;
	line-height: 30px;
	color: #E19800;
	margin-left: 7px;
	width: 70px;
	float: left;
	display: block;
}
#divBodyRT #tableContact #inputButton {
	margin-left: 100px;
	float: none;
	background-color: #DDD;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	border: 1px solid #DDD;
}
#divBodyRT #tableContact #inputButton:hover {
	background-color: #CCC;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
