
input {
	font: 12px/16px  Verdana, Arial, Geneva, sans-serif;
	width: 12px;
	border-color: #d4d4d4;
	border-width: 1px;
	border-style: solid;
	background: white;
	color: #999999;
}

a {
	color: #999999;
	text-decoration:none;
}

a:hover, a.selected {
	color: #e4312c;
	text-decoration:none;
}

table.objectItem {
	margin: 0px 0px 10px 0px;
	height: 90px;
	text-align: left;
	width: 600px;
	table-layout: fixed;
}

table.objectItem col.col1 {
	width: 90px;
}

table.objectItem col.col2 {
	width: 20px;
}

table.objectItem col.col3 {
	width: 320px;
}

table.objectItem col.col4 {
	width: 10px;
}

table.objectItem col.col5 {
	width: 160px;
}

table.objectItem td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
}

table.objectItem td.td1 {
	/*text-align: right;*/
	text-align: left;
}

table.objectItem td.td5 {
	text-align: right;
}

div#searchResultDiv {
	float: left;
	background-color: #f2f2f2;
}