/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
form#userForm {
    width: auto;
    padding: 30px;
    overflow: visible;
    margin: auto;
    background: #fcfcfc;
    border: solid 1px #c2c2c2;
    font-family: inherit;
    color: #898989;
    font-weight: 300;
}
.enquiry-form h1 {
    font-size: 24px !important;
    color: #fff !important;
    padding: 15px 30px !important;
	margin-bottom: 0px;
    background: #959595 !important;
    font-weight: 200 !important;
    font-family: 'Open Sans', sans-serif !important;
}
.btn-primary, .btn-info, .btn-inverse, .btn {
    background-color: #86C355;
    color: #fff;
    border-color: transparent;
    box-shadow: inset 0 0 0 0 #86C355;
	border-radius: 0px;
	border: none;
}
.btn-primary:hover, .btn-info:hover, .btn-inverse:hover {
	box-shadow: inset 0 0 0 0 #959595;
	background-color: #959595;
	border-color: transparent;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	border-color: transparent;
	background-color: #959595;
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover, .btn-danger.focus, .btn-danger:focus, .btn-primary.focus, .btn-primary:focus {
	border-color: transparent;
	border-radius: 0px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .form-control {
	border-radius: 0px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.04);
}
.form-horizontal .control-label {
	text-align: left;
	width: 170px;
}