.buttons {
    float: left;
    padding-bottom: 20px;
    clear: both;
}
a.button {
    color: #6e6e6e;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
}
a.button:hover {
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
a.button:active {
    color: #000;
    border-color: #444;
}
a.big {
    font-size: 16px;
    padding: 10px 15px;
}
a.supersize {
    font-size: 20px;
    padding: 15px 20px;
}
a.start {
	background: url(images/start.png)  3px 3px no-repeat #f3f3f3;
    padding-left: 32px; 
}
a.back {
	background: url(images/back.png)  3px 3px no-repeat #f3f3f3;
    padding-left: 32px; 
}
a.save {
    background: url(images/icones_std.png) 10px 7px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.add {
    background: url(images/icones_std.png)  10px -27px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.delete {
    background: url(images/icones_std.png)  10px -61px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.flag {
    background: url(images/icones_std.png)  10px -96px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.list {
    background: url(images/list.png)  4px 4px no-repeat #f3f3f3;
    padding-left: 30px;
}
a.statistics {
    background: url(images/statistics.png)  3px 3px no-repeat #f3f3f3;
    padding-left: 32px;
}
a.load {
    background: url(images/load.png)  3px 5px no-repeat #f3f3f3;
    padding-left: 32px;
}
a.about {
    background: url(images/about.png)  3px 4px no-repeat #f3f3f3;
    padding-left: 32px;
}
