			body div.qtip div.content{
   padding: 0;
   margin: 0;
   height: auto; min-height: auto;
   width: auto; min-width: auto;
}
			ul {
				list-style-type:none;
			}
			
			#result {
				display:none;
				width:810px;
				background-color:#F9E8D5;
				
			}
			#field {
				width:800px;
				height:30px;
				font-size:25px;
				padding-left:5px;
				
			}
			#box {
				display:block;
				position:relative;
				font-size:17px;
				/*left:50%;*/
				/*margin-left:-402px;*/
			
			}
			.singleresult {
				padding-left:5px;
				table-layout:fixed; 
				width:805px;
				height:20px;
				overflow:hidden; 
				word-wrap:break-word; 
			}
			.highlight {
				font-weight:bold;
			}
			#load {
				text-align:center;
			}
			.singleresult:hover {
				background-color:#E9B17A;
			}
			.balloon_img:hover {
				cursor:pointer;
			}
			#message {
				width:805px;
				padding-left:5px;
				background-color:#EC7D33;
				display:none;
			}
