
#demo .RadDataForm {
    position: relative;
    overflow: visible;
    width: 450px;
}

#demo .RadDataForm {
    padding-top: 62px;
}

#demo .rdfHeader {
    position: absolute;
    top: -5px;
    left: -16px;
    width: 482px;
    height: 79px;
    background: url('images/header.png') 0 0 no-repeat;
}

#demo .rdfHeaderInner {
    height: 63px;
    margin: 4px;
    font-size: 24px;
    line-height: 60px;
    padding-left: 20px;
}

#demo .rdfBorders {
    border-top: 0 none;
}

#demo .rdfBlock {
    display: block;
}

#demo .rdfFieldValue {
    font-size: 1.5em;
}

#demo .rdfInput,
#demo .rdfHr {
    width: 220px !important;
}

#demo .rdfHr {
    height: 1px;
}

* + html div.RadDataForm .rdfFieldset,
* + html div.RadDataForm .rdfCommandButtons {
    width: auto;
}

.RadDataForm .rdfPager > span {
    float: left;
}

.size-custom {
    max-width: 450px;
}
.rdfCommandButtons .RadButton {

    margin-right: 10px;

}
