1a.diagbutton {
2  border: 1px solid #8cacbb;
3  color: Green;
4  background-color: white;
5  vertical-align: middle;
6  text-decoration:none;
7  margin: 0px;
8  padding: 0px;
9  font-size: 10px;
10  cursor: pointer;
11  height: 15px !important;
12  max-height: 15px !important;
13  min-height: 15px !important;
14/*  float:right;*/
15  display: inline;
16}
17