/*.search_widget_div{
	position: absolute;
	width: 200px;
	right: 10px;
	overflow: hidden;
	background-color: #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}*/


.search_widget_div {
    background-color: #cccccc;
    border-radius: 5px;
    left: 3%;
    overflow: hidden;
    position: absolute;
    top: 83px;
    width: 200px;
    z-index: 9999;
}

.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: none;
	height:30px;
	text-indent: 5px;
	background-color: #e8e8e8;
	width: 154px;
	margin: 0px;padding:0px; 
	font: 9pt "leelawad";
	font-weight: normal;
	color: #676464;
}
.search_widget_btn{
	border: none;
	height:30px;
	width:42px;
	background:#ec550a url(../images/searchico.png) no-repeat 50% center;
}
.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: 70%;
    top: 83px;

}
}


@media (max-width: 480px) {
.search_widget_div {
    left: 3%;
    top: 80px;
}
#dayDate {
    top: 90px;
    width: 40%;
	left: 50%;
}
.section-breadcrumbs h1 { font-size: 1.45em; }
}

@media (max-width: 320px) {

.search_widget_div {
    left: 2%;
    top: 56px;
}
.section-breadcrumbs h1 { font-size: 1.45em; }
#dayDate {
    left: 15%;
    top: 0;
    width: 50%;
}

}