﻿body {
    line-height: 2.0;
}

.div_Col_Lable {
    float: left;
    width: 200px;
}
a
{
    color:#000;
    text-decoration:none;
}
a:hover
{
    color:#f00;
    text-decoration:none;
}
.div_Col_Textbox {
    float: left;
}

.div_Row {
    clear: both;
    text-align: left;
}

.signin {
    width: 700px;
    top: 30%;
    left: 30%;
    border: solid 3px #ccc;
    border-radius: 5px;
    height: 220px;
    background: #eee;
    position: absolute;
}

#div_Forgot ,#div_Register{
    display: none;
}

.Title {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}
.Register
{
    width: 600px;
    top: 30%;
    left: 30%;
    border: solid 3px #ccc;
    border-radius: 5px;
    height: 310px;
    background: #eee;
    position: absolute;
}
.Textbox_Login,.cssTextBoxMember
{
    width:300px;
    border:solid 1px #c1c1c1;
    border-radius:3px;
    height:20px;
}
.Message
{
    color:#f00;
}

