/* search */

#searchLeft {
	float:left;
	width:40%;
	overflow:hidden;
}

#searchLeft .container {
	border:0px;
	border-right:1px solid #CCCCCC;
}

#searchRightTop .container {
	border:0px;
	border-bottom:1px solid #CCCCCC;
}

#searchRightTop {
	float:left;
	width:60%;
	overflow:hidden;
}

#searchRightBottom {
	float:left;
	width:60%;
	overflow:hidden;
}

#searchRightBottomLeft {
	float:left;
	width:40%;
}

#searchRightBottomRight {
	float:left;
	width:60%;
	overflow:hidden;
}

fieldset div {
	padding:0px;
	margin:0px;
}

label {
	font-size:12px;
}

.ui-controlgroup-label {
	font-size:12px;
}

label.ui-select {
	font-size:12px;

}

label.ui-slider {
	font-size:12px;
}

#searchRightBottomLeft input.ui-input-text {
	max-width:180px;
}

.short {
	width:120px;
}

.range {
	width:90px;
	margin-right:12px;
}
