/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.twg_plain {
	width: 100%;
	background-color: #fff;
	border: #C8C8C8 2px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	padding-left: 5px;	
	padding-right: 5px;
}

.XT{
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #528413;
}