.roundcont {
	width: 90%;
	background-color: #fff;
	color: #fff;
	padding: 0;
	min-width: 800px;
	text-align: center;
	position: relative;
	margin: auto;
	border: 30px solid #9FCE64;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(/sitefiles/images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/sitefiles/images/br.gif) no-repeat bottom right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}