

	#citizen_search{
		width:100%; /**** 912px **/
		margin:45px 0 0 0;
		text-align:left;
		
	}

	#search_criteria{
		margin:15px auto 0 auto;
		width:892px;
		border-bottom:1px solid #b2b2b2;
		height:30px;
		min-height:30px;

	}
	
	.type{
		margin: 0 20px 5px 0;
		float:left;
		height:20px;
		vertical-align:middle;

	}
	.type #text{
		margin: 3px 0px 0 5px;
		float:left;
		
	}
	.type #image{
		margin: 5px 0 0 5px;
		float:left;
		
	}
	.type #checkBtn{
		margin: 0 0 0 5px;
		float:left;
		width:22px;
		height:22px;		
	}
	
	#citizen_search_fields_bgr{
		background-image:url('../img/ctzn/search_fields_bgr.png');
		background-repeat:repeat-x;
		height:82px;
		min-height:82px;
		width:892px;
		margin:5px auto 0 auto;	
	}
	
	.citizen_search_fields{
		width:200px;
		margin:5px 5px 0 5px;	
		float:left;
	}
	
	.citizen_search_fields #text{
		width:100%;
		margin: 0 0 5px 0;
	}
	.citizen_search_fields #criteria_fields{
		width:100%;
		margin: 0 0 5px 0;
	}
	.citizen_search_fields #minitext{
		color:#666666;
		font-size:10px;
		width:100%;
		margin: 0 0 5px 0;
	}
	
	#citizen_search_go{
		margin:23px 18px 0 0;
		float:right;
	
	}
	
	.search_results_pages{
		border-top:1px solid #b2b2b2;
		margin: 5px 10px 0 auto;
		width:892px;
		height:30px;
		min-height:30px;
	
	}
	
	#search_results{
		margin: 5px 10px 0 auto;
		padding: 15px 0;
		width:892px;
		height:350px;
		min-height:350px;

	
	}
	
	.search_results_pages #text{
		margin:10px 0 0 0;
		float:left;
		width:80%;
	}
	
	.search_results_pages #pagination{
		margin:5px 10px 0 0;
		float:right;
		width:15%;
		text-align:right;
		vertical-align:middle;
	}














.searchResult {
	margin: 0;
	padding: 5px 0 25px 0;
	width: 127px;
	height: 160px;
	overflow: hidden;
	float: left;
	background: transparent;
	font-size: 9px;
	line-height: 10px;
}

.searchResult .photo {
	margin: 0;
	padding: 0;
	background: #e8e8e8;
	text-align: center;
	float: left;
	
	display: table;
	width: 87px;
	height: 87px;
	#position: relative;
	overflow: hidden;
}

.searchResult .photo div {
	margin: 0;
	padding: 0;
	
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	left: 0;
	text-align: center;
	width: 100%;
}

.searchResult .photo div img {
	#position: relative;
	#top: -50%;
	float: none;
	margin: 0;
}


.searchResult .flag {
	float: right;
}

.searchResult .flag img {
	margin: 0 25px 0 0;
	padding: 0;
	float: none;
}




.searchResult .resultDetails {
	margin: 0;
	padding: 5px 20px 4px 0;
	clear: left;
}

.searchResult .resultDetails p {
	margin: 0;
	padding: 1px 0;
	font-size: 9px;
	line-height: 10px;
}

.searchResult .resultDetails p img {
	margin: 0;
	padding: 0;
}












/* STUFF BELOW NOT USED! 


	.search_result_block{
		float:left;
		display:inline;
		width:127px;
		margin: 20px 0 10px 0;
	}
	
	.search_result_block #image{
		width:89px;
		min-height:89px;
		height:89px;
		margin: 1px 0 1px 0;
		background-color:#e3e3e3;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		border:1px solid #e3e3e3;
		float:left;

	}

	.search_result_block #image img{
		vertical-align:middle;
	}

	.search_result_block #flag{
		float:left;
		display:inline;
		width:10px;
		height:17px;
		min-height:17px;
		margin: 10px 0 0 3px;
	}

	.search_result_block #text{
		float:left;
		display:inline;
		width:100%;
		margin: 3px 0 0 0;
	}	
	
 STUFF ABOVE NOT USED! */