﻿body {
    padding:0;
    margin:0;
    text-align:center;
}
#regfrm 
{
    width:100%;
    display:inline-table;
    border:1px solid #999;
    background-color:#fff;
    margin-bottom:0px;
    *padding-bottom:20px;
}
#regfrm #regleft strong
{
    height:25px;
    font-size:13px;
    line-height:25px;
    color:#fff;
    background-color:#999;
}
#regfrm #regleft
{
    width:28%;
    float:left;
    margin-left:25px;
    margin-top:20px;
    height:500px;
    border:solid 1px #999;
    margin-bottom:20px;
    _margin-left:10px;
    background-color:#f8f8f8;
    display:inline-table;
}
#regfrm #regleft input
{
    clear:both;
}
#regfrm #regleft label
{
    float:left;
    width:100%;
    font-size:13px;
    color:#666;
    text-align:left;
    margin-left:12px;
    height:30px;
    background-color:#f8f8f8;
    overflow:hidden;
    text-overflow:ellipsis;
}
#regfrm #regright
{
    float:right;
    width:66%;
    text-align:left;
}
#regfrm #regright h3
{
    text-indent:15px;
    color:#c00;
    font-size:23px;
    margin:20px 0px 0px;
}
#regfrm #regright p
{
    margin:13px 0px 30px;
    text-indent:15px;
    color:#999;
    font-size:12px;
}
#regfrm #regright label
{
    display:block;
    font-size:13px;
    color:#666;
    height:28px;
    line-height:28px;
}
#regfrm #regright label .regname
{
    color:#333;
    text-indent:15px;
    display:block;
    float:left;
    width:82px;
}
