.all_an_1{ 
    border: 2px solid #a94442;
    background-image: url(all.png);
    background-repeat: no-repeat;
    color: #555;
    cursor: pointer;
    height: 23px;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 5px;
    margin: 0;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
body,td,th{
	font-size: 13px;
    font-family: Verdana,Geneva,sans-serif;
	
}
table{
	width: 100%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    -webkit-border-horizontal-spacing: 1px;
    -webkit-border-vertical-spacing: 1px;
	border-collapse: separate;
    border-spacing: 2px;
	display: table;
    border-collapse: separate;
    box-sizing: border-box;
    border-spacing: 2px;
    border-color: grey;
}
td{
	display: table-cell;
    vertical-align: inherit;
	background-color: rgb(255, 255, 255);
    text-align: -webkit-center;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
