/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_orange {
	width: 160px;
	
	
	border-right: #FC4B04 3px solid; 
	border-top: #FC4B04 3px solid; 
	border-left: #FC4B04 3px solid; 
	border-bottom: #FC4B04 3px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.containerrow2_orange {
	background-color: #FC4B04;

}

.container_title 
{
	text-align:center;
	color:White;
}
