/* Container Test */ 
.containermaster
{
    padding:10px 0px 0px  0px;
}
.Header-txt
{
	font-family:Verdana,Tahoma,Arial;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;

}

.Container3_Bg
{
	background-image:url(images/Container_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	height:23px;
	line-height:23px;
}
.Container3_Left
{
	background-image:url(images/Container_Left.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:23px;
	width:8px;
	line-height:23px;
}
.Container3_Right
{
	background-image:url(images/Container_Right.gif);
	background-position:right top;
	background-repeat:no-repeat;
	height:23px;
	width:8px;
	line-height:23px;
}

