/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	padding-left: 5px;
}
.white { 
	color: #ffffff;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
}
.corner {
	background-image: url(corner.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}