#content
{
	position: relative;
	height: 1%;
}
p#require_msg
{
	position: absolute;
	text-align: right;
	right: 10px;
	top: -10px;
	color: #666;
}
p#require_msg span
{
	color: #f00;
}
#inquiry_form
{
	padding: 20px 20px;
	border-bottom: 1px solid #ccc;
}
#inquiry_form p
{
	margin: 0;
	clear: left;
	padding: 2px 0;
	height: 1%;
	position: relative;
}
#inquiry_form p label
{
	float: left;
	width: 120px;
	height: 18px;
	line-height: 18px;
}
#inquiry_form p label span
{
	color: #f00;
	position: absolute;
	left: -10px;
}
#inquiry_form p .txt, #inquiry_form p select
{
	border: 1px solid #bbb;
	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_keyword label
{
	height: 30px;
}
#inquiry_form p#p_captcha input
{
	width: 60px;
}
#inquiry_form p#p_keyword input
{
	width: 220px;
}
#inquiry_form p#button_bar
{
	text-align: center;
	padding-top: 5px;
}
#inquiry_form p#button_bar .btn
{
	width: 54px;
	height: 24px;
	border-width: 0;
	background-color: #223152;
	color: #fff;
}

#err_msg
{
	margin: 0 0 10px 15px;
	font-weight: 700;
	color: #f00;
}
p#thx_msg
{
	font-size: 36px;
	text-align: center;
	margin: 50px 0;
}

#sub_cont ul
{
	list-style-type: none;
	margin-top: 10px;
}


#content #cont_info
{
	font-family: '微軟正黑體';
	font-size: 16px;
	margin-top: 20px;
	background: #fff url('http://www.old.precise-marketing.com/image/default/contact_bg.png') no-repeat left top;
	padding-left: 250px;
}
#content #cont_info ul
{
	margin: 0;
	list-style-type: none;
}