﻿/*setting color*/
div.setting-color{
    position:fixed;
    top:0;
    right:0;
    z-index:100000;
    background: #fff;
    padding:2px;
    
}
div.setting-color a{
    display: block;
    height:14px;
    width:18px;
    text-indent:-9888px;
    background:#3080f8;
    float:left;
    margin: 5px 3px;
    cursor:pointer;
}
div.setting-color a.blue{
    background:#215fc3;
}
div.setting-color a.orange{
    background:#ff4500;
}
div.setting-color a.green{
    background:#67B325;
}
/*end color*/
