﻿*
{
    margin: 0px;
    padding: 0px;
}
body
{
    background-image: url('image/menu/bg.png');
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    color: #565656;
}
#login
{
    width: 866px;
    height: 297px;
   background-image: url('image/logon/bglogin.png');
    background-repeat: repeat-x;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 200px;
    border: 1px solid #ADADAD;
}
#login .ID
{
    width:250px;
    text-align: left;
    position: relative;
    top: 60px;
    left: 200px;
    margin-bottom: 4px;
}
.btlogin
{
    text-align: left;
    width: 70px;
    height: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: -moz-linear-gradient(top,#fff,#Ebebeb);
    background: -webkit-gradient(linear, top , bottom, from(#fff), to(#Ebebeb));
    border: 1px solid #bebebe;
}

a.btn
{
    width: 250px;
    padding: 3px 15px 3px 15px;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    color: #ffffff;
    text-shadow: -1px -1px 2px #618926;
    background: -moz-linear-gradient(#98ba40, #a6c250 35%, #618926);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #98ba40),color-stop(.35, #a6c250),color-stop(1, #618926));
    border: 1px solid #618926;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

a.btn:hover
{
    text-shadow: -1px -1px 2px #C25B5B;
    background: -moz-linear-gradient(#BD2F2F, #9E2A2A 75%, #871A1A);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #BD2F2F),color-stop(.75, #9E2A2A),color-stop(1, #871A1A));
    border: 1px solid #821616;
}

a
{
    color: #212121;
}
a:link
{
    color: black;
    text-decoration: none;
}

a:hover
{
    color: #628922;
}

a:active
{
    color: #628922;
}
