﻿h1
{
    text-align: center;
    font-size: 20px;
}
#register
{
    width: 100%;
    margin-top: 10px;
}

#register .left
{
    text-align: right;
    width: 25%;
}
#register .right
{
    width: 40%;
}
#register .center
{
    width: 20%;
}
#register .center input
{
    width: 300px;
}
#register .sep
{
    text-align: center;
    height: 15px;
}
#register .sep .sep
{
    height: 1px;
    background-image: url('/images/line.gif');
    background-repeat: repeat-x;
}
#register hr
{
    border: #fff 1px solid;
    border-bottom: #5269bf 1px solid;
    overflow: hidden;
    margin: 5px 0px;
}
input.Warning,textarea.Warning
{
    background-color: #ffb;
}
