







#ppt-widget-advancedsearch-box input, #ppt-widget-taxonomy-box input {
 
float: right;
	padding: 3px 5px;
	border: solid 1px #bbbbbb;
	text-align: left;
	color: #666666;
	outline: none;
	background: #f2f2f2;
	background: -moz-linear-gradient( top, #e1e1e1 1%, #f8f8f8 100% );
	background: -webkit-gradient(linear, left top, left bottom, color-stop( 1%, #e1e1e1 ), color-stop( 100%, #f8f8f8 ));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#f8f8f8', GradientType=0 );
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

 
.selectBox-dropdown {
	position: relative;
	border: solid 1px #bbbbbb;
	height: 22px;
	text-decoration: none;
	text-align: left;
	color: #666666;
	outline: none;
	vertical-align: middle;
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #f8f8f8 1%, #e1e1e1 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop( 1%, #f8f8f8 ), color-stop( 100%, #e1e1e1 ));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e1e1e1', GradientType=0 );
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: default;
	float:right;
}
.side .selectBox-dropdown {
	clear: both; float: left;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
	border-color: #666666;
}

.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
	padding: 2px 8px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}
 
 
 
.selectBox { width:80px; float:right; }

#sidebar-left label, #sidebar label {  font-weight: normal; width:80px; float:left;
font-size: 11px;
display: normal;
padding-bottom: 0px; }

.left3cols .selectBox-dropdown  {
	min-width: 178px !important;
}
#ppt-widget-advancedsearch-box .left3cols input, #ppt-widget-taxonomy-box .left3cols input {
	min-width: 167px !important;
}
#ppt-widget-advancedsearch-box .left2cols input, #ppt-widget-taxonomy-box .left2cols input {
	width: 110px !important;
}


.left3cols .refreshclist { float:right; margin-top:-45px;  }
#AdvancedSearchTaxForm { padding:10px; padding-top:0px; }
 

