/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.container{
    width: 98%;
	background-color: Transparent;
	BORDER-RIGHT: #F00000 1px solid; 
	BORDER-TOP: #F00000 1px solid; */
	BORDER-LEFT: #F00000 1px solid; 
	BORDER-BOTTOM: #F00000 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}



