a.button_blue{
    color: white;
    display: block;
    float: right;
    font-size: 14px;
    height: 34px;
    margin-top: 20px;
    margin-right: 2px;
    margin-bottom: 2px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

a.button_blue span{
    background: transparent url('/img/ui/blue_bg_left.png') no-repeat;
    display: block;
    color: white;
    line-height: 14px;
    padding: 8px 0px 15px 10px;
} 


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


a.button_blue span{background: transparent url('/img/buttons/blue_bg_left.png') no-repeat;}

a.button_green_small, a.button_black_small, a.button_grey_small, a.button_red_small, a.button_olive_small, a.button_blue_small{
    display: block;
    float: left;
    font-size: 13px;
    height: 25px;
    margin-right: 4px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}


a.button_green_small span, a.button_blue_small span, a.button_black_small span, a.button_grey_small span, a.button_red_small span , a.button_olive_small span {
    display: block;
    color: white;
    line-height: 14px;
    padding: 4px 0px 5px 8px;
} 


/*
a.button_grey_small span img{
position: absolute;
float: right;
}
*/


a.button_green_small {background: transparent url('/img/buttons/green_bg_small_right.png') no-repeat scroll top right;}
a.button_black_small {background: transparent url('/img/buttons/black_bg_small_right.png') no-repeat scroll top right;}
a.button_grey_small  {background: transparent url('/img/buttons/grey_bg_small_right.png') no-repeat scroll top right;}
a.button_red_small  {background: transparent url('/img/buttons/red_bg_small_right.png') no-repeat scroll top right;}
a.button_olive_small  {background: transparent url('/img/buttons/olive_bg_small_right.png') no-repeat scroll top right;}
a.button_blue_small  {background: transparent url('/img/buttons/blue_bg_small_right.png') no-repeat scroll top right;}

a.button_green_small span{background: transparent url('/img/buttons/green_bg_small_left.png') no-repeat;}
a.button_black_small span{background: transparent url('/img/buttons/black_bg_small_left.png') no-repeat;}
a.button_grey_small span {background: transparent url('/img/buttons/grey_bg_small_left.png') no-repeat;}
a.button_red_small span {background: transparent url('/img/buttons/red_bg_small_left.png') no-repeat;}
a.button_olive_small span {background: transparent url('/img/buttons/olive_bg_small_left.png') no-repeat;}
a.button_blue_small span {background: transparent url('/img/buttons/blue_bg_small_left.png') no-repeat;}

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

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

