﻿*
{
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size:11px;
}

body 
{
    background-color:#fff;
}

.input_button
{
    border: 1px solid #a5a5a5 /*{borderColorHover}*/;
    background: #dadada /*{bgColorHover}*/ url(/Content/images/ui-bg_glass_75_dadada_1x400.png) /*{bgImgUrlHover}*/ 0 /*{bgHoverXPos}*/ 50% /*{bgHoverYPos}*/ repeat-x /*{bgHoverRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: #555555 /*{fcDefault}*/;
    outline: none;
    -moz-border-radius-topleft: 12px /*{cornerRadius}*/;
    -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topright: 12px /*{cornerRadius}*/;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px /*{cornerRadius}*/;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px /*{cornerRadius}*/;
    -webkit-border-bottom-right-radius: 12px;
    padding: 2px 6px 3px 6px;
    font-size: 11px;
    font-family: Tahoma;
    font-weight: bold;
    cursor: pointer;
    margin-right: 2px;
}
a { color:#29ABE2; }


.hidden
{
    display: none;
}

