﻿#example .demo-container {
    padding: 20px 0;
    width: 600px; 
    min-height: 250px;
    border: 1px solid #3b5998;
    border-bottom-width: 5px;
    background: #fcfdfe url("images/tfb-tile.png") left bottom repeat-x;
    line-height: 18px;
}
 
/** Telerik Form Builder */
.tfb-form { 

}
 
 
/** TFB header */
.tfb-header {
    margin: -20px 0 40px 0;
    padding: 10px 25px 10px 125px;
    color: #ffffff;
    background: #3b5998 url("images/tfb-header-tile.png") left bottom repeat-x;
    line-height: 28px;
    position: relative;
}
 
.tfb-header:before {
    content: "";
    width: 94px;
    height: 71px;
    background: #5170b1 url("images/tfb-header-bg.png") center center no-repeat;
    position: absolute;
    top: 0;
    left: 15px;
}
 
.tfb-header h2 {
    margin: 0;
    padding: 0;
    color: inherit;
    font-weight: normal;
}
 
 
/** TFB rows */
.tfb-row {
    margin: 10px 0;
    padding: 1px 100px 1px 125px;
    *zoom: 1;
}
.tfb-row:after {
    content: "";
    display: block;
    clear: both;
}
 
.tfb-row .tfb-label {
    margin: 0 0 0 -105px;
    padding: 1px 0;
    width: 100px;
    color: #666666;
    text-align: right;
    float: left;
    display: inline;
}
 
.tfb-row .tfb-field {
    width: 371px;
    padding: 1px;
    border: 1px solid #6788be;
    background-color: #ffffff;
    font: 12px/16px "Segoe UI",Arial,Helvetica,sans-serif;
    resize: none;
}
 
.tfb-row.tfb-buttons {
    margin-top: 20px;
    text-align: right;
}
 
.tfb-row .tfb-button {
    padding: 3px 10px;
    border: 1px solid #3b5998;
    border-radius: 2px;
    color: #ffffff;
    background: #43609c url("images/tfb-button-tile.png") left top repeat-x;
    font: 12px/16px "Segoe UI",Arial,Helvetica,sans-serif;
}
 
.tfb-text {
    display: inline-block;
    overflow:hidden;
    width: 300px;
}