@charset "gb2312";
/* CSS Document */

.familyfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dedede;
}
.bold {
	font-size: 11px;
	font-weight: bold;
	color: #dedede;
	font-family: Arial, Helvetica, sans-serif;
}
.familyfont_linespace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dedede;
	line-height: 18px;
}
.bold_linespace {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.bold_underline {
	font-size: 11px;
	font-weight: bold;
	color: #dedede;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.textbox{
	background-image:url('images/contact/textbox.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	padding-top:2px;
	padding-left: 8px;
	border: none;

	border-style:solid
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	height: 16px;
	width: 183px;
	border-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	border-right-style: none;
}
.msgbox{
	background-image:url('images/contact/msgbox.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	padding-top:4px;
	padding-left: 8px;
	border: none;

	border-style:solid
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	height: 121px;
	width: 183px;
	border-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	border-right-style: none;
}
