/**
 * 通用的按钮样式，有需要变动的在使用的地方再调整，颜色定义在每个皮肤skin.css中
 */
.nomalButton,.specialButton,.icoButton-body {
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	font-family: Microsoft YaHei;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	min-width: 60px;
	margin: 0 10px;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
}