/*************************************************************************************************************
                                           images
  ************************************************************************************************************/ 
.Parsehright_containermaster 
{
    width: 7px;
    height: 24px;
	background: url(images/top_left.gif) top left no-repeat;
    vertical-align: top;
}
.Parsehleft_containermaster 
{
	background: url(images/top_right.gif) top right no-repeat;
	width: 6px;
	height: 24px;
	vertical-align: top;
}
.Parsehrepeatleft_containermaster 
{
	background: url(images/top_mid.gif) top left repeat-x;
	width: auto;
	height: 24px;
	vertical-align: top;
}
.Parsehrepeatleft_containermaster1111
{
	background: url(images/top_mid.gif) top left repeat-x;
	width: 5px;
	height: 24px;
	vertical-align: top;
}

.Parsehmid_left_containermaster 
{
	background: url(images/mid_left.gif) bottom left repeat-y;
	width: 7px;
	height: auto;
	vertical-align: top;
}
.Parsehmid_right_containermaster 
{
	background: url(images/mid_right.gif) bottom right repeat-y;
	width: 6px;
	height: auto;
	vertical-align: top;
}
.Parsehdownleft_containermaster 
{
	background: url(images/bottom_left.gif) top left no-repeat;
	width: 7px;
	height: 8px;
}
.Parsehdownright_containermaster
{
	background: url(images/bottom_right.gif) top right no-repeat;
	width: 6px;
	height: 8px;
}
.Parsehdownmid_containermaster
{
	background: url(images/bottom_mid.gif) top left repeat-x;
	width: auto;
	height: 8px;
	vertical-align: bottom;
}
.BG2
{
	background:#fff url(images/BG.gif) top left repeat-x;
	width: auto;
	vertical-align: bottom;
}
