#searchright {
	width:32%;
	float:left;
	padding-bottom:10px;
	position:relative;
	padding-top:0;
	right:3px;
	overflow:hidden;
}
#searchleft {
	width:65%;
	float:left;
	padding-bottom:10px;
	margin-right:20px;
	position:relative;
	padding-top:0;
	left:3px;
	overflow:hidden;
}
div.thumbnail {
  float:left;
  position:relative;
  padding:1px 1px 1px 1px;
  margin:1px 2px 1px 0;
  background-color:#D2E7F9;
  text-align: center;
  border:1px solid #AAC8E5; 
  width:90px;
  overflow:hidden;
  height:60px;  
}
div.thumbnail img{
	border:0;
	margin:auto;
}
div.thumbnail:hover{
	background-color: transparent;
	z-index: 5;
}
.formfields{width:90%; position:relative; left:10px}
.table_title{
	width:75px;
	text-align:center;
	border-bottom: 1px dotted #CCC;
	border-left: 1px dotted #CCC;
	font-weight:bold;
	background-color:#DEEAF6;
}
.table_value{
	padding:1px;
	text-align:center;
	border-bottom: 1px dotted #CCC;
	border-left: 1px dotted #CCC;
	background-color:#DEEAF6;
}
#table_full{
	float:right;
	width:300px
}
#search_table td, #search_table tr, td, tr{
	text-align:left;
}
#search_table{
	margin:0 0 0 10px;
}