﻿.roundcont {
		 width: 100%;
		 background-color: #d8f9c2;
		 text-align: left;
		 margin-left: auto;
		 margin-right: auto;
		 text-align: center;
}

.bottomfiller {
		 width: 100%;
		 background-color: #d8f9c2;
}

.roundcont p, .fixedroundcont p {
		margin: 0px 10px;
		padding: 0px 10px;

}

.roundtop { 
		 background: url(../../Images/box.gif) no-repeat top left; 
width:15px;
float:left;
}
.roundtopright { 
		 background: url(../../Images/box.gif) no-repeat top right; 
float:right;
width:15px;
}

.roundbottom {
		 background: url(../../Images/box.gif) no-repeat top left; 
background-position: 0px -68px ;
width:15px;
float:left;
}

.roundbottomright {
		 background: url(../../Images/box.gif) no-repeat top right; 
background-position: -73px -68px ;
width:15px;
float:right;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.roundcontContent
{
	text-align: left;
	padding: 0px 5px 0px 5px;
}

.roundcontGeneral
{
	text-align: left;
	padding: 0px 15px 0px 15px;
}

.roundcontTitle
{
	font-size: 105%;
	font-weight: bold;
	text-align: left;
	padding: 10px 0px 0px 0px;
}