/*表单样式表*/
.btn_common_gray {
	background: url(../images/btn_gray.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 62px;
	font-weight: bold;
	color: #497381;
	text-decoration: none;
	border-style: none;
}
.btn_orange {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/btn_orange.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 62px;
	border-style: none;
	text-align: center;
}
.btn_orange2 {
	color: #FFFFFF;
	background: url(../images/btn_orange2.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 47px;
	border-style: none;
}

.btn_long {
	background: url(../images/btn_long.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 131px;
	border-style: none;
	color: #FB4303;
	font-size: 12px;
}
.btn_structure {
	color: #01993d;
	background: url(../images/btn_structure.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 240px;
	line-height: 28px;
	border-style: none;
}
.btn_green {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: #5EC34D;
	border-style: ridge;
	border-width: 1px;
	padding: 2px 2px 0px;
}


.textbox_common {
	font-size: 12px;
	border: 1px solid #0A361A;
}

