@charset "utf-8";
/* CSS Document */
/**
html{
filter: grayscale(85%) saturate(80%);
    -webkit-filter: grayscale(85%) saturate(80%);
    -moz-filter: grayscale(85%) saturate(80%);
    -ms-filter: grayscale(85%) saturate(80%);
    -o-filter: grayscale(85%) saturate(80%);
    filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=.85);
    -webkit-filter: grayscale(.85) saturate(.8);
} **/
/*body{margin:0; padding:0; background:url(/topic/images/2024bkbg.png) no-repeat center top !important;padding-top:90px !important}*/
p,ul,li,h2,h3,img{margin:0;padding:0;list-style:none;}
    	.top{width:100%;height:32px;background:url(/topic/images/blogchina/top_bg.jpg) repeat-x center center}
		.form{height:28px;float:left;line-height:28px;margin-left:20px;}
		.form input{border:none;width:111px;height:20px;background:url(/topic/images/blogchina/input_07.jpg) no-repeat center center}
		.logo{margin-left:30px;width:85px;height:28px;display:inline-block;float:left;}
		.login{float:left;}
		.entry_sub,.login_sub{width:62px;height:22px; background:url(/topic/images/blogchina/button_07.jpg) no-repeat center center;border:none;margin:5px 0 0 10px;cursor:pointer }
