img, input, li {
	vertical-align: middle;
}

.site_title {
	font-size: 26px;
	line-height: 60px;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    margin-left: 20px;
}

/*system*/
.easyui_form_input{
	line-height:20px; 
	height:20px;
	border:1px solid #ccc;
}

.dialog-button {	
	text-align: center;
	margin-bottom: 0;
	height: auto;
	padding-top:9px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}
.dialog-button a.easyui-linkbutton:first-child {    
	background-color: #29e; color: #fff;
}
.dialog-button a.easyui-linkbutton:first-child:hover {    
	background-color: #1c8ad9; 
}
