#main_div .your_diamonds_content .your_diamonds_detail .carats_box .filter .end input[type="text"] {
    background: url("../images/price_bg.png") no-repeat scroll left center, url("../images/price_bg.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    border: medium none;
    float: right;
    font-size: 11px;
    height: 26px;
    line-height: 28px;
    text-align: center;
    width: 13%;
}

#main_div .your_diamonds_content .your_diamonds_detail .carats_box .filter .start input[type=text]{
	width:13%;
	float:left;
	line-height:28px;
	font-size:11px;
	text-align:center;
    height:26px;
    border:medium none;
	background:url(../images/price_bg.png) no-repeat left center, url(../images/price_bg.png) no-repeat right center;
}
#size-range {
    width:70% !important;
}
#price-range {
    width:70% !important;
}