*{font-family:"微软雅黑" !important;}
#div_digg{ position:fixed !important; right:0px !important; bottom:0px !important; z-index:10 !important; background-color:rgba(255,255,255,0.85) !important; margin:0px 118px !important; padding:10px !important; border:1px solid #cccccc !important; box-shadow:1px 1px 3px #CCC}
#widget_my_zzk{ display:none !important; }
#blogTitle h2{ display:block !important; color:grey !important; text-align:right !important; }
#navigator a:hover{ color:white !important; text-shadow:0px 0px 6px green !important;}
/*自定义评论输入框样式*/
.commentbox_main textarea{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border linear 0.2s, box-shadow linear 0.2s;
        height:150px !important;
}
.commentbox_main textarea:focus{
        border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}