/* Doorzomer festival 2010 round conrners */

/* Orange box */

.or-top-left {
	background-image: url('../img/or-large-top.png');
	height: 7px;
	font-size: 2px;
	margin-right: 6px;
}
.or-top-right {
	float: right;
	margin-top: -7px;
	background-image: url('../img/or-small-top.png');
	height: 7px;
	width: 6px;
	font-size: 2px;
}
.or-bottom-left {
	background-image: url('../img/or-large-bottom.png');
	height: 7px;
	font-size: 2px;
	margin-right: 6px;
}
.or-bottom-right {
	margin-top: -7px;
	background-image: url('../img/or-small-bottom.png');
	background-position: 100% 0; 
	background-repeat: no-repeat;
	height: 7px;
	font-size: 2px;
}

/* aqua box */

.bl-top-left {
	background-image: url('../img/bl-large-top.png');
	height: 7px;
	font-size: 2px;
	margin-right: 6px;
}
.bl-top-right {
	float: right;
	margin-top: -7px;
	background-image: url('../img/bl-small-top.png');
	height: 7px;
	width: 6px;
	font-size: 2px;
}
.bl-bottom-left {
	background-image: url('../img/bl-large-bottom.png');
	height: 7px;
	font-size: 2px;
	margin-right: 6px;
}
.bl-bottom-right {
	margin-top: -7px;
	background-image: url('../img/bl-small-bottom.png');
	background-position: 100% 0; 
	background-repeat: no-repeat;
	height: 7px;
	font-size: 2px;
}
