.widget_banner {position:relative;padding:0;}
.widget_banner h6 {border-bottom:#dfdfdf solid 1px;padding:0px 0 0px 0;margin:0 0 25px 0;font-weight:bold;font-family:"gothic","dotum";font-size:13px;color:#384799;}
.widget_banner h6 a {color:#384799;}
.widget_banner ul {padding:0;margin:0;}
.widget_banner li {float:left;margin:10px 0px 0px 0px;list-style-type:none;}
.widget_banner li .thumb {padding:2px;border:#efefef solid 1px;background:#f9f9f9;}


.admButton {
    display: inline-block;
    white-space: nowrap;
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
    background-image: -webkit-linear-gradient(top, #eee, #ccc);
    background-image: -moz-linear-gradient(top, #eee, #ccc);
    background-image: -ms-linear-gradient(top, #eee, #ccc);
    background-image: -o-linear-gradient(top, #eee, #ccc);
    background-image: linear-gradient(top, #eee, #ccc);
    border: 1px solid #777;
    padding: 0 0.5em;
    margin: 0.5em;
    font: 1em/2em Arial, Helvetica;
    text-decoration: none;
    color: #333;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0px 0px 1px 1px rgba(255,255,255,0.8), 0px 1px 0px rgba(0,0,0,0.3);
}
