/* forms */



form.freeform_form textarea,
form.freeform_form input[type="text"],
form.freeform_form input[type="email"],
form.freeform_form input[type="url"],
form.freeform_form input[type="number"],
form.freeform_form input[type="password"],
form.freeform_form input[type="search"],
form.freeform_form select,
textarea.text_area,
input.text_field {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: white;
	font-family: inherit;
	border: 1px solid #cccccc;
	display: block;
	margin: 0;
	padding: 8px;
	width: 100%;
	*height: auto;
	font-size: 14px;
}

div#site_search input[type="submit"],
form.freeform_form input[type="submit"],
.button {
	background: #ff7300 url(../skin/arrow-white.png) 93% center no-repeat;
	border: 0;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	padding: 10px 50px 10px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: auto;
	border-radius: 2px;
	
	-webkit-transition: background-color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out;
	-ms-transition: background-color .1s ease-in-out;
	-o-transition: background-color .1s ease-in-out;
	transition: background-color .1s ease-in-out;
}

form.quotation input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #f3f5f8;
	font-family: inherit;
	border: none;
	display: block;
	margin: 10px 0 0 0;
	padding: 10px;
	width: 100%;
	*height: auto;
}

form.quotation label {
	font-size: 16px;
	margin-bottom: 5px;
	color: #292f36;
}

form.quotation input[type="submit"] {
	margin-top: 28px;
	background-color: #ff7300;
	color: #fff;
}

form.quotation input[type="submit"]:hover {
	background-color: #e86b04;
}

.button.full {
	width: 100%;
	padding: 15px 0;
	background-image: none;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: center;
}

.button.full span {
	padding-left: 15px;
	padding-right: 15px;
}

.button.full:hover {
	background-image: none;
}

.button.no-arrow,
.button.no-arrow:hover {
	background-image: none;
	text-align: center;
	padding: 8px 20px;
}

.button.large {
	font-size: 20px;
	padding: 15px 70px 15px 30px;
}

.button.small {
	padding: 10px 30px 10px 0px;
	width: 50%;
}

div#site_search input[type="submit"] {
	font-size: 12px;
	padding: 5px 10px;
}

div#site_search input[type="submit"]:hover,
form.freeform_form input[type="submit"]:hover,
.button:hover {
	background: #e86b04 url(../skin/arrow-white.png) 93% center no-repeat;
	color: #FFF;
}

form.freeform_form textarea,
textarea.text_area {
	height: auto;
	resize: vertical;
}

form.freeform_form fieldset,
div.fieldset {
	padding: 10px;
	margin-bottom: 20px;
	background: #EEE;
	border: 0;
}

form.freeform_form legend {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

div#recaptcha_container {
	margin-bottom: 10px;
}

input#recaptcha_response_field {
	padding: 0;
	height: auto;
}

form.freeform_form label.field_label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	color: #555;
}

form.freeform_form label.field_label span.info {
	float: right;
	font-weight: normal;
	font-size: 12px;
}

.placeholder {
	color: #444;
}

::-webkit-input-placeholder {
   color: #444;
}

:-moz-placeholder { /* Firefox 18- */
   color: #444;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #444; 
}

:-ms-input-placeholder {  
   color: #444;
}

div#general_errors {
	
}

span.error_message, div#general_errors {
	font-size: 12px;
	display: none;
	padding: 4px 6px;
	margin-bottom: 10px;
	background: #c60f13;
	color: #fff;
	font-weight: bold;
}

span.required_item {
	color: #F00;
}