
.Infobox dl {
        background:#eeeeee url('./../../images/icon/iconCommentInfo.png') no-repeat scroll right bottom;
        -moz-border-radius-bottomleft:10px;
        -moz-border-radius-bottomright:10px;
        -moz-border-radius-topleft:10px;
        -moz-border-radius-topright:10px;
        margin:1px;
        padding:1em;
}

.Infobox dl dt {
        clear:left;
        float:left;
        margin:0px;
        width:100px;
        font-weight:bold;
        margin:0px 0px 3px 0px;
}

.Infobox dl dd {
        margin:0px 0px 3px 100px;
}

.Infobox {
        margin:15px 0px;
        background:#ffffff none repeat scroll 0% 0%;
        border:1px solid #CDCDCD;
        -moz-border-radius-bottomleft:10px;
        -moz-border-radius-bottomright:10px;
        -moz-border-radius-topleft:10px;
        -moz-border-radius-topright:10px;
}

.Infobox dl dt {
        clear:left;
        float:left;
        margin:0px;
        width:125px;
        font-weight:bold;
        margin:0px 0px 4px 0px;
        padding-right:15px;
}

.CompanyDetailInfobox dl dd {
        margin:0px 0px 4px 100px;
}
