span.rowlabel{
 	display: inline-block;
	float: left;
	width: 9em;
	text-align: right;
	margin-right: 6px;
	font-weight: bold;
	font-size: 0.8em;
}

div.row{
 	height: 2em;
}

.search_sep{
	border: 0;
	border-bottom: 1px gray dashed;
	height: 1px;
	margin: 5px 10px 5px 0;
}

p.search{
	font-weight: bold;
	margin-top: 2em;
	border-bottom: 1px solid black;
	margin-right: 10px;
}


div.search_result_odd, div.search_result_even{
	height: 134px;
	margin-right: 10px;
}
div.search_result_odd{
	background-color: #FFFAFA;
}
div.result_info{
	padding: 10px;
}
div.result_info p{
	margin: 8px 5px;
	padding-left: 5px;
}
div.result_info p.actions{
	margin: 0;
	margin-top: 30px;	
}

span.link_disabled{
	color: #999999;
}
.result_block_border {
	border: 1px solid #E0D0D0; 
	padding: 3px;
}
.result_block_container {
	width: 300px; 
	margin-left: 120px;
}