			.global_bg{background: #F5F5F5 !important;}
			#app .form-control{
				margin: 0;
				border: none;
				-webkit-box-shadow: none;
			    box-shadow: none;
			}
			#app .form-control:focus {
			  border-color: #fff;
			  outline: 0;
			  -webkit-box-shadow: none;
			          box-shadow: none;
			}
			.lineh32{line-height: 32px;}
			.pleft100{padding-left: 100px;}
			.pright{padding-right: 80px;}
			.form-box{padding: 4px 10px;border-bottom:1px solid #F5F5F5;background: #FFFFFF;}
			#app textarea{min-height: 80px;}
			#app .submit{width: 100%;background: #38adff;border: none;height: 40px;line-height: 30px;font-size: 16px;margin: 0; color: #ffffff;}
			#app .submit:focus{/*subtn修改成submint*/
				border: none;
				outline: 0;
				-webkit-box-shadow: none;
			    box-shadow: none;
			}
		    
		   	#app .app_images>li{position: relative;margin-top: 10px;}
		   	#app .app_images img{width: 60px;height: 60px;}
			#app i.mclose{position: absolute;display: block;width: 15px;height: 15px;background: url(../img/im_send_cancel_normal.png) no-repeat center;z-index: 99;right: -6px;top: -6px;}
			#app ul,li{padding: 0;}
			


