﻿#reg {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 420px;
}

#reg li {
    clear: both;
    padding: 14px 0;
    font-size: 14px;
    margin: 0;
    font-size: 14px;
}



#reg li .ip {
    border: 1px solid #3b4e5f;
    padding: 8px 10px;
    margin: 0;
    width: 100%;
    border-radius: 4px;
    vertical-align: middle;
    line-height: 30px;
    color: #97a7b4;
    font-size: 17px;
}

#reg li .ipt {
    border: 1px solid #ccc;
    padding: 8px 10px;
    margin: 0;
    height: 100px;
    border-radius: 4px;
    vertical-align: middle;
}

#reg li .w01 {
    width: 200px;
}

#reg li .w02 {
    width: 240px;
}

#reg li .w03 {
    width: 70px;
}

#reg li .w04 {
    width: 120px;
}

#reg li .w05 {
    width: 300px;
}

#reg dd {
    text-align: left;
    padding: 6px 0 6px 0;
}

#reg dd a {
    color: #06f;
    text-decoration: underline;
    font-size: 14px;
}

#reg dd a:hover {
    color: #f30;
}
#reg dd input[type=submit] {
    width: 420px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    border-radius: 5px;
    border: 0 none;
    outline: none;
    color: #fff;
    background-color: #72bf65;
}
#reg #strength {
    width: 190px;
    height: 16px;
    line-height: 16px;
    display: block;
    text-indent: 110px;
    font-size: 12px;
    color: #999;
}

#reg div {
    background: url(../../../lib/images/strength.gif) 0 0 no-repeat;
    margin: 0;
}

#reg .nothing {
    background-position: 0 0;
}

#reg .normal {
    background-position: 0 -12px;
}

#reg .general {
    background-position: 0 -26px;
}

#reg .special {
    background-position: 0 -40px;
}