@charset "UTF-8";
/* CSS Document */


/*--------------HEADER IMG------------*/


#header_img
{
	position: relative;
	width: 960px;
	height: 340px;
	margin: 20px 0 0 0;
}


/*------------ESTIMATE WRAPPER------------*/


#estimate_wrapper
{
	position: relative;
	width: 960px;
	margin: 40px 0 0 0;
}


#estimate_leftcol
{
	float: left;
	width: 450px;
	margin: 0 0 0 0;
}


#estimate_rightcol
{
	float: right;
	width: 470px;
	/*margin: 5px 0 0 0;*/
	margin: 0 0 0 0;
}


/*------------CONTACT FORM STYLES------------*/


.title
{
	position: relative;
	width: 450px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
	color: #6D6E71;
	margin: 0 0 10px 0;
}
	


.input
{
	position: relative;
	width: 408px;
	height: 15px;
	border: dotted 1px #A0A0A0;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
	color: #6D6E71;
	padding: 6px 20px;
	margin: 0 0 20px 0;
}


.text_area
{
	position: relative;
	width: 428px;
	height: 47px;
	border: dotted 1px #A0A0A0;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
	color: #6D6E71;
	padding: 6px 20px;
	margin: 0 0 20px 0;
}


.choose_file
{
	position: relative;
	width: 470px;
	height: 24px;
	margin: 20px 0 0 0;
}


.submit_relative
{
	position: relative;
	width: 470px;
	margin: 20px 0 0 0;
}


.submit_btn
{
	float: right;
	width: 140px;
	background: #5AAFE1;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	padding: 2px 20px;
	padding-right: 6px;
	margin: 0 0 0 0;
}


.submit_text
{
	float: left;
	width: 90px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
	color: #fff;
	margin: 12px 0 0 0;
}


.submit_arrow
{
	float: right;
	width: 36px;
	margin: 0 0 0 0;
}


.detect
{
	display: none;
}


/* POLICY LINK */

a.policy_link
{
	text-decoration: underline;
	color: #6D6E71;
	outline: none;
}

a.policy_link:hover
{
	text-decoration: none;
}