.btnContainer{width:100%;display:table;padding-bottom:10px;padding-top:10px;}

/*** 125px ***/
.btnGoBack{width:125px;height:21px;background-image:url(../images/btn/btn_goback.png);background-repeat:no-repeat; background-position:top;border:0px;float:left;margin-right:5px;}
.btnGoBack:hover{width:125px;height:21px;background-image:url(../images/btn/btn_goback.png);background-repeat:no-repeat; background-position:bottom;cursor:pointer;}

.btnNextMonth{width:125px;height:21px;background-image:url(../images/btn/btn_nextmonth.png);background-repeat:no-repeat; background-position:top;border:0px;float:right;margin-right:5px;}
.btnNextMonth:hover{width:125px;height:21px;background-image:url(../images/btn/btn_nextmonth.png);background-repeat:no-repeat; background-position:bottom;cursor:pointer;}

.btnPreviousMonth{width:125px;height:21px;background-image:url(../images/btn/btn_previousmonth.png);background-repeat:no-repeat; background-position:top;border:0px;float:left;margin-right:5px;}
.btnPreviousMonth:hover{width:125px;height:21px;background-image:url(../images/btn/btn_previousmonth.png);background-repeat:no-repeat; background-position:bottom;cursor:pointer;}
