#tipue_drop_input
{
  font: 11px/1.7 'Play', sans-serif;
	color: #333;
	padding: 8px 8px 8px 33px;
	width: 138px;
	border: 1px solid #e2e2e2;
	border-radius: 0;
     box-shadow: none;
	outline: 0;
	margin: 0;
	background: #fff url('search.png') no-repeat 10px 10px;
}
#tipue_drop_input:focus
{
     border-color: #ccc; 
}
#tipue_drop_content
{
     display: none;
     position: absolute;
     margin: 5px 15px 0px 15px;
     padding: 0 1px 1px 1px;    
     background-color: rgba(200,200,200,.6);
     border-radius: 3px;
     z-index: 1000; 
     box-shadow: 2px 2px 1px rgba(150,150,150,0.2);
     border: 1px solid rgba(150,150,150,0.1); 
}
#tipue_drop_content a
{
     text-decoration: none;
     font-size: 12px;
     text-align: left;
}
.tipue_drop_item
{
     background-color: rgba(250,250,250,.7);
     text-align: left;
     border-radius: 1px;
     padding: 7px 14px;
     margin-top: 1px;  
     color: #000;      
}

.tipue_drop_item:hover{
 background-color: rgba(0,0,230,.7);
 color: #fff;
 cursor: pointer;
}


.tipue_drop_text
{
     font: 12px/1.6 'Play', sans-serif;
	color: #333;
	padding: 3px 10px 0 10px;
     word-break: break-all;
     word-break: break-word;
     hyphens: auto; 
}
#tipue_drop_point
{
     position: absolute;
     margin-left: 20px;
     margin-top: -10px;
     width: 19px;
     height: 9px;
     background-image: url('point.png');
     z-index: 1000;
}
#tipue_drop_fade
{
     display: none;
     position: absolute;
     top: 0;
     left 0;
     width: 100%;
     height: 100%;
     background-color: #fff;
     opacity: .30;
     z-index: 200;
}
.tipue_drop_image
{
     width: 60px;
     height: auto;
     outline: 0;
     opacity: 1;
     transition: opacity .30s ease-in-out;
}
.tipue_drop_image:hover
{
     opacity: 0.7;
}
.tipue_drop_no_items
{
     font: 12px/1.6 'Open Sans', sans-serif;
	color: #333;
     padding: 11px 11px 12px 11px;
     background-color: #fff;
     border-top: 1px solid #e2e2e2;
}