@CHARSET "ISO-8859-1";

#tablecontainer {
	position: relative;
	float: left;
	
}

.header {
	color: black;
	font-size: 8pt;
	font-weight: bold;
}

.listingrow {
	position: relative;
	float: left;
	width: 100%;
	margin-left: 10px;
	font-size: 8pt;
	height: auto;
}

.listingrow .propertytype {
	float: left;
	width: 15%;
	
}

.listingrow .name {
	float: left;
	width: 16%;
	
}

.listingrow .address {
	float: left;
	width: 30%;
	
}

.listingrow .phone {
	float: left;
	width: 16%;
	
}

.listingrow .preferedtime {
	float: left;
	width: 15%;
	
}


.listingrow .edit {
	float: left;
}
.listingrow .remove {
	float: left;
}

	
	

#submitbutton {
	position: absolute;
	float: left;
	bottom: 16px;
	right: 242px;
}

#details {
	position: relative;
	float: left;
	width: 200px;
	height: 100px;
	top: -25px;
	left: 190px;
	
}

