/* Styling of the title */

.Web2WhiteTitle{
	color:#FFF;
	font-family : "Trebuchet MS", verdana, arial, sans-serif;
	font-size:20px;
	font-weight:bold;
}

/* Styling of the container */

.Web2ContOrange{
	margin:0 0 20px 0;
	background: #FF6600 url(images/o-cont-top-left.gif) no-repeat scroll top left;
}

.Web2ContOrange .TopRight{
	background : url(images/o-cont-top-right.gif) no-repeat scroll top right;
	padding:0 20px 0 20px;
}

.Web2ContOrange .TopRight img{
	margin-bottom:-2px;
}

.Web2ContOrange .BottomRight{
	background : url(images/o-cont-bot-right.gif) no-repeat scroll bottom right;
}

.Web2ContOrange .BottomLeft{
	background : url(images/o-cont-bot-Left.gif) no-repeat scroll bottom Left;
}

.Web2ContOrange .TitleBar{
	background : url(images/filled-cont-div.gif) repeat-x scroll bottom;
}

.WebContPadd{
	padding:10px 20px 20px 20px;
}

.Web2ContOrange .TitleHeight{
	height:38px;
}
