﻿
.search_widget_div {
    background-color: #cccccc;
    border-radius: 5px;
    left: 78%;
    overflow: hidden;
    position: absolute;
    width: 200px;
	top: 15px !important;
}

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

}


/*********************/

@media (max-width: 768px) {
.search_widget_div {
    left: 75%;
    top: 75px;

}
.change_lang {
    left: 60%;
    top: 15px;
}
}


@media (max-width: 480px) {
.search_widget_div {
    left: 3%;
    top: 83px;

}
}