#template_result_text {
    height: 300px;
    overflow: scroll;
    width: 900px;
}
#template_gen_frame {
    border:1px;
    overflow-x:hidden;
    overflow-y:scroll;
}
#template_result {
    display: none;
}
.static_context {
    height:500px;
    overflow:scroll;
    width:900px;
}
.dynamic_context {
    height:120px;
    overflow:scroll;
    width:900px;
}

#business_block #is_business,
#business_block label {
    float: left;
}

#business_block label {
    margin-right: 5px;
}

#business_block,
#category_block {
    clear: both;
}
