#demos_container {
    height: 360px;
    }
#demos_howitworks {
    float: left;
    width: 413px;
    height: 288px;
    background: url('/media/images/form-bg.jpg') top center repeat-y;
    }
#demos_howtouseit {
    float: left;
    width: 413px;
    height: 288px;
    margin-left: 10px;
    background: url('/media/images/form-bg.jpg') top center repeat-y;
    }
#demos_howitworks .top, #demos_howtouseit .top {
    height: 288px;
    background: url('/media/images/form-top-title.jpg') top center no-repeat;
    }
#demos_howitworks .bottom, #demos_howtouseit .bottom {
    height: 264px;
    background: url('/media/images/form-bottom.jpg') center bottom no-repeat;
    padding:12px 25px;
    }
#demos_howitworks_img, #demos_howtouseit_img {
    float: right;
    margin: 0 0 15px 23px;
    }
.block_title {
    }
#demos_howitworks .block_buylink {
    margin-top:20px;
    }
