/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_greensqu {
	width: 100%;
	background-color: #FFF;
	border-right: #99ba9f 3px solid; 
	border-top: #99ba9f 3px solid; 
	border-left: #99ba9f 3px solid; 
	border-bottom: #99ba9f 3px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_whitebg {
	width: 100%;
	background-color: #fbfbfc;
}
.containermaster_greybg {
	width: 100%;
	background-color: #ededed;
}

