@charset "utf-8";
/* CSS Document */

#page_holder {
	margin-left:20px;
	width:900px;
}

.heading_main {
	font-size:20px;
}

div.rule {
	height:20px;
	border-top:1px dotted #666666;
	width:100%;
}

div.content_left {
	width:500px;
	float:left;
}

div.content_right {
	width:380px;
	float:right;
}
div.greybox {
	background-color:#e8e7e7;
	padding:20px;
	margin-bottom:20px;
}

div.form_left {
	width:230px;
	float:left;
	text-align:right;
}

div.form_right {
	width:200px;
	float:right;
}

.form_text {
	font-size:20px;
	color:#999999;
	padding-right:20px;
	text-align:right;
}

input, select {
	width:100px;
	padding:3px;
}

input.est_price {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	color:#F8F0AF;
	float:left;
	font-size:30px;
	height:40px;
	line-height:40px;
	padding:0;
	width:115px;
}

.statement {
	width:600px;
	padding: 0 0 30px 0;

}
