/* floating box style */
.floating-form {
    width: 325px;
    padding: 15px 0;
    font: 13px latosemibold;
    background: #1e1e1e;
    border: 1px solid #ddd;
    top: 30px;
    right: 0px;
    position: fixed;
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.06);
}
.contact-opener {
    position: absolute;
    font-size: 14px;
    left: -81px;
    transform: rotate(-90deg);
    top: 110px;
    padding: 9px 25px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    cursor: pointer;
    border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#899018+0,8b8c1d+34,737706+100 */
    background: #91951d; /* Old browsers */
    background: -moz-linear-gradient(top,  #91951d 0%, #8b8c1d 34%, #737706 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #91951d 0%,#8b8c1d 34%,#737706 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #91951d 0%,#8b8c1d 34%,#737706 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#899018', endColorstr='#737706',GradientType=0 ); /* IE6-9 */

    -moz-box-shadow: inset 0px 1px 0px 0px #899018;
    -webkit-box-shadow: inset 0px 1px 0px 0px #899018;
    box-shadow: inset 0px 1px 0px 0px #899018;

}
.floating-form-heading{
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    color: #FFF;
    border-bottom: 1px solid #000;
    padding: 10px 15px;
    background: #282828;
}
.floating-body {
    background: #282828;
    border-top: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
}
#contact_body {padding: 15px;border-bottom: 1px #000 solid;}
#contact_body label{
    display: block;
    margin: 0px 0px 15px 0px;
}

#contact_body label.radio{
    display: inline;
    margin: 0px 25px 15px 0px;
    font-weight: bold;
    color: #fff;
}
#contact_body label > span{
    display: block;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    padding-top: 8px;
    padding-right: 5px;
}
#contact_body span.required{
    color:red;
}
#contact_body input.input-field{
    width: 68%;

}

#contact_body input.input-field,
#contact_body .tel-number-field,
#contact_body .textarea-field,
#contact_body .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
    display: block;
    width: 100%;
	color:#000;
}
.tel-num {display:block;position:relative;padding-left: 50px;}
#contact_body.tel-number-field{
    width: 40px;
    text-align: center;
    position: absolute;
    top: 0;left: 0;
}
#contact_body  .long{
    width: 100%;
    position: relative;
    display: block;
    text-align: left;
}
#contact_body .input-field:focus,
#contact_body .tel-number-field:focus,
#contact_body .textarea-field:focus,  
#contact_body .select-field:focus{
    border: 1px solid #0C0;
}
#contact_body .textarea-field{
    height:100px;
    width: 100%;
}
#contact_body input[type="button"],
#contact_body input[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
    box-shadow: inset 0px 1px 0px 0px #3985B1;
    border: 1px solid #17445E;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px latosemibold;
}
#contact_body input[type="button"]:hover,
#contact_body input[type="submit"]:hover {
    background: rgba(200,0,0,1)
}
#contact_body .success{
    background: #D8FFC0;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 5px 0px;
    border: none;
    font-weight: bold;
    color: #2E6800;
    border-left: 3px solid #2E6800;
}
#contact_body .error {
    background: #FFE8E8;
    padding: 5px 10px 5px 10px;
    margin: 10px 0px 5px 0px;
    border: none;
    font-weight: bold;
    color: #FF0000;
    border-left: 3px solid #FF0000;
}

.btn-wrapper {text-align: center;margin-top: 20px;}
#submit_btn {
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    border: 0px #a9af04 solid;
    display: inline-block;
    padding: 13px 25px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#899018+0,8b8c1d+34,737706+100 */
    background: #0189d3;

    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;

}

#submit_btn:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#899018+0,8b8c1d+34,737706+100 */
    background: #f00; /* Old browsers */
    background: -moz-linear-gradient(top,  #737706 0%, #8b8c1d 34%, #91951d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #737706 0%,#8b8c1d 34%,#91951d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #737706 0%,#8b8c1d 34%,#91951d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737706', endColorstr='#91951d',GradientType=0 ); /* IE6-9 */
}