.button {
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-width: 1px;
	border-style: solid;
	border-color: #c3c3c3;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 24px;
	line-height: 23px;
	background-color: #f5f5f5;
	padding: 0 12px;
	color: #333 !important;
	background-image: -moz-linear-gradient(top, #f7f7f7, #e9e9e9);
	background-image: -ms-linear-gradient(top, #f7f7f7, #e9e9e9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7),
		to(#e9e9e9));
	background-image: -webkit-linear-gradient(top, #f7f7f7, #e9e9e9);
	background-image: -o-linear-gradient(top, #f7f7f7, #e9e9e9);
	background-image: linear-gradient(top, #f7f7f7, #e9e9e9);
	-webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
	-moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
	box-shadow: inset 0 0 1px 1px #f6f6f6
}

button.button {
	overflow: visible;
	cursor: pointer;
	height: 26px;
	_height: 24px;
	_line-height: 21px
}

a.button:hover,a.button:active {
	text-decoration: none;
	color: #333 !important
}

.button:hover {
	background-image: -moz-linear-gradient(top, #f5f5f5, #dedede);
	background-image: -ms-linear-gradient(top, #f5f5f5, #dedede);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5),
		to(#dedede));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #dedede);
	background-image: -o-linear-gradient(top, #f5f5f5, #dedede);
	background-image: linear-gradient(top, #f5f5f5, #dedede)
}

.button:active {
	background-image: -moz-linear-gradient(top, #dedede, #f5f5f5);
	background-image: -ms-linear-gradient(top, #dedede, #f5f5f5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dedede),
		to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #dedede, #f5f5f5);
	background-image: -o-linear-gradient(top, #dedede, #f5f5f5);
	background-image: linear-gradient(top, #dedede, #f5f5f5)
}


.mod-form{
margin:28px 0 0 0 ;
}
.mod-form .show-ib{
display:inline-block;
}
.mod-form td{
vertical-align:middle;
padding:0 0 20px 0;
}
.mod-form a:link,
.mod-form a:visited{
color:#0066cc;
text-decoration:none;
}
.mod-form a:hover{
color:#ff7300;
}
.mod-form .first-line td{
padding-top:0;
}
.mod-form input{
border:1px solid #E5E5E5;
font-size:12px;
height:20px;
line-height:20px;
padding:2px 0 2px 4px;
}
.mod-form .col-title{
width:160px;
text-align:right;
padding-right:8px;
font-size:14px;
line-height:26px;
}
.mod-form .col-input{
line-height:20px;
}
.mod-form .col-tip{
width:420px;
white-space:normal;
word-break:break-all;
word-wrap:break-word;
padding-left:16px;
font-size:12px;
}
.mod-form .cell-tip i,
.maintip i{
display:inline-block;
float:left;
height:18px;
margin:0 6px 0 0;
width:16px;
background-position:0 -62px;
}
.mod-form .cell-tip .error i{
background-position:0 -141px !important;
}
.mod-form .cell-tip .notice{
background:none repeat scroll 0 0 #EFF6FF;
border:1px solid #60A1F5;
color:#656764;
padding:2px 8px;
width:auto;
display:none;
float:left;
}
.mod-form .cell-tip .error{
color:#656764;
padding:2px 8px;
width:auto;
background:none repeat scroll 0 0 #FFF1F1;
border:1px solid #FF8584;
display:inline-block;
float:left;
}
.mod-form .cell-tip span{
display:inline-block;
line-height:20px;
float:left;
width:auto;
}
.mod-form .wi-input{
width:202px;
height:30px;
}
.mod-form .validatecode-input{
width:90px;
}
.mod-form .validatecode input,
.mod-form .validatecode img{
float:left;
margin:0 6px 0 0;
}
.mod-form .validatecode img{
cursor:pointer;
}
.mod-form .change-valcode-btn{
float:left;
line-height:20px;
display:inline-block;
margin-right:8px;
}
.mod-form .che-box input,
.mod-form .che-box label{
float:left;
margin:0 8px 0 0;
line-height:20px;
border:none 0;
}

#content {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E3E3E3;
margin: 6px 108px;
width: 75%;
}
.maintip i,.mod-success .tip{
}
.maintip{border-bottom: 1px solid #CCCCCC;
margin: 10px 20px 0 20px;
padding-bottom: 10px;
padding-left: 12px;}
.maintip i{
display:inline-block;
float:left;
height:18px;
margin:0 6px 0 0;
width:16px;
background-position:0 -62px;
}
.mod-form {
margin-top: 6px;
}

.layout-header{
border-bottom: 2px solid #E52A2A;
}


   
    .height-25{
    	height:25px !important;
    }
    .errorInfo{
    	display:none !important;
    }
    .tr-error .errorInfo{
    	display:block !important;
    }

#content h1 {
  font-weight: 700;
  font-size: 16px;
  padding: 10px 10px 10px 30px;
  color: #000000;
  border-bottom: 1px solid #ececec;
}