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

label {
	width 15em;
	text-align: left;
}
.house-left {
	border: 2px solid #ecdeaf;
	display: block;
	float: left;
	height: 420px;
	margin: 5px 5px 5px 5px;
	width: 320px;
}
.house-left p {
	margin: 0 10px 0 10px;
}
.house-left h3 { background:#ecdeaf; text-align: center; }
.house-right {
	border: 2px solid #ecdeaf;
	display: block;
	float: right;
	height: 420px;
	margin: 5px 15px 5px 5px;
	width: 320px;
}
.house-right p {
	margin: 0 10px 0 10px;
}
.house-right h3 { background:#ecdeaf; text-align: center; }
./*house-container {
	display:block;
	margin: 5px 0 5px 5px;
	width: 500px;
}
.house {
	float:left;
	height:auto;
	margin:0 0px 0 0;
	width: 250px;
}
.info {
	/*float:right;*/
	/*height: auto;
	margin: 0;
	width: 500px;
}*/
.house-img {
	float:left;
	width: 315px;
}
.left {	
	float:left;
	margin-left: 10px;
}
.right {
	float:right;
	margin-right: 10px;
}
