.regInfo_stats dt {
    font-weight: bold;
}

@media screen {
    
    .regInfo_left {
        width: 464px;
        margin-right: 22px;
    }
    
    .regInfo_regName {
        font-size: 24px;
        font-weight: normal;
        padding: 2px 5px;
        background-color: #E6EFF7;
    }
    body.forrent .regInfo_regName {  }
    .regInfo_regName span { color: #CC6600; }
    
    #content .regInfo_left h1,
    #content .regInfo_right h2 {
        background-color: #E6EFF7;
        font-size: 15px;
        font-weight: bold;
        padding: 2px 5px;
        margin: 0;
    }
    
    dl.regInfo_stats {
        background-color: #EEF6FE;
    }
    .regInfo_stats dt {
        padding: 2px 4px;
        float: left;
        clear: left;
        width: 117px;
        text-align: right;
    }
    .regInfo_stats dd {
        padding: 2px 0 2px 3px;
        background-color: white;
        margin-left: 125px
    }
    
    
    .regInfo_right {
        width: 250px;
        float: right;
    }
    
    .regInfo_right .regInfo_feature {
        font-size: 12px;
        text-align: center;
    }
    .regInfo_right .regInfo_feature a {
        text-decoration: none;
    }
    
}

@media print {
}
