﻿
.frameYellow .top-x-{border-top:solid 1px #dcdcdc ; width:100%; background-color:#ffff80;}
.frameYellow .bot-x-{border-bottom:solid 1px #dcdcdc ;width:100%;background-color:#ffff80;}
.frameYellow .Inside{border-left:solid 1px #dcdcdc ;border-right:solid 1px #dcdcdc; background-color:#ffff80;}

.frameYellow .topx-- 
{
    background-image: url(/siteImages/frame/ytl.jpg);
    background-position:left top;
    background-repeat: no-repeat;
   
    width:5px;
    height:5px;
    
 }
.frameYellow .top--x
{
    background-image: url(/siteImages/frame/ytr.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    width:5px;
    height:5px;
 }


.frameYellow .botx--
{
    background-image: url(/siteImages/frame/ybl.jpg);
    background-position:left bottom;
    background-repeat: no-repeat;
    width:5px;
    height:5px;
}

.frameYellow .bot--x
{
    background-image: url(/siteImages/frame/ybr.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    width:5px;
    height:5px;
  
}


