a.button{
    display: block;
    float: left;
    font-size: 13px;
    height: 34px;
    margin-right: 6px;
    padding-right: 14px; /* sliding doors padding */
    font-weight: bold;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

a.button span {
    background: transparent url('/img/button_bg_left.png') no-repeat;
    position: relative;
    z-index: 1;
    display: block;
    color: white;
    text-decoration: none;
    line-height: 14px;
    padding: 5px 0 5px 13px;
} 

a.button {background: transparent url('/img/button_bg_right.png') no-repeat scroll top right;}

a.button img{
border: none;
position: absolute;
left: -20px;
top: -23px;
}

a.button_small{
    display: block;
    float: left;
    font-size: 11px;
    height: 28px;
    margin-right: 2px;
    padding-right: 7px; /* sliding doors padding */
    font-weight: bold;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

a.button_small span {
    background: transparent url('/img/button_bg_small_left.png') no-repeat;
    position: relative;
    z-index: 1;
    display: block;
    color: white;
    line-height: 14px;
    padding: 2px 0 5px 8px;
} 

a.button_small {background: transparent url('/img/button_bg_small_right.png') no-repeat scroll top right;}

#back_div {
    clear: both;
	padding-bottom: 0px;
	display: block;
    height: 60px;
	right: 0px;
	top: 0px;
	width: 100%;	
}

#back_div a.button{
margin: 5px;
}

.delete_button{
position: absolute;
right: -10px;
top: 5px;
}