/*按钮样式*/
.but{color:#ffffff;height: 23px;font-size: 12px;cursor:pointer;font-family:Verdana;
    padding-top:3px\9;/*ie6+以上文字居中**/
    padding-left:3px;padding-right:3px;
    padding-bottom:0.5px\0;/*ie8**/
    min-width:50px;width:auto !important;
    width: 50px;
    overflow:visible;/*ie文字超出min-width自动变宽**/
    border: solid 1px #8BD2F6;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#8BD2F6,EndColorStr=#4997C5); /* IE6-IE9 **/
    background-image: -ms-linear-gradient(top,#8BD2F6,#4997C5); /* IE10 **/
    background-image: -moz-linear-gradient(top,#8BD2F6,#4997C5); /* FF3.6+ **/
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#8BD2F6),color-stop(1,#4997C5)); /* Saf4+,Chrome **/
    background-image: -webkit-linear-gradient(top,#8BD2F6,#4997C5); /* Chrome 10+, Saf5.1+, iOS 5+ **/
    background-image: -o-linear-gradient(top,#8BD2F6,#4997C5); /* Opera 11.10+ **/
    background-image: linear-gradient(to bottom,#8BD2F6,#4997C5);
}
.search_box .tit,.center_box .left_box .tit p,.list_top_tit{ color:#2E8CC5;}

.desc_asc,.desc,.asc { background-image:url(/static/admin/skins/blue/desc-asc.gif);}
