body {
	background-attachment: scroll;
	background-repeat: repeat;
	margin: 0px;
}
#body2 {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #006699;
	letter-spacing: 2px;
}
#introContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: left;
}


#intro {
	background-image: url(images/photo02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 300px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
}
#product {
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
}
a:link {
	text-decoration:none;
	color:#3399cc;
}
a:hover {
	font-weight: bold;
	color: #3399cc;
}
a:visited {
	text-decoration:none;
	color:#3399cc;
}
.inquiry_product {
	float: left;
	width: 350px;
	margin-left: 15px;
}
.inquiry_info {
	float: right;
	width: 400px;
}
.inquiry_info_title {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	height: 25px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding-top: 5px;
}
.inquiry_info_ans {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.inquiry_info_ans input{
border:none;
}
.inquiry_info_ans textarea{
border:none;
font-size:13px;
}
