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

#estimate-page
{
	width: 690px;
	float: left;
	margin-left: 30px;
	display: inline;
	margin-top: 20px;
	font-size: 12px;
	margin-top: 30px;
}

#estimate-page h1
{
	float: left;
	clear: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #093F1B;
	padding-bottom: 15px;
}

#estimate-page p
{
	padding-bottom: 15px;
	font-size: 0.9em;
	float: left;
	clear: left;
}

#theform
{
	float:left;
	clear:none;
	width: 480px;
	background-color:#F7F7F7;
	border: 1px solid #C1C1C1;
	padding-top: 15px;
	margin-left: 100px;
	margin-top: 10px;
}

#theform h2
{
	float: left;
	clear: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #093F1B;
	padding-bottom: 15px;
	padding-left: 120px;
	text-transform: uppercase;
	width: 350px;
}

.form-row
{
	clear: left;
	float: left;
	padding-bottom: 5px;
	width: 100%;
}

.important{
	display: none;
}

.form-row label
{
	text-align: right;
	float: left;
	width: 110px;
	margin-right: 10px;
	font-size: 0.8em;
	color: #828282;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 6px;
}

#theform input, #theform select
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;		
}

.form-input
{
	float: left;
	width: 280px;
	padding: 4px;
	background-color: #EBEBEB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ACACAC;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #ACACAC;
	color: #093F1B;
}

.form-input-highlight
{
	float: left;
	width: 280px;
	padding: 4px;
	background-color: #FFB4B4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ACACAC;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #ACACAC;
	color: #093F1B;
}

.form-required
{
	background-image: url(/images/page/star.gif);
	background-repeat: no-repeat;
	background-position: 420px 3px;
}

.form-row + h2
{
	padding-top: 15px;
}

#theform p
{
	padding-left: 20px;
	line-height: 170%;
	display: inline;
	float: left;
	clear: left;
	width: 450px;
}

#theform select
{
	width: 290px;
}

#enquiry-form-products
{
	clear: left;
	float: left;
	margin-bottom: 10px;
	width: 480px;
}

.add-product
{
	display: inline;
	margin-left: 120px;
	float: left;
	clear: left;
	height: 26px;
	width: 148px;
}

.remove-product
{
	display: inline;
	float: left;
	padding-top: 2px;
	width: 200px;
}
#theform .remove-product p         
{
	padding-left: 5px;
	display: inline;
	float: left;
	width: 200px;
}

.remove-product a:link, .remove-product a:visited, .remove-product a:hover, .remove-product a:active
{
	colour: #ccc;
}	

#submit-button
{
	float: left;
	clear: left;
	margin-left: 120px;
	display: inline;
}

#submit-button-off
{
	float: left;
	clear: left;
	margin-left: 120px;
	display: inline;
}

#required-info
{
	padding-top: 15px;	
}

#placeholder
{
	float:left;
	clear:left;
	width: 400px;
	background-color:#F7F7F7;
	border: 1px solid #C1C1C1;
	padding-top: 15px;
	margin-left: 100px;
	margin-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

#placeholder h2
{
	float: left;
	clear: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #093F1B;
	padding-bottom: 15px;
}

#placeholder p
{
	padding-bottom: 15px;
	font-size: 0.9em;
	float: left;
	clear: left;
}

.child-product
{
	margin-top: 10px;
	float: left;
}

