/* Live Search Desing */

.leave_search_contact-icon {
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 16px;
}
.ls_search_user_pm
{
    position:absolute;
}

#leavesearch,
#leavesearch_btn {
	border-radius: 0px 0px 10px 10px;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
	top: 0;
	z-index: 5;

	margin-left:0px;
	padding: 0 15px;
	background-color: #F0F0F0;
	position: fixed;
	line-height:normal;
}
#leavesearch {
	/*line-height: 25px;*/
	background-color: #F0F0F0;
	/*width: 680px;*/
	width:auto;
	height: 28px;
	display:none;
	padding: 3px 10px;
}
#leavesearch_btn {
	padding: 0 15px;
	cursor:pointer;
	font-weight: bold;
	height: 16px;
	/*display: none;*/
}


#leavesearch_btn_close 
{
    float:right; 
    padding:2px 3px; 
    cursor:pointer ;
}

#forum_live_search {
	width: 120px;
}
#topic_live_search {
	width: 115px;
}
#user_live_search{
	width: 140px;
}

#user_handle .pointer 
{
    left: auto; 
    right: 10px;
}

.phpbb_vk-icon {
	
  background: url("images/vk.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 16px;
  position: relative;
  width: 16px;

}

.livesearch-disable {
	opacity:0.3;
    filter:alpha(opacity=30); 
}

/*@media only screen and (max-width: 700px)
, only screen and (max-device-width: 700px) 
{
    #leavesearch_btn
	{
		display:none;
    }
}*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  
{   #leavesearch
    {
        height:auto;
    }
    #leavesearch lable 
    {
	    display:block;
    }
    #leavesearch input 
    {
	    width:140px;
    }
}