.roundcont {
	width: 560px;
	background-color: #D0F0A8;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(br.gif) no-repeat top right; 
}


img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


// another row

.roundconts {
	width: 550px;
	background-color: #ECD8B9;
	color: #fff;
}

.roundconts p {
	margin: 0 10px;
}

.roundtops { 
	background: url(tr.gif) no-repeat top right; 
}

.roundbottoms {
	background: url(br.gif) no-repeat top right; 
}


img.corners {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


// last row

.roundcont3 {
	width: 550px;
	background-color: #C3E1EF;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(br.gif) no-repeat top right; 
}


img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
