@import url("general.css");
@import url("tables.css");
@import url("sidebar.css");
@import url("forms.css");
@import url("pagination.css");

.corner {
  border: solid #dbdbdb;
	border-width: 0 1px 1px;
	padding: 15px 10px 10px;
	background:#fefefe url(layout/forms_bg.gif) repeat-x;
	width:170px;
	margin-right:20px;
	margin-bottom:20px;
	font-weight:bold;
}
.corner_addr {
  font-size:18px;
  font-weight:bold;
}
.citystatezip {
  color:#29323f;
	font-size: 16px;
	font-weight: normal;
	white-space:nowrap;
	vertical-align:bottom;
}
.price {
  color:#339900;
  font-size:20px;
}
.mortgage {
  font-weight:normal;
  font-size: 12px;
}
.bedbath {
  padding-top:5px;
}
.sqft {
  font-weight:normal;
  line-height:1.5;
}
.property_description {
  margin-top:20px;
  width:98%;
  line-height:1.5;
  background:#fefefe url(layout/forms_bg.gif) repeat-x;
  font-weight:bold;
  padding:5px;
  font-size:14px;
}
.sendemail {
  background-image:url(layout/action3.gif);
  background-repeat: no-repeat;
  padding-left:18px;
}
.sendfriend {
  background-image:url(layout/action2.gif);
  background-repeat: no-repeat;
  padding-left:18px;
}

