#wk_button {
	font-size: 14px;
	color: #FFF;
	background-color: #42B3E5;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 15px;
	padding-bottom: 15px;
	/* [disabled]width: 200px; */
	cursor: pointer;
	outline: none;
}
.wk_button2 {
	font-size: 14px;
	color: #BCBCBC;
	background-color: #EBEBEB;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 15px;
	padding-bottom: 15px;
	/* [disabled]width: 200px; */
	cursor: pointer;
	outline: none;
}
#wk_select {
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	padding-top: 13px;
	padding-bottom: 13px;
	/* [disabled]width: 200px; */
	cursor: pointer;
	outline: none;
	border: 1px solid #42B3E5;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 30px;
}



.wk_input {
	border: 1px solid #E3E3E3;
	padding: 6px;
	font-size: 12px;
	outline: none;
	box-shadow: inset 0px 0px 1px 1px #F7F7F7;
	/* [disabled]width: 95%; */
	font-family: "微软雅黑";
	margin: 0px;
}
