﻿.topcir
{
    border-width:3px;
    width:85px;
    border-style:solid dashed dashed;
    border-color:#76B0BE #EAF2F4 #EAF2F4;

}

 .basecir 
 {
    border-width:3px;
    width:85px;
    border-color: #EAF2F4 #EAF2F4 #76B0BE;
    border-style: dashed dashed solid;
}

.topover
{
    border-width:3px;
    border-style: dashed dashed solid;
    border-color: #EAF2F4 #EAF2F4 #F5C600;
    width:85px;
}
    
.baseover
{
    border-width:3px;
    border-style:solid dashed dashed;
    border-color:#F5C600 #EAF2F4 #EAF2F4 ;
    width:85px;
}