.content {
	text-align: center;
	margin: auto;
	}

.telephone {
	padding-bottom: 8px;
}
	
table {
	padding: 0;
	}
	
table td {
	padding-bottom: 4px;
	}
	
table td div.formError {
	display: inline;
	color: red;
	}

form {
	padding: 0;
	margin: 0;
}

form input, form select, form textarea {
	background-color: #fff;
	font-size: 10px;
	padding: 1px 0 1px 2px;
	}
	
form input {
	width: 112px;
}

form input.check_box {
  width: 12px;
  height: 12px;
}

form input.small {
	width: 90px;
	}
	
form input.just_right {
	width: 166px;
}

form input.medium {
	width: 200px;
}

form p {
	margin-right: 100px;
}

table#contact_table {
	padding-top: 10px;
	text-align: center; 
	margin: auto;
}

td {
	width: 50%;
	text-align: left;
	}
	
tr#comments td.label {
	padding-top: 2px;
	vertical-align: top;
	}
	
tr#comments td textarea {
	width: 250px;
	height: 100px;
	}

td.label {
	font-size: 12px;
	text-align: right;
	padding-right: 8px;
	}
	
td.warning {
	color: red;
}

.dotted_divider {
	border: dotted; 
	border-color: #000; 
	border-width: 1px 0 0 0; 
	font-size: 1px; 
	line-height: 1px; 
	margin: 15px 75px;
	padding-right: 0;
	width: 650px;
	text-align: center;
}

input#submit_button {
	color: #fff; 
	width: 150px; 
	height: 24px; 
	background-color: #f60;
	margin: 15px 0;
	font-size: 12px;
}

label#other {
	color: #888;
}

.mini_property {
  padding: 10px;
  background: #f6f6f6;
  margin-bottom: 5px;
  height: 40px;
  overflow: hidden;
  display: block;
}

.mini_property.last {
  margin-bottom: 0;
}

.mini_property img {
  cursor: pointer;
  border: solid;
  border-color: #ccc;
  border-width: 1px;
}

.mini_property img:hover, .mini_property img.hover {
  border-color: #f60;
}

.mini_property .check_box {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: transparent;
  margin-top: 6px;
  margin-right: 5px;
}

* html .mini_property {
  height: 60px;
}

.mini_property.selected {
  background: #afc;
}

.mini_property .check {
  padding-right: 5px;
  float: left;
}

.mini_property .mp_img {
  padding-right: 10px;
  float: left;
}

.mini_property .mp_img img {
  width: 60px;
}

.mini_property .text {
  float: left;
  width: 360px;
}

#properties {
  width: 500px;
  margin: auto;
  text-align: left;
  height: 260px;
  overflow: auto;
  overflow-x: hidden;
  border: solid 1px #ccc;
}

.optional {
  padding: 0 0 5px 25px;
}