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


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


#estimate-box {
	display: block;
	width: 270px;
	height: 266px;
	background: #F5FFE6;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto;
	padding: 5px 15px 15px 15px;
}

#estimate-box p {
	margin: 10px 0 10px 0;
}
.estimate-head {
	display: block;
	width: 280px;
	height: 44px;
	background: #C7E48F;
	text-align: center;
	font: bold 18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 10px;
}

.estimate-field {
	display:block;
	clear: both;
	width: 270px;
	padding: 8px 0 8px 0;
}

#estimate-form input {
	display: block;
	float: right;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
.estimate-field label {
	display: block;
	float: left;
	padding: 0 8px 0 0;
}

#estimate-form select {
	display: block;
	float: right;
	width: 180px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}