			#DivSearch{
				float: left;
				margin-top: -32px;
				position: relative;
			}
			#tabs{
				width: 350px;
				padding: 0px;
				margin: 0px;
			}
			#tabs ul{
				padding: 0px;
				margin: 0px;
				width: 350px;
			}
			#tabs li:hover{
				//color: #fff;
				color: #2994ff;
				border-bottom: 4px solid #2687e8;
				//background: #2687e8;
			}
			#tabs li{
				display: block;
				float: left;
				text-align: center;
				//border: 1px solid #ccc;
				margin: 0px;
				padding: 0px;
				width: 90px;
				height: 22px;
				font: 14px vlkwebfont;
				color: #777;
				padding-top: 6px;
				//border-top-left-radius: 10px;
				//border-top-right-radius: 10px;
				margin-right: 7px;
				cursor: pointer;
				//text-transform: uppercase;
				//border-bottom: 0px;
				margin-bottom: -1px;
				//background: #ccc;
			}
			#tabs li.active{
				//background: #2994ff;
				//color: #fff;
				//border-bottom: 1px solid #ccc;
				color: #2994ff;
				border-bottom: 4px solid #2687e8;
			}
			#desc{
				width: 350px;
			}
			#desc div{
				//clear: left;
				//background: #2994ff;
				width: 350px;
				height: 190px;
				float: left;
				border: 1px solid #ccc;
				padding-top: 12px;
				padding-bottom: 2px;
				padding-left: 8px;
			}
			#desc div .textboxSearch{
				font: 14px vlkwebfont;
				margin-left: 35px;
				width: 162px;border:0px;
				float: left;
				padding-top: 3px;
				padding-bottom: 3px;
				padding-left: 8px;
				color: #777;
				margin-top: 6px;
				margin-bottom: 3px;
			}
			#desc div .cbosearchBox{
				font: 13px vlkwebfont;
				margin-left: 35px;
				padding-left: 8px;
				width: 270px;
				float: left;
				padding-top: 3px;
				padding-bottom: 3px;
				margin-top: 6px;
				border: 1px solid #ccc;
				background: none;
				margin-bottom: 3px;
				color: #777;
			}
			#desc div .textboxDuration{
				font: 14px vlkwebfont;
				margin-left: 35px;
				padding-left: 8px;
				width: 260px;
				float: left;
				padding-top: 3px;
				padding-bottom: 3px;
				color: #777;
				margin-top: 6px;
				margin-bottom: 3px;				
			}
			#desc div .btnSearch{
				width: 110px;
				height: 26px;
				background: none;
				//background-image: url('search.gif');
				float: right;
				font: 13px vlkwebfont;
				text-decoration: none;
				color: #777;
				//margin-left: 30px;
				margin-right: 45px;
				margin-top: 7px;
				text-align: center;
				cursor: pointer;
				border: 1px solid #ccc;
			}
			#desc div .btnSearch:hover{
				background: #2994ff;
				color: #fff;
			}
			option.nothing{
				color: #f2f2f5;
				font-size: 10px;
			}
			.cbosearchBox option{
				padding-left: 8px;
			}