﻿

.masterFrame .topx-- 
{
    background-image: url(Images/gtl.jpg);
   vertical-align:top; 
    background-repeat: no-repeat;
    width:auto;
    height:8px;
    
 }
.masterFrame .top--x
{
    background-image: url(Images/gtr.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    width:auto;
    height:8px;
 }


.masterFrame .top-x-
{
    background-image: url(Images/gtc.jpg);
    background-repeat:repeat-x;
    width:auto;
   height:8px;
}

.masterFrame .botx--
{
    background-image: url(Images/gbl.jpg);
    background-position:left bottom;
    background-repeat: no-repeat;
   width:auto;
    height:auto;
}

.masterFrame .bot--x
{
    background-image: url(Images/gbr.jpg);
    background-repeat:no-repeat;
    width:auto;
    height:8px;
  
}


.masterFrame .bot-x-
{
    background-image: url(Images/gbc.jpg);
    background-repeat:repeat-x;
    background-position: center center ;
   width:auto;
   height:8px;
}


.masterFrame .midx-- {
	background-image: url(Images/glc.jpg);
	background-repeat: repeat-y;
	width: 8px;
	height: auto;
}
.masterFrame .mid--x {
	background-image: url(Images/grc.jpg);
	background-repeat: repeat-y;
	width: 8px;
	height: auto;
}