/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_noopt {
	width: 100%;
	background-color: #cce0cc;
	border-right: #15694C 1px solid; 
	border-top: #15694C 3px dashed; 
	border-left: #15694C 1px solid; 
	border-bottom: #15694C 3px dashed; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.containerrow {
	background-color: #cce0cc;
	color: Black;
}