﻿.PanelSilver1 {
    -webkit-box-shadow: 0px 0px 23px 5px #838383;
    -moz-box-shadow: 0px 0px 23px 5px #838383;
    box-shadow: 0px 0px 23px 5px #838383;
    background-color: tan;
    background-image: url(/Images/grid.png);
    vertical-align: top;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: #ad733b;
}


.PanelSilver_App {
    -webkit-box-shadow: 0px 0px 23px 5px #838383;
    -moz-box-shadow: 0px 0px 23px 5px #838383;
    box-shadow: 0px 0px 23px 5px #838383;
    background-color: silver;
    background-image: url(/Images/grid.png);
    vertical-align: top;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: #988df3;
}
