﻿body
{
}

form
{
    display: inline;
}

#page
{
    width:960px;
    margin: auto;
    background-repeat: no-repeat;
}

#login
{
    width: 286px;
    margin: auto;
}

#loginTop
{
    background-image:url('../Images/Design/login-bg-top.png');
    background-repeat:no-repeat;
    background-position: center;
    height:18px;
}

#loginMiddle
{
    background-image:url('../Images/Design/login-bg-middle.png');
    background-repeat:repeat-y;
    background-position: center;
    padding: 10px;
}

#loginButtom
{
    background-image:url('../Images/Design/login-bg-bottom.png');
    background-repeat:no-repeat;
    background-position: center;
    height:27px;
}

#loginMiddle span
{
    color:#7A7673;
    font-size:13px;
    font-weight:bolder;
}

#loginForm
{
    width: 245px;
    margin: auto;
}

#login input[type=text], #login input[type=password]
{
    width: 170px;
    border:1px solid #808080;
}

#login table
{
    width: 100%;
}

#login table a
{
    color: #646158;
}

#bgButtom
{
    position: relative;
    margin-top: 180px;
    height: 320px;
    padding-right: 50px;
    padding-top: 10px;
}

#slogen
{
    width:399px;
    height:26px;
    margin: auto;
    margin-top:50px;
}

#buttomLinks
{    
    text-align: center;
}

#buttomLinks a
{
    font-size:11px;
    color:#615E57;
}

#buttomLinks span 
{
    font-size:12px;
    color:#B1AEA7;  
    margin-left: 4px;
    margin-right: 4px;
}

.test_our_sys
{
    width: 182px;
    position: absolute;
    top: 60px;
    left: 150px;
    display: none;
}

.test_our_sys_top
{
    background-image: url(../Images/Design/test-our-sys-top.png);
    background-repeat: no-repeat;
    height: 18px;
}

.test_our_sys_middle
{
    background-image: url(../Images/Design/test-our-sys-middle.png);
    background-repeat: repeat-y;
    padding: 0 10px 0 10px;
}

.test_our_sys_bottom
{
    background-image: url(../Images/Design/test-our-sys-bottom.png);
    background-repeat: no-repeat;
    height: 23px;
}
