html {
	font: 12px 'microsoft yahei'
}
body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, form, th, td, span {
	margin: 0;
	padding: 0;
}
body{
	margin:0; 
	padding:0;
	background:#eaeaea;
	font-family: "微软雅黑";
	font-size: 12px;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
/* 	font-size: 100%; */
/* 	font-weight: 100% */
}
a{
	 text-decoration: none;
	 color:#333;
	 cursor: pointer;
}
a:hover{
	text-decoration: none;
	cursor: pointer;    
}

A.a1:link {
    color: #ffffff;
    text-decoration: none;
}
A.a1:link:hover{
	color: #f1f1f1;
}
td a{
	text-align:center;
}
/* 列表样式 */
ul, ol, li, dl, dt, dd {
	list-style:none;
}
/* 图片样式 */
img, a img {
	border:0;
	padding:0;
	margin:0;
	font-size:0;
	display:block;
}
/* 去除fieldset默认边框 */
fieldset{
	border:0;
}
/**
*  清除浮动
*/
.clear{
	clear:both;
}
.fl { float:left;}
.fr { float:right;}
/**
*  颜色样式
*/
.grayColor{
	background: #eaeaea;
}
.mbt0{
	margin-bottom: 0!important;
}
.g-searchTop .m-field{
	margin-bottom: 0;
}
/**
*  容器
*/
.g-container {
	background-color: #f5f6f7;
	box-shadow: 0px 0px 15px #949890;
	margin: 10px;
	padding: 5px 10px;
}
.g-container iframe body{
	background:#f5f6f7;
}
.g-tabTableWrap{
	margin-top:0;
	padding:10px;
}
/**
*  带有蓝色标题容器
*/
.g-containerBlue {
	background-color: #F5F6F7;
	box-shadow: 0px 0px 8px #949890;
	margin: 10px;
	padding:0;
}
.g-containerBlue .m-blueTitle{
	background-color: #687075;
	background: url(../images/indexcontent/tablebg1.gif);
	color: white;
	font-weight: bold;
	padding: 8px 0 8px 30px;
	text-align: left;
}
.m-blueTitle-icon{
	float: left;
	height: 14px;
	width: 14px;
	margin: 8px;
	background: url(../images/indexcontent/jiao3.gif);
}
.u-blueTableIcon{
	float:left;
	margin-right:5px;
}
/**
*  容器主体 
*/
.m-containerContent{

}
/**
*  隐藏一段内容
*/
.u-hiddenField{
	display:none!important;
}
/**
*  容器标题
*/
.m-containerTitle {
	padding-top: 10px;
	border-bottom: 2px solid #d5d9db;
	margin-bottom: 15px;
	text-align:left;
}

/**
*  容器标题内容
*/
.m-containerTitle span {
	border-bottom: 2px solid #C03;
	display: inline-block;
	text-align: center;
	padding: 5px 25px;
	margin-bottom: -2px;
	font-size: 14px;
	font-weight: bold;
}
.m-infoTotal {
	list-style: none;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dotted #b2b2b2;
	background: #fff;
}
.m-infoTotal li {
	float: left;
	text-align: center;
}
.m-infoTotal li span.title{
	font-weight:bold;
	padding: 0 5px;
}
/**
*  栅格化-通用
*/
.grid1 {
	width: 100%
}
.grid2 {
	width: 50%
}
.grid3 {
	width: 33%
}
.grid4 {
	width: 25%
}
.grid5 {
	width: 20%
}
.grid6 {
	width: 16.5%
}

/**
*  栅格化-ul
*/
.list1 li {
	width: 100%
}
.list2 li {
	width: 50%
}
.list3 li {
	width: 33%
}
.list4 li {
	width: 25%
}
.list5 li {
	width: 20%
}
.list6 li {
	width: 16.5%
}
.list7 li {
	width: 14.2%
}
.list8 li {
        width: 12.5%
}
/**
*  局部表单控件宽度
*/
.g-span120{
	width: 120px;
}
.g-span160{
	width: 160px;
}
.g-span180{
	width: 180px;
}
.g-span200{
	width: 200px;
}
/**
*  表单控件宽度
*/
.g-formLabel100 .m-field label{
	width:100px;
}
.g-formLabel120 .m-field label{
	width:120px;
}
.g-formLabel150 .m-field label{
	width:150px;
}
.g-formLabel200 .m-field label{
	width:200px;
}
.g-formSpan220 .m-field label{
	width:170px;
}
.g-formSpan120 .m-field input[type="text"]{
	width: 120px;
}
.g-formSpan130 .m-field input[type="text"]{
	width: 130px;
}
.g-formSpan130-exchange .m-field input[type="text"]{
	width: 130px;
	height: 26px;
}
.g-formSpan160 .m-field input[type="text"]{
	width: 160px;
}
.g-formSpan180 .m-field input[type="text"]{
	width: 180px;
}
.g-formSpan200 .m-field input[type="text"]{
	width: 200px;
}
.g-formSpan220 .m-field input[type="text"]{
	width: 220px;
}

/*select bug fixed*/
.g-formSpan120 .m-field select{
	width: 140px;
}
.g-formSpan130 .m-field select{
	width: 148px;
}
.g-formSpan130-exchange .m-field select{
	width: 130px;
}
.g-formSpan160 .m-field select{
	width: 180px;
}
.g-formSpan180 .m-field select{
	width: 200px;
}
.g-formSpan200 .m-field select{
	width: 220px;
}
.g-formSpan220 .m-field select{
	width: 220px;
}

/**
*  表单容器
*/
.m-form {

}
/**
*  表单控件容器
*/
.m-field {
	display: inline-block;
	margin:0 10px 10px 10px;
	vertical-align: middle;
}
.g-searchTop{
	margin-top: 5px;
}
/**
*  表单控件标题
*/
.m-field label {
	vertical-align: middle;
	float: left;
	width: 80px;
	text-align: right;
	padding: 4px;
	margin-right: 10px;
}
.u-fromTo{
	float:left;
}
/**
*  琛ㄥ崟鎺т欢(text,select)
*/
.m-field input[type="text"], .m-field select, .m-field input[type="password"]{
 display: block;
 float:left;
  height: 14px;
  line-height: 14px;
  /*width: 145px;*/
  padding: 5px 8px;
  font-size: 12px;
  color: #555;
  background-color: #fff;
  background-image: none;
   border: 1px solid #ccc; 
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 
   -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; 
   -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
   transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 
   margin-right: 5px;
}

.m-field input[type="number"] {
	float: left;
	border: 1px solid #ccc;
	padding: 2px;
}

.m-field-group input[type="text"], .m-field-group select, .m-field-group input[type="password"]
	{
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right-color: #ccc;
	margin-right: 0;
	float: left;
}

.m-field-group .addon {
	padding: 5.5px 12px;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	white-space: nowrap;
	display: table-cell;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	float: left;
	margin: 0;
}
.u-longSelect{
	width:150px;
}
.u-longInput{
	width:150px;
}
.m-field select{
	height: 26px;
	padding-top: 2px;
	padding-right: 1px;
    padding-bottom: 1px;
}
/**
*  表单控件(checkbox，radio)
*/
.m-field input[type="checkbox"], .m-field input[type="radio"]{
	 margin-top: 7px;
	 float:left;
}
/**
*  表单控件标题(checkbox，radio)
*/
.m-field span{
	line-height: 25px;
	  margin: 0 5px;
}

.m-field .between{
	line-height: 25px;
	margin: 0 5px 0 0;
	float:left;
}
/**
*  表单不可用状态
*/
.m-field input[disabled="true"], .m-field input[disabled="disabled"]{
	cursor: not-allowed;
	background: #efefef;
	color: #999;

}
/**
*  表单错误状态
*/
.m-field input[type="text"].z-error, .m-field .z-error, .z-error{
	background: #fff0f0;
	border-color: #d78a8a;
	color: #b95959;
}
/**
*  按钮租
*/
.m-btnGroup {
	float: right;
	margin-top: 10px;
}
/**
*  表单按钮
*/
.m-field .u-btn {
	float: left;
	margin: 0;
	margin-right: 5px;
}
.u-btn{
	width: auto;
	margin-bottom: 10px;
	height: auto;
	color: #ffffff;
	border: none;
	cursor: pointer;
	background-color:#BE002F;
	border-radius: 3px;
	transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	padding: 3px 10px;
	margin: 0 5px 5px 5px;
}
/**
*  居中的按钮
*/
.m-btnRow{
	text-align:center;
	padding:8px;
}
/**
*  表单按钮:焦点;
*/
.u-btn:hover {
	background-color: #D71E1E;
}

.u-btn.disabled,.u-btn[disabled='disabled'],.u-btn[disabled='true'],.u-btn[disabled='disabled']:hover,.u-btn[disabled='true']:hover{
	background-color: #9A9A9A;
	cursor: not-allowed;
}

/**
*  选项卡;
*/
.m-tab{
	margin: 0px;
	padding: 5px 10px;
	margin-top: 20px;
}
.m-tab ul{
	clear: both;
	min-height: 26px;
}
.m-tab ul li{
	background: #636c71;
	display: inline;
	padding: 10px 20px;
	margin-right: 3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	box-shadow: 0px 0px 3px #949890; 
}
.m-tab ul li a{
	color: #fff;
}
.m-tab .m-tabContent{
	box-shadow: 0px 0px 13px #949890;
	padding: 5px; 
	background: #fff;
}
.m-menu{
	height: 400px;
	overflow-y:scroll;
	overflow-x:hidden;
}
/**
*  表单按钮:焦点;
*/
.m-fieldLong {
	margin-bottom: -6px;
}
.m-fieldLong label {
	width: 149px;
}
.m-fieldLong .u-division {
	float: left;
	margin: 5px;
}
/*color*/
.grayColor{
	background: #eaeaea;
}
.autoField .m-field label{
	width: auto;
}
/*---鍐呴儴杞﹁締绠＄悊椤甸潰----*/
.g-tabTable{
	width:100%;
	border:0;
}
.m-tabList tr td{
	text-align:center;
	width:142px;
	height:29px;
}
/*----鎴戠殑鍚庡彴 > 杞﹁締鏌ヨ  > 璇︽儏   singlecarinfo/singlecarinfo.jsp ----*/
.g-singlecarinfoTable{
	width:100%;
	border:0;
}
.g-medicalInformation{
	width:70%;
	float:left;
}
.g-historicalInformation{
	width:30%;
	float:left;
}
.g-errorcodeTable{
	width:100%;
	border:0;
}
#errorInfos table tbody tr td{
	padding:5px;
}
.a_tiyan_title{
    font-size:12px;
    color:#2E2E2E;
    line-height:40px;
    text-align:left;
    background:url(../images/index/a_img_023.jpg);
    margin-bottom:1px;
}
.a_tiyan_xuanzhong{
    font-size:12px;
    color:#000;
    text-align:left;
    background:url(../images/index/a_img_024.jpg);
    margin-bottom:1px;
}
.u-lishi { text-align:left; height:260px; width:98%; overflow-y:scroll; }
.a_menu_01,.a_menu_02,.a_menu_03,.a_menu_04,.a_menu_05,.a_menu_06,.a_menu_07,.a_menu_08,.a_menu_09,.a_menu_10,.a_menu_11{
	width:71px;
	height:45px; 
	display:block;
	padding-top:60px;
	}
 
.a_menu_01{
	background:url(../images/main/g1.gif) no-repeat;
}
.a_menu_02{
	background:url(../images/main/g2.gif) no-repeat;
}
.a_menu_03{
	background:url(../images/main/g3.gif) no-repeat;
}
.a_menu_04{
	background:url(../images/main/g4.gif) no-repeat;
}
.a_menu_05{
	background:url(../images/main/g5.gif) no-repeat;
}
.a_menu_06{
	background:url(../images/main/g6.gif) no-repeat;
}
.a_menu_07{
	background:url(../images/main/g7.gif) no-repeat;
}
.a_menu_08{
	background:url(../images/main/g8.gif) no-repeat;
}
.a_menu_09{
	background:url(../images/main/g9.gif) no-repeat;
}
.a_menu_10{
	background:url(../images/main/g10.gif) no-repeat;
}
.a_menu_11{
	background:url(../images/main/g11.gif) no-repeat;
}
.a_menu_01,.a_menu_02 ,.a_menu_03,.a_menu_04,.a_menu_05,.a_menu_06,.a_menu_07,.a_menu_08,.a_menu_09,.a_menu_10,.a_menu_11 p{
	padding-top:60px;
}
.a_menu_11 p{
	padding-top:0px;
}
.g-singleCarInfoTable{
	margin:0px auto;
	border-collapse: collapse;
    border-spacing: 0;
}
.g-singleCarInfoTable tr td{
	font-size:12px;
	height:28px;
	line-height:28px;
	color:#333;
	border:#CCC dashed 1px;
	
	padding-left:20px;
	text-align:left;
}
.g-singleCarInfoTable tr td:nth-child(1){
	width:54%;
}
.g-singleCarInfoTable tr td:nth-child(2){
	width:46%;
}

/*----鎺堟潈绠＄悊/鍒涘缓鎺堟潈  authorizeManagement/addAuthorizeAndPhoneRelevanceCnum.jsp----*/
.tableList .title{margin:0 auto; padding:0; background-repeat:repeat-x; background-image:url(../images/bg1.gif); background-color:#EDEDED; font-weight:bold; text-align:center;line-height:16px;}
.tableList .title td{ padding-top:5px;text-align:center;}
.tableList .pager { background-color:#FFF;}
.tableDetail .title {background-color:#D2D2D2; font-weight:bold; text-align:center;}
.tableDetail .tdbtn {padding-top:6px; padding-bottom:6px;text-align:center; background-color:#FFFFFF;}
.tableDetail .tdbtn input{ background-image:url(../images/anniu1.gif); background-repeat:repeat-x; width:71px; height:25px; border:none; cursor:pointer;}
.tableList,.tableDetail { background-color:#D2D2D2;margin-top:10px; font-size:12px;}
.tableList .head,.tableDetail .head { text-align:center; background-color:#D2D2D2; height:28px; font-size:14px; font-weight:bold;}
.tableList tr,.tableDetail tr { background-color:#FFF;}
.tableList .tdbtn,.tableDetail .tdbtn { padding-top:6px; padding-bottom:6px;text-align:center; background-color:#FFFFFF;}
.tableList .tdbtn input,.tableDetail .tdbtn input,.tableList .button,.tableDetail .button,.headDiv .button{ background-image:url(../images/anniu1.gif); background-repeat:repeat-x; width:71px; height:25px; border:none; cursor:pointer;}
.tableList .abtn,.tableDetail .abtn{display:block;width:60px;cursor:pointer;background-color:#FFF;font-size:12px; border:1px solid #D2D2D2;border-top:1px solid #D2D2D2;border-left:1px solid #D2D2D2;text-decoration:none; text-align:center;color:#000000; line-height:24px; height:24px;padding-top:1px;}
.tableList .abtn:hover,.tableDetail .abtn:hover{background-color:#dff4ff;border:1px solid #EDEDED;color:#336699;}
.tableList .abtn:active,.tableDetail .abtn:active{background-color:#6299c5;border:1px solid #D2D2D2;color:#fff;}
/*----璁惧绠＄悊----*/
.g-deviceForm label{
	width:130px;
}
.g-deviceForm .m-field{
	margin: 10px 0px 10px 10px;
}
/*----纰版挒鎶ヨ----*/
.collisionWarningTable{
	background:#f5f6f7;
}
.g-tablehasTab{
	padding:10px;
}
.g-tablehasTab .g-container{
	margin:0;
}
/*----杞﹁締鎻愰啋鏌ヨ  freemarker/remind/remindcar.jsp----*/
.g-carwarnSearch label{
	width:130px;
}
/*----璁惧鎻愰啋鏌ヨ  freemarker/remind/remindEquipmentFrame.jsp & remindEquipment.jsp----*/
.a1{
	color:#fff;
}
/*----璺熻釜澶勭悊鏌ヨ /remind/remindtrackinglist.jsp-----*/
.g-remindTrackingList .m-field label{
	width:100px;
}
/*----鎴戠殑鍚庡彴/琛岃溅鏁版嵁/   myBackstage/dataanalysis.jsp-----*/
.g-dataanalysis{
	padding-top:10px;
} 
.g-dataanalysis .m-field{
	margin: 0 5px 0px 5px;
}
.g-dataanalysis input[type="text"]{
	width:130px!important;
}
.g-dataanalysis label{
	width:auto;
	margin-right:3px;
}
.g-dataanalysisBox{
	height:630px;
}
.g-dataanalysisBox .g-destroy{
	position:fixed;
	top:-30px;
	left:50%;
	margin-left:-425px;
	margin-top:-292px;
	z-index:1;
	opacity:0;
	filter:alpha(opacity=0);
}
.g-dataanalysisBox #chart1{
	height:500px;
	width:80%;
	margin:0 auto;
}
.g-dataanalysisBox .u-chartTitle{
	margin-top:50px;
	text-align:center;
}
.g-dataanalysisBox .g-sheet{
	position:relative;
	width:800px;
	height:33px;
	margin:0 auto;
	padding:0;
	box-shadow:inset 0 -1px 0 #FFF,0 1px 6px rgba(0,0,0,.3);-moz-box-shadow:inset 0 -1px 0 #FFF,0 1px 6px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 -1px 0 #FFF,0 1px 6px rgba(0,0,0,.3);
	border-bottom:2px solid #efebda;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}
.g-dataanalysisBox .g-sheet a.close{
	display:block;
	position:absolute;
	width:20px;
	height:20px;
	right:5px;
	top:5px;
}
.g-dataanalysisBox .g-sheet .head{
	padding-top:10px;
}
.g-dataanalysisBox .g-sheet .body{
	padding:10px 15px;
}
/*----绯荤粺璁剧疆/鑱屼綅绠＄悊/缂栬緫   role/adddroles.jsp-----*/
.g-addrolesTable{
	width:95%;
	border:none;
}
.g-addrolesTable .u-parentTd{
	background:#f5f6f7;
	padding-left:10px;
}
.g-addrolesTable .u-parentTdVisible{
	background:#f5f6f7;
	padding-left:10px;
	visibility:visible;
}
.g-addrolesTable .u-subTdVisible{
	background:#ffffff;
	padding-left:50px;
	visibility:visible;
}
.g-addrolesTable .u-subTd{
	background:#ffffff;
	padding-left:50px;
}
/*----绯荤粺璁剧疆/瀵嗙爜淇敼   user/password.jsp-----*/
.g-password span{
	width:200px;
	display:inline-block;
}
.g-password input[type="password"], .g-password select{
	width:180px;
}
/*----璁惧绠＄悊锛堝簳鐩樺彿锛�瀹㈡埛妗ｆ   /customer/userfiles.jsp-----*/
.g-customerUserfiles{
	width:98%;
	border:none;
	margin:0;
}
.g-customerLineOdd{
	background:#ffffff!important;
}
.g-customerUserfiles .m-field{
	margin:5px 0 5px 0;
}
.g-customerUserfiles .m-field label{
	width:100px;
}
.g-customerUserfiles .m-field input{
	width:175px;
}
/*----鎴戠殑鍚庡彴锛堣溅杈嗘煡璇�=> 璇︽儏 ==> 鎶ヨ鍘嗗彶)  /remind/remindhistory.jsp-----*/
.g-remindhistoryNull{
	position:fixed;
	padding-left:10px;
}
.g-historyfrom{
	width:100%;
	height:400px;
	border:none;
	margin-left:10px;
}
.g-historyIconTable{
	width:410px;
	margin-left:10px;
	border:none;
}
/*---- 鎴戠殑鍚庡彴锛堣溅杈嗘煡璇�=> 璇︽儏 ) singlecarinfo/singlecarinfo.jsp----*/
.g-singleCarErrorInfo{
	margin:0;
	width:100%;
	display:none;
}
/*---- 绯荤粺璁剧疆/搴旂敤璁剧疆    appManagement/appRightlist.jsp----*/
.m-appManagement label{
	text-align:left;
}
/*---- 绯荤粺璁剧疆/浜哄憳绠＄悊/鏂板缓璐﹀彿   user/dealeraddusers.jsp----*/
.g-dealerAddUsers form .m-field label{
	width:100px;
}
.g-dealerAddUsers .u-iconAddUser{
	color:#D71E1E;
	margin-top:-2px;
	cursor: pointer;
}
/*---- 绯荤粺璁剧疆/浜哄憳绠＄悊  user/usermanage.jsp----*/
.g-userManage label{
	width:auto;
}
.u-userManageNewUserBtnRow{
	text-align:right;
	border-bottom:1px solid #fff;
	margin-bottom:10px;
}
/*---- 鍞悗鏁版嵁鍒嗘瀽绠＄悊/杩涘簵棰勬祴 reportcharts/dataFore.jsp----*/
.g-dataValueField{
	width:290px;
	margin:10px 0;
	float:left;
	border-right: 1px solid #ccc;
	margin-right: -1px;
	text-align:center;
}
.g-dataValueField span{
	display:block;
	font-weight:bold;
	margin:8px 0;
}
.g-dataValueField span.u-title{
	font-size:14px;
	color: #666;
}
.g-dataValueField span.u-note{
	font-size:10px;
	color: #ccc;
}
.g-dataValueField span.u-value{
	font-size:30px;
	color: #ff7800;
}
.g-dataValueField span.u-value em{
	font-size:12px;
	font-style: normal;
}
.g-tabTableTitle{
	margin-left:10px;
}
.u-chartTabList{
	padding-top: 8px;
	line-height: 30px;
	padding-left:10px; 
	padding-right:17px;
	background-size: 100% 100%;
}
.u-timeStatus{
	padding-top: 2px; 
	margin: 0px;
}
/*---- 鎴戠殑鍚庡彴/杞﹁締璇︽儏/璇︽儏/璺熻釜澶勭悊  commonhandle/trackingProcessing.jsp----*/
.text_area_undragown {
    width: 437px;"
    height: 300px;
    background: #ffffff;
    border: 1px #c2c1bd solid;
    overflow: auto;
    max-width: 437px;
    max-height: 300px;
	resize:none;
}
.g-trackingProcessingWrap .m-field label{
	width:100px;
}
.g-trackingProcessingWrap .m-field select{
	width:100px;
}
.u-trackingSameField{
	width:240px;
}
/*---- 绯荤粺璁剧疆/浜哄憳绠＄悊/缂栬緫/  user/modifyrols.jsp----*/
.u-clientRemark{
	width: 330px;
	height: 33px;
	background: #ffffff;
	border: 1px #c2c1bd solid;
	overflow: auto;
	max-width: 330px;
	max-height: 81px;
	resize:none
}
/*---- 鎺堟潈绠＄悊 -----*/
.g-getclientstypes .m-field label{
	width:130px;
}
.g-getclientstypes .m-field select{
	width:164px;
}
.u-redStar, .u-redFont,.u-redFont{
	color:red;
}
/*---- EAS 鏁版嵁瀵煎叆/缁翠慨鍘嗗彶瀵煎叆  user/uploadHistoricalMaintenance.jsp -----*/
.g-importDataEASform .m-field label{
	width:120px;
}
/*操作按钮颜色*/
.color-orange {
	color: #f60!important;
	cursor:pointer;
}

/*居中样式*/
.text-center {
	text-align: center;
}
/*居中按钮组*/
.m-centerBtnsGroup{
	text-align: center;
	margin-top:20px;
}

.m-centerBtnsGroupEdit{
	text-align: center;
	margin-top:30px;
}

.img25{
	width:25px;
	height:25px;
	margin:auto;
}



.toolbar_top {
	height: 22px;
	width: 147px;
	position: RELATIVE;
	background: url(../images/main/menuleft2.audi.gif);
}


  
.toolbar_right_top {
  height: 22px;
  width: 17px;
  position: relative;
  background: url(../images/main/menuleft8.audi.gif);
}

.toolbar_right_center{ 
  height: 155px;
  width: 17px;
  position: relative;
  background: url(../images/main/menuleft1-1.audi.gif);
 }
 .toolbar_right_center_hidden{ 
  height: 155px;
  width: 17px;
  position: relative;
  background: url(../images/main/menuleft1.audi.gif);
 }

.toolbar_right_buttom{ 
	height: 22px;
	width: 17px;
    background: url(../images/main/menuleft9.audi.gif);
    position: relative;
 }
.tabSelet{
	background:url(../images/tab1.audi.gif);
	color : #ff0011;
	font-weight:bold;
	padding-top:10px;
}
.tabUnSelet{
	background:url( ../images/tab3.audi.gif);
	color : #cccccc;
	font-weight:normal;
	padding-top: 10px;
}
.form-group-textarea .form-control {
	width: 83% !important;
	height: 86px !important;
	float: left;
}
.m-field .form-control {
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.l_input { border:1px #a8a8a8 solid; height:22px;}

.m-field label {
	vertical-align: middle;
	float: left;
	width: 110px;
	text-align: right;
	padding: 4px;
	margin: 1px;
	display: inline-block;
  	max-width: 100%;
}
.m-field .redLabel {
	color: red;
	font-weight: bold;
}

.form-group-textarea label {
	width: 100px !important;
}

.form-group-textarea {
	width: 100%;
}

.form-group-textarea .form-control {
	width: 83% !important;
	height: 86px !important;
	float: left;
}