@charset "utf-8";
/* CSS Document */
.centerPanel {
	background-image: url(../img/backgrounds/loz_centre.jpg);
}
.center2TPanel {
	background-image: url(../img/backgrounds/loz_centre2t.jpg);
	background-position: left;
}
.center1TPanel {
	background-image: url(../img/backgrounds/loz_centre1t.jpg);
	background-position: left;
}
.leftPanel, .rightPanel {
	background-image: url(../img/backgrounds/loz_centre_small.jpg);
}


.loz_top {
	background-image: url(../img/backgrounds/loz_top.jpg);
	background-repeat: repeat-x;
	height: 11px;
	font-size: 1px;
}
.loz_top .left {
	background-image: url(../img/backgrounds/loz_top_left.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 18px;
	font-size: 1px;
	height: 11px;
}
.loz_top .right {
	background-image: url(../img/backgrounds/loz_top_right.jpg);
	float: right;
	background-repeat: no-repeat;
	width: 14px;
	height: 11px;
	font-size: 1px;
}

.loz_bottom {
	background-image: url(../img/backgrounds/loz_bottom.jpg);
	background-repeat: repeat-x;
	height: 11px;
	font-size: 1px;
	margin-bottom:5px;
}
.loz_bottom .left {
	background-image: url(../img/backgrounds/loz_bottom_left.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 13px;
	font-size: 1px;
	height: 11px;
}
.loz_bottom .right {
	background-image: url(../img/backgrounds/loz_bottom_right.jpg);
	float: right;
	background-repeat: no-repeat;
	width: 13px;
	height: 11px;
	font-size: 1px;
}


