.label-wrap {
	height: 30px;
	margin-bottom: 7px;
	}
	
.label-left {
	height: 30px;
	width: 19px;
	float: left;
	background: url(../img/buttons/label_left.png) no-repeat;
	}
	
.label-right {
	height: 26px;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	float: left;
	padding-top: 4px;
	padding-right: 7px;
	background: url(../img/buttons/label_right.png) top right no-repeat;
	}
	
.label-small-wrap {
	height: 17px;
	}
	
.label-small-left {
	height: 17px;
	width: 12px;
	float: left;
	background: url(../img/buttons/label_small_left.png) no-repeat;
	}
	
.label-small-right {
	height: 15px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	float: left;
	padding-top: 2px;
	padding-right: 7px;
	background: url(../img/buttons/label_small_right.png) top right no-repeat;
	}
	
.label-small-aanb-left {
	height: 17px;
	width: 12px;
	float: left;
	background: url(../img/buttons/label_small_aanb_left.png) no-repeat;
	}
	
.label-small-aanb-right {
	height: 15px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: line-through;
	float: left;
	padding-top: 2px;
	padding-right: 7px;
	background: url(../img/buttons/label_small_aanb_right.png) top right no-repeat;
	}
	
a.button-gray {
	float: left;
	text-decoration: none;
	color: #404040;
	padding: 3px 12px 0 0;
	font-size: 10px;
	margin-left: 2px;
	font-weight: bold;
	background: url(../img/buttons/button_gray.png) no-repeat top right;
	}

a.button-gray span {
	float: left;
	padding-right: 8px;
	display: block;
	margin-top: -3px;
	padding-left: 3px;
	height: 17px;
	background: url(../img/buttons/button_gray.png) no-repeat top left;
	}

a.button-gray:hover {
	color: #bf0c0c;
	background: url(../img/buttons/button_gray_h.png) no-repeat top right;
	}
	
a.button-gray:hover span {
	background: url(../img/buttons/button_gray_h.png) no-repeat top left;
	}
	
a.button-red {
	float: left;
	text-decoration: none;
	color: #FFF;
	padding: 3px 12px 0 0;
	font-size: 10px;
	margin-left: 2px;
	font-weight: bold;
	background: url(../img/buttons/button_red.png) no-repeat top right;
	}

a.button-red span {
	float: left;
	padding-right: 8px;
	display: block;
	margin-top: -3px;
	padding-left: 3px;
	height: 17px;
	background: url(../img/buttons/button_red.png) no-repeat top left;
	}

a.button-red:hover {
	color: #FFF;
	background: url(../img/buttons/button_red_h.png) no-repeat top right;
	}
	
a.button-red:hover span {
	background: url(../img/buttons/button_red_h.png) no-repeat top left;
	}
