@charset "utf-8";
/*------------表單整體框架樣式---------------*/
.up_boxb {
	width: 100%;
}
.up_boxb .title {
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #FFFFFF;
	text-indent: 10px;
	background: url(img/title_bg2.gif) right top;
	padding-right: 5px;
}

.up_boxb .title .tit_con {
	height: 44px;
	line-height: 44px;
	/* background: url(img/title_bg2.gif) left top; */
	background:#3C9BED;
	padding-left: 5px;
}

.up_boxb .title .a_close {
	display: block;
	width: 12px;
	height: 12px;
	background: url(img/a_close.gif) no-repeat;
	position: absolute;
	right: 10px;
	top: 14px;
}

.up_boxb .con {
	border: 1px solid #999999;
	border-bottom: none;
	padding: 5px;
	padding-bottom: 0;
	/* background: #dddddd url(img/up_box_bg.gif) top repeat-x; */
	background: #efefef;
}
.up_boxb .footer {
	height: 43px;
	background: url(img/footer_bg2.gif) top left;
	padding-left: 5px;
}

.up_boxb .footer .footer_con {
	height: 43px;
	background: url(img/footer_bg2.gif) top right;
	padding-right: 5px;
}

.up_boxb .footernoline {
	height: 43px;
	padding-left: 0px;
}

.up_boxb .footernoline .footer_con {
	height: 43px;
	padding-right: 0px;
}
/*=================表單中的表格樣式==================*/
.basicinfo {
	width: 100%;
	border: none;
	background: #F9F9F9;
}
.basicinfo th {
	height: 30px;
	line-height: 30px;
	background: #F9F9F9;
	text-align: center;
	font-size: 14PX;
	font-weight: 700;
}
.basicinfo tr {
	line-height: 40px;
}
.basicinfo .tdtext {
	width: 100px;
	text-align: right;
}
.basicinfo input {
	/**width: 240px; 適應V7.0 20130628**/
	height: 24px;
	border: 1px solid #BABABA;
	border-radius: 3px;
}

.basicinfo textarea {
	/**width: 750px; 適應V7.0 20130628**/
	height: 130px;
	border: 1px solid #BABABA;
	border-radius: 3px;
}
.basicinfo .radio {
	width: 25px;
	height: 12px;
	line-height: 12px;
	border-style: none;
}
.basicinfo select {
	/**width: 240px;  適應V7.0 20130628**/ 
	height: 24px;
}
.basicinfo .uploading {
	width: 755px;
	background: #FFF
}
.picwarp {
	width: 180px;
	height: 230px;
	border: 1px solid #B9B9B9
}
.picwarp img {
	width: 180px;
	height: 230px;
}

input.inputtxt {
	height: 24px;
	line-height: 24px;
	border: 1px solid #BABABA;
	border-radius: 3px;
}
/**表單中必填項樣式**/
span.required {
	color: #ff0000;
	display: inline-block;
	width: 7px;
	height: 6px;
	vertical-align: middle;
	overflow: hidden;
	font-size: 14px;
	background: url(img/asterisk.gif) no-repeat;
}

 /*表單按鈕狀態樣式*/
/* .btn80 {
	width: 82px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #CCC;
	background: url(img/btn_bg.gif) repeat-x;
}

.btn80:hover {
	background: url(img/btn_bg3.gif) repeat-x;
	color: #fff;
}

.btn80:active {
	background: url(img/btn_bg2.gif) repeat-x;
} */

.btn80 {
	width: 100px;
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
	background-image: linear-gradient(top, #eeeeee, #cccccc);
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	border-radius: 3px;
	color: #333;
	font: bold 12px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	padding: 8px 0;
	text-align: center;
	text-shadow: 0 1px 0 #eee;
	font-size: 14px;
}

.btn80:hover {
	background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}

.btn80:active {
	border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; 
} 


/* 搜索功能(人員選擇框)*/
.search {
	width: 270px;
	position: absolute;
	right: 20px;
	top: 3px;
	height: 22px;
	line-height: 22px;
	color: #333333;
}

.search span {
	display: block;
	width: 160px;
	height: 20px;
	line-height: 20px;
	padding: 1px 15px 1px 25px;
	background: url(img/search_bg.gif) no-repeat;;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.search span input {
	height: 18px;
	width: 160px;
	line-height: 18px;
	_height: 16px;
	border: 0 none;
	background: none;
}

.search a {
	display: block;
	width: 50px;
	float: left;
}
/**Tab頁簽(人員資訊,人員選擇)**/
.taba {
	width: 100%;
	position: relative;
	padding-top: 30px;
}

.taba_top {
	height: 31px;
	position: absolute;
	top: 0;
	left: 0;
}

.taba_top li {
	float: left;
	margin-right: 4px;
}

.taba_top li a {
	display: block;
	height: 31px;
	line-height: 31px;
	font-size: 14px;
	text-align: center;
	background: url(img/tab2_libg.gif) left top no-repeat;
	padding-left: 25px;
}

.taba_top li a span {
	display: block;
	background: url(img/tab2_libg.gif) right top no-repeat;
	height: 31px;
	padding-right: 25px;
}

.taba_top li a:hover {
	background: url(img/tab2_libg_on.gif) left top no-repeat;
}

.taba_top li a:hover span {
	background: url(img/tab2_libg_on.gif) right top no-repeat;
}

.taba_top li a.active {
	height: 31px;
	background: url(img/tab2_libg_ac.gif) no-repeat;
}

.taba_top li a.active span {
	background: url(img/tab2_libg_ac.gif) right top no-repeat;
}


/**表單按鈕位置樣式**/
.btnwarp {
	height: 26px;
	width: 100%;
	float: center;
	margin-right: 10px;
	_display: inline;
	text-align: right;
}

.btnwarp button {
	margin: 8px 0 0 5px;
}

.btnwarp button.hover {
	background: url(img/btn80_on.gif) no-repeat;
	color: #333;
}
.btnwarp button.active {
	background: url(img/btn80_ac.gif) no-repeat;
	color: #333;
}
 /*頁簽對應的表單整體樣式*/
.tabb_down {
	border: 1px solid #999999;
	padding: 15px;
	border: 1px solid #999999;
	border-bottom: none;
	background: #F9F9F9;
}
 
.taba_down_left {
	width: 218px;
	height: 555px;
	border-right: 1px solid #CCCCCC;
	float: left
}

.taba_down_con {
	width: 218px;
	height: 555px;
	text-indent: 8px;
	border-right: 1px solid #CCCCCC;
	float: left;
}

.taba_down_right {
	width: 216px;
	height: 555px;
	text-indent: 8px;
	float: left;
}

.taba_down_con h4,.taba_down_right h4 {
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	font-weight: 400;
	border-bottom: 1px solid #CCC
}

.taba_down_con input {
	vertical-align: middle
}

.taba_down_con li,.taba_down_right li {
	height: 26px;
	line-height: 26px;
	margin-top: 5px;
}

.taba_down_right ul {
	height: 555px;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
	overflow-y: auto
}

.taba_down_right li.active {
	background: url(img/lli_hovebg.jpg) repeat-x;
	border: 1px solid #a8c6e5;
	border-left: none;
	border-right: none;
}

.taba_down_right .rightbtn {
	height: 38px;
	line-height: 38px;
}

.taba_down_right .rightbtn a {
	color: #00468A;
	margin-right: 15px;
}

/*樹部分*/
.tree2 {
	width: 218px;
}

.tree2 li a {
	display: block;
	width: 188px;
	height: 28px;
	line-height: 28px;
	padding-left: 30px;
}

.tree2 li a:hover {
	height: 26px;
	line-height: 26px;
	background: url(img/lli_hovebg.jpg) repeat-x;
	border: 1px solid #909090;
	border-left: none;
	border-right: none;
}

.tree2 li a.active {
	height: 26px;
	line-height: 26px;
	background: url(img/lli_activebg.jpg) repeat-x;
	border: 1px solid #a8c6e5;
	border-left: none;
	border-right: none;
}



/*===子錶單===*/ /*子錶單標題所在div樣式*/

/*子錶單表格*/
.sub_tabl {
	background-color: #D0D0D0;
}

/*子錶單標題行單元格*/
.sub_title_td {
	background-color: #f6f9fb;
	font-size: 14px;
}

/*子錶單輸入行單元格*/
.sub_input_td {
	background-color: #FFFFFF;
}

/*子錶單數據行單元格*/
.sub_data_td {
	background-color: #FFFFFF;
	text-align: center;

}

/*提示資訊*/
.tips_con {
	/**.tips_con{ padding:4px; padding-bottom:0; background:#F0F0F0}**/
	padding-top: 4px;
	padding-bottom: 0;
	background: #F0F0F0
}

.tips_con .notice {
	border: 1px solid #ccc;
	border-bottom: none;
	text-align: center;
	height: 208px;
	background: #F0F0F0
}

/*==================流程框架表單樣式========================*/
.FormBox {
	height: 100%;
}

FormCon {
	
}

.FormTit {
	height: 45px;
	line-height: 45px;
	/* background: url(img/form_titbg.jpg) repeat-x; */
	background-color:#006599;
	border-bottom: 1px solid #999D9D;
}
/**流程操作按鈕相關樣式**/
.FormTit a {
	color:#ffffff;
	margin-right: 18px;
	height: 45px;
}

.FormTit a:hover {
	color: #999999;
}

.FormTit img {
	vertical-align: middle;
	margin-right: 5px;
}

.FormTit .cutoff {
	display: inline-block;
	width: 2px;
	height: 15px;
	vertical-align: middle;
	background: url(img/form_fg.gif) no-repeat;
	margin-right: 5px;
}

.FormTit .FormMsg{
	float: left;
	color:#ffffff;
	font-size:14px;
	margin-left: 80px;
}

.FormTit .FormMsg span{
	padding-right:30px;
}

/*流程框架表單-右側辦理狀態，當前環節等資訊樣式*/
.FormSide {
	width: 250px;
	float: right;
	border-left: 1px solid #B0B0B0;
	position: relative;
	background: #F0F0F0;
	height: 100%;
}
.FormList {
	
}
/**辦理狀態樣式**/
.FormList .FormListTit {
	height: 37px;
	line-height: 37px;
	background: url(img/formlisttit.jpg) repeat-x;
	border-bottom: 1px solid #919191;
	border-top: 1px solid #FFF;
	padding-left: 20px;
	font-size: 14px;
}

.FormList .FormListTit img {
	vertical-align: middle;
	margin-right: 12px;
}

.FormListCon {
	padding-left: 45px;
}
/**當前環節表格樣式**/
.FormTableState td {
	height: 38px;
	line-height: 38px;
}

.FormListCon ul li {
	height: 38px;
	line-height: 38px;
}

.nexttache {
	margin-left: -20px;
}
/**流程操作表單按鈕樣式**/
.Formbtn {
	width: 12px;
	height: 100%;
	float: right;
	background: #DDDDDD url(img/main_tbg.jpg) repeat-x;
	position: relative;
	
}

.Formbtn span {
	display: block;
	width: 14px;
	height: 86px;
	cursor: pointer;
	position: absolute;
	top: 360px;
	margin-top: -43px;
}

.Formbtn .Close {
	background: url(img/btn_open.gif) no-repeat;
}

.Formbtn .Open {
	background: url(img/btn_close.gif) no-repeat;
}

/*流程框架表單-左側表單資訊以及流程跟蹤整體樣式*/
.FormMain { 
	margin-right: 0px;
	padding: 0px;
	/* background: #DDDDDD url(img/main_tbg.jpg) repeat-x; */
	height: 100%;
}
/**Tab簽樣式**/
.FormTab {
	width: 100%;
	padding-top: 10px;	
}

.FormTab_top {
	width:1100px;
	min-height: 31px;
	max-height: auto;
	overflow:hidden;
	top: 0;
	left: 0;
	/*background-color: #efefef;
	padding-left:25px; */
	margin: 0 auto;
}

.FormTab_top li {
	float: left;
	margin-right: 4px;
	white-space:nowrap;
	background-color:#999999;
	/* border-left:1px solid #cecece;
	border-top:1px solid #cecece;
	border-right:1px solid #cecece; */
}

.FormTab_top li a {
	display: block;
	height: 41px;
	line-height: 40px;
	font-size: 14px;
	/* font-weight:700; */
	text-align: center;
	/* border-left:1px solid #dddddd;
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd; */
	background-color: #e5e5e5;
	/* background: url(img/tab2_libg.gif) left top no-repeat; */
	/* padding-left: 25px; */
}

.FormTab_top li a span {
	display: block;
	cursor: hand;
	/* background: url(img/tab2_libg.gif) right top no-repeat; */
	height: 41px;
	/* padding-right: 25px; */
	font-size: 16PX;
	/* font-weight: 700; */
	color: #006699;
	margin-left:25px;
	margin-right:25px;
}

.FormTab_top li a:hover {
	background-color: #f7f7f7;
	/* background: url(img/tab2_libg_on.gif) left top no-repeat; */
}

.FormTab_top li a:hover span {
	color: #666666;
	font-weight: 700;
	/* background-color: #ffffff; */
	/* background: url(img/tab2_libg_on.gif) right top no-repeat; */
}

.FormTab_top li a.active {
	height: 41px;
	/* background: url(img/tab_libg3_ac.gif) no-repeat; */
	/* border:1px solid #dddddd; */
	background-color: #ffffff;
}

.FormTab_top li a.active span {
	/* background: url(img/tab_libg3_ac.gif) right top no-repeat; */
	font-weight: 700;
	color:#323232;
	font-size:16px;
}

.FormTab_down {
	/* padding: 15px; */
	padding:0 15px 15px 15px;
	display: none;
	/* border: 1px solid #999999; 
	background: #F0F0F0;*/
	height: 100%;
}
/**流程中，表單對應的按鈕樣式**/
.FormTable_Wrap {
	/* border: 1px solid #CCC; */
}

.FormTable_WT {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	background: url(img/listh3_bg.jpg) repeat-x;
	border: 1px solid #919191;
	text-align: right
}

.FormTable_WT a {
	color: #24313D;
	margin-right: 10px;
}

.FormTable_WT img {
	vertical-align: middle;
	margin-right: 4px;
}

.FormTable {
	padding: 13px;
}

.FormTable td {
	height: 26px;
	line-height: 26px;
	padding: 10px 0
}

.FormTable td h1 {
	font-size: 16px;
}
/**
.FormTable .CommonInput {
	width: 98%;
	border: 1px solid #B9B9B9;
	height: 24px;
	line-height: 24px;
}

.FormTable .CommonInput100 {
	width: 100%;
	border: 1px solid #B9B9B9;
	height: 24px;
	line-height: 24px;
}

.FormTable .btn82 {
	width: 82px;
	height: 26px;
	background: url(img/btn80.gif) no-repeat;
	border: 0 none;
	color: #FFF;
} 

.FormTable .simpleSelect {
	width: 99%;
	border: 1px solid #B9B9B9;
	height: 26px;
	line-height: 26px;
}**/

/*流程選擇人員後人員列表*/
#idAfterSelect {
	text-align: center;
	width: 240px;
	word-break: break-all;
}

.colorF00 {
	color: #F00
}

.border_bg {
	background-image: url(img/viewtitle_bg.jpg);
	background-repeat: repeat;
	padding: 5px;
}

 /**流程操作按鈕樣式**/
/* .CheckTrigger {
	width: 82px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #CCC;
	background: url(img/btn_bg.gif) repeat-x;
}

.CheckTrigger:hover {
	background: url(img/btn_bg3.gif) repeat-x;
	color: #fff;
}

.CheckTrigger:active {
	background: url(img/btn_bg2.gif) repeat-x;
} */

.CheckTrigger{
	width: 100px;
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
	background-image: linear-gradient(top, #eeeeee, #cccccc);
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	border-radius: 3px;
	color: #333;
	font: bold 12px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	padding: 8px 0;
	text-align: center;
	text-shadow: 0 1px 0 #eee;
}

.CheckTrigger:hover {
	background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}

.CheckTrigger:active {
	border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; 
}

/*滑鼠劃過樣式*/
.CheckTriggerOver {
	width: 82px;
	height: 26px;
	font-size: 12px;
	color: #fff;
	border: 1px solid #CCC;
	cursor: pointer;
	background: url(img//btn_bg3.gif) repeat-x;
	line-height: 26px;
}

/*滑鼠選中樣式*/
.CheckTriggerActive {
	width: 82px;
	height: 26px;
	font-size: 12px;
	color: #fff;
	border: 1px solid #CCC;
	cursor: pointer;
	background: url(img//btn_bg2.gif) repeat-x;
	line-height: 26px;
}


/**表單中只讀字段顯示**/
.readonlySpan {
	/* display: table-cell; */
	font:14px "微軟雅黑",Verdana, Arial, Geneva, sans-serif;
	width: 97%;
	/* line-height: 35px;*/
	min-height: 35px;
	/* background: #F0F0F0; */
	border: #BCBCBC solid 0px;
	word-break:break-all;
	text-indent: 10px;
	color: #333333;
	font-weight:normal;
}
/**表單中只讀字段顯示**/
.readonlySpanRed {
	/* display: table-cell; */
	font:14px "微軟雅黑",Verdana, Arial, Geneva, sans-serif;
	width: 97%;
	/* line-height: 35px;*/
	min-height: 35px;
	/* background: #F0F0F0; */
	border: #BCBCBC solid 0px;
	word-break:break-all;
	text-indent: 10px;
	color: red;
	font-weight:normal;
}
/**圖形表單中只讀字段顯示**/
.readonlyGraphicSpan {
	display: block;
	width: 97%;
	line-height: 25px;
	min-height: 25px;
	/**background: #F0F0F0;**/
	border: #BCBCBC solid 0px;
	word-break:break-all; 
}
/**圖形表單必填標誌**/
.required {
	margin-left: 0px;
	color: #ff0000;
	display: inline-block;
	width: 7px;
	height: 6px;
	vertical-align: middle;
	overflow: hidden;
	font-size: 16px;
	background: url(img/asterisk.gif) no-repeat;
}
/**適應用戶手動修改各種錄入類型的樣式 added by yufang on 20130628**/
/**文本類型自動生成**/
.formparse_default_text {
	width:97%;
}
/**文本類型自動生成必填項**/
.formparse_default_textm {
	width:97%;
}
/**文本類型HTML類型表單**/
.formparse_html_text {
	width:97%;
}
/**文本類型HTML類型表單必填項**/
.formparse_html_textm {
	width:90%;
}
/**多行文本類型自動生成**/
.formparse_default_textarea {
	width:97%;
}
/**多行文本類型自動生成必填項**/
.formparse_default_textaream {
	width:99%;
}
/**多行文本類型HTML類型表單**/
.formparse_html_textarea {
	width:99%;
}
/**多行文本類型自動生成必填項**/
.formparse_html_textaream {
	width:99%;
}
/**人員選擇類型自動生成**/
.formparse_default_userselect {
	width:97%;
	margin-left:0px;
}
/**人員選擇自動生成必填項**/
.formparse_default_userselectm {
	width:95%;
	margin-left:0px;
}
/**人員選擇類型HTML類型表單**/
.formparse_html_userselect {
	width:97%;
	margin-left:0px;
}
/**人員選擇類型HTML類型表單**/
.formparse_html_userselectm {
	width:95%;
	margin-left:0px;
}
/**日期類型自動生成**/
.formparse_default_datetime {
	width:97%;
	cursor:pointer;
}
/**日期類型自動生成必填項**/
.formparse_default_datetimem {
	width:97%;
	cursor:pointer;
}
/**日期類型HTML類型生成**/
.formparse_html_datetime {
	width:97%;
	cursor:pointer;
}
/**日期類型HTML類型必填項**/
.formparse_html_datetimem {
	width:97%;
	cursor:pointer;
}
/**字典類型自動生成**/
.formparse_default_dict {
	width:97%;
}
/**字典類型自動生成必填項**/
.formparse_default_dictm {
	width:97%;
}
/**字典類型HTML類型**/
.formparse_html_dict {
	width:97%;
}
/**字典類型HTML類型必填項**/
.formparse_html_dictm {
	width:97%;
}
/**附件類型自動生成**/
.formparse_default_attachment {
	width:97%;
}
/**附件類型自動生成必填項**/
.formparse_default_attachmentm {
	width:97%;
}
/**附件類型HTML類型**/
.formparse_html_attachment {
	width:95%;
}
/**附件類型HTML類型必填項**/
.formparse_html_attachmentm {
	width:95%;
}
/**下拉框類型自動生成**/
.formparse_default_option {
	width:97%;
	cursor:pointer;
}
/**下拉框類型自動生成必填項**/
.formparse_default_optionm {
	width:97%;
	cursor:pointer;
}
/**下拉框類型HTML類型**/
.formparse_html_option {
	width:97%;
	cursor:pointer;
}
/**下拉框類型HTML類型必填項**/
.formparse_html_optionm {
	width:97%;
	cursor:pointer;
}
/**下拉框多選類型自動生成**/
.formparse_default_option_multi {
	width:97%;
}
/**下拉框多選類型自動生成必填項**/
.formparse_default_optionm_multi {
	width:97%;
}
/**下拉框多選類型HTML類型**/
.formparse_html_option_multi {
	width:97%;
}
/**下拉框多選類型HTML類型必填項**/
.formparse_html_optionm_multi {
	width:97%;
}
/**手動編號類型自動生成表單**/
.formparse_default_serial {
	width:95%;	
}
/**手動編號類型自動生成表單必填項**/
.formparse_default_serialm {
	width:92%;	
}
/**手動編號類型HTML表單**/
.formparse_html_serial {
	width:95%;	
}
/**手動編號類型HTML表單必填項**/
.formparse_html_serialm {
	width:92%;	
}
/**自動編號類型自動生成表單**/
.formparse_default_serialauto {
	width:97%;	
}
/**自動編號類型自動生成表單必填項**/
.formparse_default_serialautom {
	width:97%;	
}
/**自動編號類型HTML表單**/
.formparse_html_serialauto {
	width:95%;	
}
/**自動編號類型HTML表單必填項**/
.formparse_html_serialautom {
	width:97%;	
}
/**主題詞類型自動生成表單**/
.formparse_default_keyword {
	width:95%;	
}
/**主題詞類型自動生成表單必填項**/
.formparse_default_keywordm {
	width:95%;	
}
/**主題詞類型HTML表單**/
.formparse_html_keyword {
	width:95%;	
}
/**主題詞類型HTML表單必填項**/
.formparse_html_keywordm {
	width:95%;	
}
/**百度編輯器類型自動生成表單**/
.formparse_default_baidueditor {
	width:97%;	
}
/**百度編輯器類型自動生成表單必填項**/
.formparse_default_baidueditorm {
	width:95%;	
}
/**百度編輯器類型HTML表單**/
.formparse_html_baidueditor {
	width:97%;	
}
/**百度編輯器類型HTML表單必填項**/
.formparse_html_baidueditor m {
	width:95%;	
}