body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
    margin: 0;
    background: url(/img/admin/admin-bg.png) repeat center top;
}
a
{
    color: #646464;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

.enter 
{
    margin: auto;
    margin-top: 130px;
    width: 199px;
    height: 60px;
    background: url(/img/admin/admin-enter-bg.png) no-repeat;
    color: #1b1b1b;
    font-size: 11px;
    padding-top: 75px;
}

.enter td 
{
    color: #1b1b1b;
    font-size: 11px;
}

.enter input 
{
    border: 1px solid #595959;
    background: #bebebe;
    border-radius: 4px;
    font-size: 11px;
    color: #9f383a;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 16px;
}

.button 
{
    margin: 0 auto;
    text-align: center;
}

.login 
{
    color: white !important;
    font-size: 11px;
    font-weight: normal;
    border: 0 none;
    background: #9f383a;
    border-radius: 4px;
    line-height: 24px;
    text-align: center;
    padding: 0 25px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 10px;
}





.footer
{
    border-top: 1px solid #d2cbbc;
    color: #d2cbbc;
    line-height: 40px;
    font-size: 11px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.footer a
{ 
    color: #1798ab;
}