@charset "utf-8";
.t_light_brown {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #B6A184;
}
.t_dark_brown {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #42321A;
}
.t_white {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.error-require{
	background-image:url(../images/share/error_require.gif);
	background-repeat:no-repeat;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color:#990000;
	padding-left:20px;
	display:none;
}

