

/* floating box style */
.floating-form {
    width: 325px;
    padding: 15px 0;
    font: 13px;
	font-family:'museo_sans500';
    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);
	z-index:500;
}
.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;
}
h2.fb, h4.fb { 
	padding:15px;
	font-family:'MyriadProRegular';	
	text-transform:uppercase;
	color:#ccc!important;
}
h2.fb { font-size:20px; margin-top:10px; }
h4.fb { font-size:16px; margin-left:10px; }

#contact_body {
	padding: 15px;
	border-bottom: 0px #000 solid;
	font-family:arial;
}
#contact_body label{
    display: block;
    margin: 0px 0px 15px 0px;
	font-family:arial;
}

#contact_body label.radio{
    display: inline;
    margin: 0px 25px 15px 0px;
    font-weight: bold;
    color:#c7c7c7;
	font-family:arial;
}
#contact_body label > span{
    display: block;
    font-weight: bold;
    color:#c7c7c7;
    margin-bottom: 5px;
    padding-top: 8px;
    padding-right: 5px;
	font-family:arial;
}
#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%;
}
.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;
	font-family:arial;
}
#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: #111;
    padding: 8px 18px;
    text-decoration: none;
    font-size: 12px;
	font-family:arial;
}
#contact_body input[type="button"]:hover,
#contact_body input[type="submit"]:hover {
    background: #ff0;
}
#contact_body .success, #contact_results .success {
    background: #575757;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 5px 0px;
    border: none;
    font-family:'museo_sans900';
    color: #00f406!important;
    border-left: 3px solid #2E6800;
	font-family:arial;	
}
#contact_body .error {
    background: #FFE8E8;
    padding: 5px 10px 5px 10px;
    margin: 10px 0px 5px 0px;
    border: none;
    color: #FF0000;
    border-left: 3px solid #FF0000;
	font-family:arial;
}

.btn-wrapper {text-align: center;margin-top: 20px;}
#submit_btn {
    font-size: 13px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    border: 1px #ccc solid;
    display: inline-block;
    padding: 8px 35px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#899018+0,8b8c1d+34,737706+100 */
    background: #930000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	font-family:arial;
}

#submit_btn:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#899018+0,8b8c1d+34,737706+100 */
    background: #00f406; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #00f406 0%, #8b8c1d 34%, #91951d 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top,  #00f406 0%,#8b8c1d 34%,#91951d 100%); /* Chrome10-25,Safari5.1-6 */
   /* background: linear-gradient(to bottom,  #00f406 0%,#8b8c1d 34%,#91951d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f406', endColorstr='#91951d',GradientType=0 ); /* IE6-9 */
}