.round-container{
	font-family:  verdana, 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-size: 100%;
	font-weight:bold;
	background-color:#CEC9CF;
	color:#523D66;
	width: auto;
	margin: 0px;
	text-align: center;
}

.top-right-image{
	background-image: url(../image-files/trrr-round.gif);
	background-repeat: no-repeat;
	background-position:right top;
}
.top-left-image{
	background-image: url(../image-files/tlll-round.gif);
	background-repeat: no-repeat;
	background-position:left top;
}
.bottom-right-image{
	background-image: url(../image-files/brrr-round.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
}
.bottom-left-image{
	background-image: url(../image-files/blll-round.gif);
	background-repeat: no-repeat;
	background-position:left bottom;
}

.text{
font-family:  verdana, sans-serif;
font-size: 86%;
font-weight:normal;
color:#000;
background-color:#fff; 
border-left:1px solid #2c1c8d; 
border-right:1px solid #2c1c8d; 
text-align:left; 
padding-left:5px; 
padding-right:5px;
}

.text2{
	font-family:  verdana, sans-serif;
	font-size: 86%;
	font-weight: normal;
	color:#000;
	background-color: #fff;
	background-image: url(../image-files/text-bgg.png);
	background-repeat: repeat-x;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CEC9CF;
	border-left-color: #CEC9CF;
}
