/*========================================================================
-- ROUNDED CORNER EDITO BOX
=========================================================================*/
.roundcont-edito {
	width: 100%;
	background-color: #ffe6d6;
	color: #fff;
	margin-top: 10px;		
}
.roundcont-edito p {
	margin: 0 10px;				
}

.roundtop-edito { 
	width: 100%;
	background: url(/common/styles/tr-edito.gif) no-repeat top right; 
}

.roundbottom-edito {
	width: 100%;
	background: url(/common/styles/br-edito.gif) no-repeat top right; 
	#height: 15px;
}

img.corner-edito {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
/*========================================================================
-- ROUNDED CORNER AGENDA BOX
=========================================================================*/
.roundcont-agenda {
	margin-top:20px;
	min-width: 220px;
	width: 100%;
	background-color: #d6dee6;
	color: #fff;				
}

.roundcont-agenda p {
	
	margin: 0 10px;	
}

.roundtop-agenda { 
	width: 100%;
	background: url(tr.gif) no-repeat top right; 
}
.roundtop-agenda h1{ 

	margin:0;
	padding:0px 0px 10px 10px;
	color: #FF6600;
}

.roundbottom-agenda {
	width: 100%;
	background: url(br.gif) no-repeat top right; 
	#height: 15px;
}

img.corner-agenda {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
