.searchTable, #detailsTable {
	width: 99%;
	max-width: 99%;
	margin: 0;
	border-collapse: collapse;
}

#detailsTable td {
	text-align: left;
}

.searchTable input {
	width: 100%;
	background-color: white;
	border: 1px solid black;
}

.propertyValue input, .propertyValue select {
	width: 300px;
	background-color: white;
	border: 1px solid black;
}

.propertyValue input {
	width: 298px;
}
	
.propertyName {
	width: 45%;
	padding: 3px 0;
	text-align: left;
}

.propertyValue {
	width: 55%;
	padding: 3px 0;
}

