input.rounded_button {
    padding: 0px 0px 0px 5px;
    margin: 0px 10px 0px 0px;
    border: 0;
    background: #fff url('/static/img/parp/button_round_left.png') no-repeat;
    color: #fff;
    height: 26px;
    font-family:tahoma;
		font-size:11px;
		font-weight:bold;
    /* used to catch the buttonEnding */
    position: relative;
    cursor: pointer;
}
input.rounded_button_grey {
    padding: 0px 0px 0px 5px;
    margin: 0px 10px 0px 0px;
    border: 0;
    background: #fff url('/static/img/parp/internal/button_grey2.png') no-repeat ;
    color: #606060;
    width: 65px;
    height: 18px;
    font-family:tahoma;
		font-size:11px;
		font-weight:bold;
    /* used to catch the buttonEnding */
    position: relative;
    cursor: pointer;
}

.buttonEnding {
    position: absolute;
    display: inline;
    margin-left: -10px;
    width: 7px;
    height: 26px;
    background: url('/static/img/parp/button_end.png') no-repeat;
}

a.buttonlink {
		font-family:tahoma;
		font-size:11px;
}

