
/* --------------Boxes------------------*/

.boxBlue {
		padding:0 10px 0 0;
		background:#edecf8 url(../imagesWebsite/borderBlue.png) 100% 0 repeat-y;
	}
	.biBlue {
		padding:0 0 0 10px;
		background:#edecf8 url(../imagesWebsite/borderBlue.png) 0 0 repeat-y;
	}
	.btBlue {
		height:10px;
		margin:0 -10px;
		background:url(../imagesWebsite/boxBlue.png) 100% 0 no-repeat;
	}
	.btBlue div {
		width:10px;
		height:10px;
		background:url(../imagesWebsite/boxBlue.png) 0 0 no-repeat;
	}
	.bbBlue {
		height:11px;
		margin:0 -10px;
		background:url(../imagesWebsite/boxBlue.png) 100% 100% no-repeat;
	}
	.bbBlue div {
		width:10px;
		height:11px;
		background:url(../imagesWebsite/boxBlue.png) 0 100% no-repeat;
	}
	.insideBlue{
		background: #edecf8;
	}


/* ---------------------------------------------- */ 

.boxOrange {
		padding:0 10px 0 0;
		background:#eb9218 url(borderOrange.png) 100% 0 repeat-y;
	}
	.biOrange {
		padding:0 0 0 10px;
		background:#eb9218 url(borderOrange.png) 0 0 repeat-y;
	}
	.btOrange {
		height:10px;
		margin:0 -10px;
		background:url(boxOrange.png) 100% 0 no-repeat;
	}
	.btOrange div {
		width:10px;
		height:10px;
		background:url(boxOrange.png) 0 0 no-repeat;
	}
	.bbOrange {
		height:11px;
		margin:0 -10px;
		background:url(boxOrange.png) 100% 100% no-repeat;
	}
	.bbOrange div {
		width:10px;
		height:11px;
		background:url(boxOrange.png) 0 100% no-repeat;
	}
	.insideOrange{
		background: #eb9218;
	}