/*****form*****/
fieldset{}
fieldset legend{display:none;}
fieldset p{margin-top:18px;height:40px;line-height:24px;padding:0;width:100%;float:left;}
fieldset label{float:left;width:130px;float:left;text-align:right;font-size:16px;padding-right:15px;margin-top:2px;}
fieldset .tip{float:left;font-size:13px;color:#6db649;line-height:24px;margin-top:8px;margin-left:5px;}
fieldset .ui-wrong{color:#da251e;padding-left:17px;}
fieldset .ui-correct{padding-left:17px;}
fieldset select{width:200px;height:36px;line-height:36px;float:left;}
fieldset .error{color:#da251e;padding-left:17px;display:none;background:url(images/icon/wrong.png) left center no-repeat;}

.ui-text{float:left;border:1px solid #ccc;background:#fff;width:220px;line-height:20px;padding:8px;}
.ui-code{float:left;border:none;width:60px;height:34px;margin-left:5px;cursor:pointer;}

.ui-btn{width:105px;height:38px;border:none;background:url(images/btn.png) center center no-repeat;color:#fff;font-size:16px;font-weight:bold;font-family:'微软雅黑';cursor:pointer;}
.ui-btn:hover{background-image:url(images/btn.png);}

.ui-btnBack{width:105px;height:38px;border:none;background:url(images/back.png) center center no-repeat;color:#8d8d8d;font-size:16px;font-weight:bold;font-family:'微软雅黑';cursor:pointer;}
.ui-btnBack:hover{background-image:url(images/back.png);}

.ui-back{width:105px;height:38px;border:none;background:url(images/back.png) center center no-repeat;color:#8d8d8d;font-size:16px;font-weight:bold;font-family:'微软雅黑';cursor:pointer;}
.ui-back:hover{background-image:url(images/back.png);}

.ui-wrong{background:url(images/icon/wrong.png) left center no-repeat;}
.ui-correct{background:url(images/icon/correct.png) left center no-repeat;}

#ul-select{width:160px;border:1px solid #ccc;top:20px;left:20px;z-index:100;position:absolute;background:#FFF;display:none;}
.li-select{width:100%;height:30px;line-height:30px;cursor:pointer;}
.li-select span{margin-left:15px;color:#4d4d4d;font-family:"微软雅黑";font-size:15px;}
.li-select:hover{background:#EFEFEF;}
.li-select-on{background:#DEDEDE;}
.ui-option{float:left;width:180px;height:20px;line-height:20px;background:#fff;overflow:hidden;padding:0px 10px 0px 10px;font-family:"微软雅黑";white-space:nowrap;cursor:pointer;work-break:keep-all;text-overflow:ellipsis;background-position:right center;}
.ui-option:hover{color:#222;text-decoration:none;}
