html,body {
	margin: 0px;
	font-family: Arial;
	font-size: medium;
	height:100%;
	background-color: lightgrey;
	margin: 10px;
}
.text10pxblack {
	font-size: 10px;
}
.text11pxblack {
	font-size: 11px;
}
.text12pxblack {
	font-size: 12px;
}
.text14pxblack {
	font-size: 14px;
}
.ui-combobox {
	position: relative;
	display: inline-block;
}
.ui-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* support: IE7 */
	*height: 1.7em;
	*top: 0.1em;
}
.ui-combobox-input {
	margin: 0;
	padding: 0.3em;
}
.img_style {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bg_head{
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 0%, #e6e6e6 50%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#e6e6e6));
	background: -webkit-linear-gradient(left,  #ffffff 0%,#e6e6e6 50%);
	background: -o-linear-gradient(left,  #ffffff 0%,#e6e6e6 50%);
	background: -ms-linear-gradient(left,  #ffffff 0%,#e6e6e6 50%);
	background: linear-gradient(to right,  #ffffff 0%,#e6e6e6 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=1 );
	border-radius: 10px 10px 0px 0px;
}
.autocomplete-zindex {
	z-index: 1000
}
.disabled {
    pointer-events: none;
    opacity: 0.4;
}