﻿.search_widget_div{
	position: absolute;
	width: 250px;
	left: 10%;
	top: 10px;
	overflow: hidden;
	background-color: #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
.search_widget_div_level1{
	width:100%;
	height:29px;
	background-color: #e8e8e8;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	direction:rtl;
}
.search_widget_textfield{
	border: 0px #e8e8e8 solid;
	height:30px;
	text-indent: 5px;
	background-color: #e8e8e8;
	width: 201px;
	margin: 0px;padding:0px; 
	font-weight: normal;
	color: #676464;
	outline: none;
	font: 9pt "Droid Arabic Kufi" ,"leelawad", Arial;
	font-weight: normal;
	color: #676464;
}
.search_widget_btn{
	border: none;
	height:30px;
	width:42px;
	background:#ec550a url(../images/searchico.png) no-repeat 50% center;
	float:left;
}
.search_widget_btn:hover{
	background-color: #ff6000;
}
.search_widget_div_level2{
	width:100%;
	margin-top: 5px;
	margin-bottom: 5px;
	display: none;
	direction:rtl;
}
.search_widget_label{
	margin: 2px;
	font: 10pt "Droid Arabic Kufi" ,"leelawad", Arial;
;
	font-weight: normal;
	color: #676464;
}
.search_widget_checkbox{

}