#inquiry_form p#require_msg {
	position: absolute;
	text-align: right;
	right: 0;
	top: -35px;
}
p#require_msg span {
	color: #f00;
}
#inquiry_form p#inquiry_pdt {
	padding-left: 120px;
}
p#inquiry_pdt span {
	position: absolute;
	left: 0;
}
#inquiry_form {
	font-size: 0.75em;
	position: relative;
	height: 1%;
	padding: 10px;
}
#inquiry_form p {
	clear: left;
	padding: 2px 0;
	height: 1%;
	position: relative;
}
#inquiry_form p label {
	float: left;
	width: 130px;
	line-height: 18px;
}
#inquiry_form p label span {
	color: #f33;
	position: absolute;
	left: -6px;
}
#inquiry_form p .txt, #inquiry_form p select {
	border: 1px solid #ccc;
	height: 18px;
	width: 450px;
}
#inquiry_form p textarea.txt {
	height: 160px;
	width: 450px;
}
#inquiry_form p#p_captcha label {
	height: 100px;
}
#inquiry_form p#p_captcha input {
	width: 60px;
}
#inquiry_form p#button_bar {
	text-align: center;
	padding-top: 5px;
}
#inquiry_form p#button_bar .btn {
	width: 70px;
	padding: 0;
}
#error_msg {
	margin: 0 0 0 15px;
	font-weight: 700;
	color: #f33;
	list-style-type: disc;
}
p#thx_msg {
	font-size: 36px;
	text-align: center;
	margin: 50px 0;
}