pub_wev8.css 939 Bytes
.jNiceCheckbox{	/*jNiceCheckbox For DOCTYPE*/ 
	margin-bottom: -5px;
}

select{ 
	margin: 0; 
	padding: 0; 
	outline: none; 
	height: 23px; 
	line-height: 23px; 
	border: rgb(191, 204, 220) 1px solid; 
	display: inline-block; 
	font: 12px Microsoft YaHei;
	border-collapse: collapse;
}

BUTTON.Browser { /*for cology8 style*/
	BACKGROUND-IMAGE: url("/wui/theme/ecology8/skins/default/general/browser_wev8.png") !important;
	width:16px;
	margin-bottom: -3px;
}


/*弹出框底部按钮*/
.e8_zDialog_bottom{
	margin: 10px 0;
	text-align: center;
}
.e8_zDialog_bottom button{
	height: 30px;
	padding: 0 18px;
}	
.e8_zDialog_bottom .e8_btn_submit{
	/*background-color: #4F81BD;*/
	background-color: #007aff;
	color: #fff;	
}
.e8_zDialog_bottom .e8_btn_delete{
	background-color: #eee;
	color: #007aff;
}
.e8_zDialog_bottom .e8_btn_cancle{
	background-color: #eee;
	color: #007aff;
}
.e8_zDialog_bottom button:hover{
	/*font-weight: bold;*/
}