/**下拉列的选中样式**/
.gd_selected_style {background-Color: #102681;color: #FF0000;}
img{ border:0; margin-right:0px; _behavior:url('iepngfix.htc');}
/**弹出选择框按钮样式**/
.gd_selected_button{background:url('../images/searchbox_button.png') no-repeat center;border-style:none;}

/**下拉列只读的情况下的文本框样式（有个下拉箭头）**/
.gd_dropinput{background:url(../images/downxia.gif) right #fff no-repeat;}

/**必填项星号样式**/
.must_input {color:#FF0000;}

.redFont{ color:#BA020F;}
.priceFont{ color:#FF5500;}
/**************文本过长浮动显示***************/
.spanFloat{padding-left:0px;overflow: hidden; display: block; white-space: nowrap;text-overflow:ellipsis; -o-text-overflow:ellipsis;}
