﻿.button {
	height: 3.2rem;
    line-height: 3.2rem;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    padding: 0 1.5rem;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.orange-btn {
    height: 2.7rem;
    font-family: "微软雅黑";
    font-size: 1.6rem;
    line-height: 2.7rem;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    padding: 0 0.8rem;
    background: #f7f7f7;
    border: 1px solid #ccc;
    color: #333355;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.blue-btn {
	display: inline-block;
	width: auto;
	height: 33px;
	line-height: 33px;
	padding: 0 15px;
	background: #00aaef;
}
.blue-btn span {
	/*display: inline-block;line-height: 24px;*/
	height: 24px; 
	padding-left: 28px;
}
.blue-btn .ico-add {
	background-position: 0 -119px; 
}
.blue-btn .ico-query {
	background-position: -60px -119px;
	padding: 0 28px 0 0;
}
.briefblue_btn {
	background: #cfe2fd;
	color: #485d7a;
}
.gray_btn {
	background: #bfbfbf;
}
.qing-btn {
    background: #45d6e7;
}
.blue-btn2 {
    background: #3286bb;
}

/*错误信息提示样式*/

.errMsg {
    position: absolute;
    margin: 0 0 0 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 20px;
    height: 22px;
    vertical-align: middle;
    font: 0/0 Arial;
    background: url(../../Images/Admin/icon1.png) no-repeat -26px -245px;
}

/*弹窗底部样式 yfc*/
.bottombtn {margin: 0;padding: 5px 0;border-top: 1px solid #ddd;background-color: #f7f7f7;text-align: center;width: 100%;position: absolute;bottom: 0;}
