/*************************************************************************************************************
                                           Images
  ************************************************************************************************************/ 
.abfaRight_ContainerMaster 
{
    width: 13px;
    height: 23px;
	background: url(Images/Top_left.gif) top left no-repeat;
    vertical-align: top;
}
.abfaleft_ContainerMaster 
{
	background: url(Images/Top_right.gif) top right no-repeat;
	width: 14px;
	height: 23px;
	vertical-align: top;
}
.abfaRepeatleft_ContainerMaster 
{
	background: url(Images/Top_mid.gif) top left repeat-x;
	width: auto;
	height: 23px;
	vertical-align: top;
}
.abfamid_left_ContainerMaster 
{
	background: url(Images/mid_left.gif) bottom left repeat-y;
	width: 13px;
	height: auto;
	vertical-align: top;
}
.abfamid_right_ContainerMaster 
{
	background: url(Images/mid_right.gif) bottom right repeat-y;
	width: 13px;
	height: auto;
	vertical-align: top;
}
.abfadownleft_ContainerMaster 
{
	background: url(Images/bottom_left.gif) top left no-repeat;
	width: 13px;
	height: 13px;
}
.abfadownright_ContainerMaster
{
	background: url(Images/bottom_right.gif) top right no-repeat;
	width: 14px;
	height: 13px;
}
.abfadownmid_ContainerMaster
{
	background: url(Images/bottom_mid.gif) top left repeat-x;
	width: auto;
	height: 13px;
	vertical-align: bottom;
}