
.b{
	font-weight: bold;
}
.u{
	text-decoration: underline;
}
/*定义字体颜色*/
.colorblue{
	color: #0060b0;
}
.colororange{
	color: #ff7400;
}
.colorgray{
	color: #CCCCCC;
}
.colorwhite{
	color: #FFF;
}
.colorgreen{
	color:#549C00;
}
/*定义字体大小*/
.font12{
	font-size: 12px;
}
.font12 a{
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
.font14  a{
	font-size: 14px;
}
.font16{
	font-size: 16px;

}
img.gray_solid {
	border: 1px solid #CCCCCC;
}
img.gray_dashed {
	border: 1px dashed #CCCCCC;
}
.Input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.TextArea_Comment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(/Images/BG/Bg_TextArea.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.line-height140{
	line-height:140%
}.line-height{
	line-height: 24px;
}
.line-height p{
	text-indent: 26px;
	margin-bottom: 5px;
}
.input_borwhite{
	border: 1px solid #ffffff;
}
.btn90 {
	background-image: url(/Images/botton/btn_90.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 90px;
	display: block;
	line-height: 21px;
	text-align: center;
}
.btn90 a {
	display: block;
	width: 100%;
}
.btn90 a:hover {
	text-decoration: none;
}
.botton_submit{
	background-image: url(/Images/botton/submit.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 60px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFFFFF;
	font-weight: bold;
	cursor:pointer;
}

