body{
    font-size:13px;
}

.asterisk{
    color:red;
    font-weight:bold;
}
#reg_table{
    text-align:left;
    width: 655px;
    font-size: 9pt;
    border:1px dashed #000000;
    padding:0px;
    margin:0px;
    border-spacing:0px;
    color:#454545;
}
#reg_table tr td{
    padding: 10px 0px 5px 15px;
    margin:0px;
    line-height:25px;
}
#reg_table tr td tr td{
    padding: 0px;
}

.tb_r_font{
    color:#FF0000;
    font-weight:bold;
}

/* buttons */
.form-reset {
    position: relative;
    top: 0;
    left: 0px;
    width: 80px;
    height: 25px;
}
.form-reset img {
    position: absolute;
    clip: rect(2px 82px 27px 2px);
}
.form-reset-over{
    position: relative;
    top: 0;
    left: -81px;
    width: 80px;
    height: 25px;
}
.form-reset-over img {
    position: absolute;
    clip: rect(2px 163px 27px 83px);
}

.form-submit {
    position: relative;
    top: -52px; left: 0px;
    width: 81px; height: 25px;
}
.form-submit img {
    position: absolute;
    clip: rect(54px 82px 81px 2px);
}
.form-submit-over{
    position: relative;
    top: -52px; left: -81px;
    width: 81px; height: 25px;
}
.form-submit-over img {
    position: absolute;
    clip: rect(54px 163px 81px 83px);
}

.close-btn {
    position: relative;
    top: -27px;
    left: -55px;
    left: -15px \9;
    *left: -55px;
    width: 81px;
    height: 25px;
}
.close-btn img {
    position: absolute;
    clip: rect(27px 82px 54px 2px);
}
.close-btn-over{
    position: relative;
    top: -27px;
    left: -136px;
    left: -96px \9;
    *left: -136px;
    width: 81px;
    height: 25px;
}
.close-btn-over img {
    position: absolute;
    clip: rect(27px 163px 54px 83px);
}

.reg-data-title{
    position: relative;
    top: -135px;
    left: 0px;
    width: 160px;
    height: 35px;
}
.reg-data-title img {
    position: absolute;
    clip: rect(125px 160px 160px 0px);
}

.reg_success_img{
    position: relative;
    top: -105px;
    left: -108px;
    left: -58px \9;
    *left: -108px;
    width: 100px;
    height: 25px;
}

.reg_success_img img{
    position: absolute;
    clip: rect(83px 165px 110px 58px);
}
