
/* #### bootstrap Form #### */
.bootstrap-frm {
    margin-left: auto;
    margin-right: auto;
/*    max-width: 600px; */
    max-width: 100%;
    background: #FFF;
    padding: 20px 30px 20px 30px;
    font: 14px Helvetica, Arial, sans-serif;
    color: #000;
    text-shadow: 1px 1px 1px #FFF;
    border: 0px solid #DDD;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.bootstrap-frm h1 {
    font: 25px Helvetica, Arial, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.bootstrap-frm h1>span {
    display: block;
    font-size: 11px;
}
.bootstrap-frm label {
    display: block;
    margin: 0px 0px 0px;
/*    border-top: 1px solid #CCC; */
    padding-top: 0.5em;
    padding-bttom: 0.5em;
}
.bootstrap-frm label>span {
    float: left;
    width: 28%;
    text-align: right;
    padding-right: 10px;
    margin: 0;
    margin-top: 10px;
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm textarea, .bootstrap-frm select{
    border: 2px solid #CCC;
    color: #000;
    height: 3em;
    line-height: 1.2em;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 0px;
    outline: 0 none;
    padding: 4px 0px 4px 4px;
    width: 60%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bootstrap-frm input[type="text"]:focus, .bootstrap-frm input[type="email"]:focus, .bootstrap-frm textarea:focus, .bootstrap-frm select:focus{
    border: 2px solid #0A3D9A;
    background: #CCEAFF;
}

.bootstrap-frm select {
    background: #FFF url('/assets/images/down-arrow.png') no-repeat right;
    background-position: 95% 10px;
    appearance: none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 60%;
    height: 40px;
    line-height: 25px;
}
.bootstrap-frm textarea{
    height: 100px;
    padding: 5px 0px 0px 5px;
    width: 60%;
}
.bootstrap-frm .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 4px;
                                
}
.bootstrap-frm .button:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}


label.chkbox_label {
    display: block;
    padding-left: 25px;
    text-indent: 0px;
    border-top: 0px;
    margin: 10px;
    padding: 0;
}

.section_items {
    padding-left: 28%;
}


input[type="checkbox"] {
    width: 16px;
    height: 16px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

