﻿body
{
    font-size: small;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
    background-color: #FFFFFF;
}

.page
{
    width: 960px;
    margin: 50px auto 0px auto;
    background-color: #FFFFFF;
}


div.lswap
{
    width: 60%;
    float: left;
    text-align: right;
}

div.lswap img
{
    border-style: solid;
    border-width: 1px;
}

div.rswap
{
    width: 39%;
    float: right;
    padding-left: 1%;
    position: relative;
}

p.title
{
    font-size: large;
    color: #0072C6;
}

.spanusername
{
    color: #0072C6;
    font-size: 14px;
}

.txtusername
{
    width: 70%;
    height: 25px;
    display: block;
    margin-top: 2px;
}

.spanpassword
{
    color: #0072C6;
    font-size: 14px;
}

.txtpassword
{
    width: 70%;
    height: 25px;
    display: block;
    margin-top: 2px;
}

.loginmsg
{
    color: #FF0000;
    height: 25px;
}

.btnsignin
{
    width: 100px;
    height: 35px;
    margin-top: 40px;
    display: block;
}

.displaynone
{
    display: none;
}