#property_info {
	width:708px;
	border:1px solid #021645;
}
#property_info_header {
	height:20px;
	line-height:20px;
	border-bottom: 1px dotted #021645;
	padding:0 10px;
}
#property_info_header_left {
	font-weight:bold;
	text-transform:uppercase;
	width:50%;
	float:left;
}
#property_info_header_right {
	width:50%;
	text-align:right;
	float:right;
}
#property_info_header_right a {
	text-decoration:none;
	color:#021645;
	line-height:20px;
}
#property_info_main {
	margin:10px;
}
#property_info_main_left {
	width:320px;
	float:left;
}
#property_info_main_right {
	width:360px;
	float:right;
	position:relative;
}
#property_info_buttons {
	width:90px;
	position:absolute;
	right:0;
	top:10px;
}
#property_info_buttons img {
	margin-bottom:10px;
}

#building_info {
	width:708px;
	border:1px solid #021645;
}
#building_info_header {
	height:20px;
	line-height:20px;
	border-bottom: 1px dotted #021645;
	padding:0 10px;
}
#building_info_header_left {
	font-weight:bold;
	text-transform:uppercase;
	width:50%;
	float:left;
}
#building_info_header_right {
	width:50%;
	text-align:right;
	float:right;
}
#building_info_header_right a {
	text-decoration:none;
	color:#021645;
	line-height:20px;
}
#building_info_main {
	margin:10px;
}
#building_info_main_left {
	width:320px;
	float:left;
}
#building_info_main_right {
	width:360px;
	float:right;
	position:relative;
}
#building_info_buttons {
	width:90px;
	position:absolute;
	right:0;
	top:10px;
}
#building_info_buttons img {
	margin-bottom:10px;
}

#map {
	margin-top:10px;
}
.previous {
	padding-left:10px;
	background:url(../images/left_arrow.jpg) no-repeat 0px -3px;
	margin-left:5px;
}
.next {
	padding-right:11px;
	background:url(../images/right_arrow.jpg) no-repeat 26px -3px;
	margin-left:5px;
}

.marginright
{
	margin: 0 10px 0 0;
}

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 0px;
	width: 320px;
}
ul.thumb li {
	padding: 0px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 100px;
	/*height: 110px;*/
	height: 85px;
}
ul.thumb li img {
	/*width: 100px;*/ /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 0px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}

#enlarged_image
{
	margin-bottom: 10px;
}

/*
 * Enquiry
 */
textarea
{
	width: 300px;
	height: 100px;
}


.frm_labels,
.frm_fields
{
	float: left;
}

.frm_labels
{
	width: 200px;
}

.frm_fields
{
	width: 200px;
}

#name,
#email,
#your_name,
#your_email,
#friend_name,
#friend_email,
#tel
{
	height: 30px;
}

#message
{
	height: 50px;
}

