body{
	font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "SimHei", "SimSun", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.42857143;
	color: #334859;
	background-color: #e3eaec;
	min-width: 1260px;
}

#merak_main_mask{
	position: fixed;
	opacity: 0.5;
	z-index: 99;
	top: 0px;
	left: 0px;
	background-color: rgb(0, 0, 0);
}

#merak_main_mask img{
	position: fixed;
}

.companylogoavatar{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 6px;
	vertical-align: top;
}

.protocolLogo{
	display: inline-block;
	background-color: #6389fa;
	padding: 0 4px;
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
	margin-left: 4px;
	line-height: 22px;
}

.companylogoavatar .avatarimg{
	vertical-align: top;
}

.cursorpointer{
	cursor: pointer !important;
}

.cursordefault{
	cursor: default !important;
}

[disable]{
	cursor: default;
}

[ms-controller]{
	visibility: hidden;
}

[ms-controller][vmloaded=true]{
	visibility: visible;
}

/*browser style reset*/

button{
	border: 0;
	cursor: pointer;
	background-color: transparent;
}

button:focus{
	outline: none;
}

li{
	list-style: none;
}

/*browser style reset end*/

/*bootstrap style reset*/

*,h1,h2,h3,h4,h5,h6,p{
	padding: 0;
	margin: 0;
}

label{
	font-weight: normal;
}

textarea{
	resize: none;
	padding: 4px;
}

ol, ul{
	margin: 0;
}

th {
    font-weight: normal;
}

.modal.show{
    padding-right: 0 !important;
    /*https://github.com/twbs/bootstrap/issues/14040*/
}

.dropdown-menu,.form-control{
	border-radius: 0;
}

input[type=text],
input[type=text]:focus,
textarea:focus{
	box-shadow: none;
	outline: none;
}

input[type=text].input-error{
	border-color: #fe5149 !important;
}

.input-errormsg{
	color: #fe5149;
}

.alert-container{
	position: absolute;
	width: 100%;
	min-height: 40px;
	padding: 11px 15px;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	filter: Alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	z-index: 10;
}

.alert-container.orange{
	background-color: #fdac2b;
}

.alert-container.blue{
	background-color: #17abfe;
}

.alert-container.red{
	background-color: #fd615a;
}

.alert-container button{
	text-decoration: underline;
	margin: 0 4px;
}

.block-module.col-md-1,
.block-module.col-md-10,
.block-module.col-md-11,
.block-module.col-md-12,
.block-module.col-md-2,
.block-module.col-md-3,
.block-module.col-md-4,
.block-module.col-md-5,
.block-module.col-md-6,
.block-module.col-md-7,
.block-module.col-md-8,
.block-module.col-md-9{
	padding-right: 5px;
    padding-left: 5px;
}

.top-module{
	padding-top: 10px;
}

.table-bordered{
	border: 1px solid #e6ebed;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	border: 1px solid #e6ebed;
}

.alert{
	margin-bottom: 0;
	padding: 10px 15px;
}

/*bootstrap style reset end*/

/*icon start*/
.box-icon{
	font-size: 0;
}

/*setupicon*/
[class^="setupicon-"],
[class*=" setupicon-"]{
	position: relative;
	width: 32px;
	height: 32px;
	display: inline-block;
}

[class^="setupicon-"]:before,
[class*=" setupicon-"]:before{
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
}

[class^="setupicon-meeting-"]:before,
[class*=" setupicon-meeting-"]:before{
	background-image: url(/style/icon/setupmeeting_sprite.png);
}

[class^="setupicon-meeting-"].active:before,
[class*=" setupicon-meeting-"].active:before{
	background-image: url(/style/icon/setupmeeting_sprite_hl.png);
}

[class^="setupicon-fandb-"]:before,
[class*=" setupicon-fandb-"]:before{
	background-image: url(/style/icon/setupfandb_sprite.png);
}

[class^="setupicon-fandb-"].active:before,
[class*=" setupicon-fandb-"].active:before{
	background-image: url(/style/icon/setupfandb_sprite_hl.png);
}

.setupicon-meeting-fishbone:before{
	background-position: 0 0;
}

.setupicon-meeting-roundtables:before{
	background-position: 0 -32px;
}

.setupicon-meeting-theater:before{
	background-position: 0 -64px;
}

.setupicon-meeting-ushape:before{
	background-position: 0 -96px;
}

.setupicon-meeting-classroom:before{
	background-position: 0 -128px;
}

.setupicon-meeting-hollowsquare:before{
	background-position: 0 -160px;
}

.setupicon-meeting-boardroom:before{
	background-position: 0 -192px;
}

.setupicon-meeting-other:before{
	background-position: 0 -224px;
}

.setupicon-fandb-cocktailtables:before{
	background-position: 0 0;
}

.setupicon-fandb-freesitting:before{
	background-position: 0 -32px;
}

.setupicon-fandb-longtable:before{
	background-position: 0 -64px;
}

.setupicon-fandb-roundtables:before{
	background-position: 0 -96px;
}

.setupicon-fandb-standing:before{
	background-position: 0 -128px;
}

.setupicon-fandb-other:before{
	background-position: 0 -160px;
}

/*icon end*/

.inner-page{
	padding: 15px 25px;
	margin-right: auto;
    margin-left: auto;
}

.block-top{
	margin-bottom: 10px;
}

.block-left{
	margin-right: 10px;
}

input[type=text]{
	padding: 0 4px;
	border: 1px solid #cad4d7;
	border-radius: 4px;
}

input[type=text][disabled]{
	background-color: #e8f0f2;
	border: 1px solid #cdd7d9;
}

.input-checkbox{
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #adb8bb;
}

.input-checkbox.checked{
	background-color: #00a3ff;
}

textarea{
	padding: 0 4px;
	border: 1px solid #cad4d7;
	border-radius: 4px;
}

textarea[disabled]{
	background-color: #e8f0f2;
	border: 1px solid #cdd7d9;
}

.mbtn-gray{
	height: 28px;
	line-height: 28px;
	min-width: 60px;
	padding: 0 18px;
	border-radius: 30px;
	background-color: #cfdbe0;
	color: #fff;
	font-size: 14px;
}


.mbtn-blue,
.mbtn-minibluesquare,
.mbtn-largeblue{
	height: 28px;
	line-height: 28px;
	min-width: 60px;
	padding: 0 18px;
	border-radius: 30px;
	background-color: #00a3ff;
	color: #fff;
	font-size: 14px;
}

.mbtn-blueborder{
	height: 28px;
	line-height: 28px;
	min-width: 60px;
	padding: 0 18px;
	border-radius: 4px;
	border: 1px solid #00a3ff;
	color: #00a3ff;
	font-size: 14px;
}

.mbtn-blue:hover,
.mbtn-blue:active,
.mbtn-minibluesquare:hover,
.mbtn-minibluesquare:active,
.mbtn-largeblue:hover,
.mbtn-largeblue:active{
	background-color: #0092e5;
}

.mbtn-yellow,
.mbtn-miniyellowsquare,
.mbtn-largeyellow{
	height: 28px;
	line-height: 28px;
	min-width: 60px;
	padding: 0 18px;
	border-radius: 30px;
	background-color: #ffc529;
	color: #fff;
	font-size: 14px;
}

.mbtn-yellowborder{
	height: 28px;
	line-height: 28px;
	min-width: 60px;
	padding: 0 18px;
	border-radius: 4px;
	border: 1px solid #f5b76d;
	color: #f5b76d;
	font-size: 14px;
}

.mbtn-yellow:hover,
.mbtn-yellow:active,
.mbtn-miniyellowsquare:hover,
.mbtn-miniyellowsquare:active,
.mbtn-largeyellow:hover,
.mbtn-largeyellow:active{
	background-color: #e5b225;
}

.mbtn-red,
.mbtn-miniredsquare,
.mbtn-largered{
	height: 28px;
	line-height: 28px;
	min-width: 60px;
	padding: 0 18px;
	border-radius: 30px;
	background-color: #fe5149;
	color: #fff;
	font-size: 14px;
}

.mbtn-redborder{
	height: 28px;
	line-height: 28px;
	min-width: 60px;
	padding: 0 18px;
	border-radius: 4px;
	border: 1px solid #f63535;
	color: #f63535;
	font-size: 14px;
}

.mbtn-red:hover,
.mbtn-red:active,
.mbtn-miniredsquare:hover,
.mbtn-miniredsquare:active,
.mbtn-largered:hover,
.mbtn-largered:active{
	background-color: #e34a42;
}

.mbtn-cyan,
.mbtn-minicyansquare,
.mbtn-largecyan{
	height: 28px;
	line-height: 28px;
	min-width: 60px;
	padding: 0 18px;
	border-radius: 30px;
	background-color: #02cde2;
	color: #fff;
	font-size: 14px;
}

.mbtn-minicyansquare:hover,
.mbtn-minicyansquare:active,
.mbtn-cyan:hover,
.mbtn-cyan:active,
.mbtn-largecyan:hover,
.mbtn-largecyan:active{
	background-color: #02b6c9;
}

.mbtn-blue[disabled],
.mbtn-minibluesquare[disabled],
.mbtn-largeblue[disabled],
.mbtn-blue[disabled]:hover,
.mbtn-blue[disabled]:active,
.mbtn-minibluesquare[disabled]:hover,
.mbtn-minibluesquare[disabled]:active,
.mbtn-largeblue[disabled]:hover,
.mbtn-largeblue[disabled]:active,
.mbtn-yellow[disabled],
.mbtn-miniyellowsquare[disabled],
.mbtn-largeyellow[disabled],
.mbtn-yellow[disabled]:hover,
.mbtn-yellow[disabled]:active,
.mbtn-miniyellowsquare[disabled]:hover,
.mbtn-miniyellowsquare[disabled]:active,
.mbtn-largeyellow[disabled]:hover,
.mbtn-largeyellow[disabled]:active,
.mbtn-red[disabled],
.mbtn-miniredsquare[disabled],
.mbtn-largered[disabled],
.mbtn-red[disabled]:hover,
.mbtn-red[disabled]:active,
.mbtn-miniredsquare[disabled]:hover,
.mbtn-miniredsquare[disabled]:active,
.mbtn-largered[disabled]:hover,
.mbtn-largered[disabled]:active,
.mbtn-minicyansquare[disabled],
.mbtn-cyan[disabled],
.mbtn-largecyan[disabled],
.mbtn-minicyansquare[disabled]:hover,
.mbtn-minicyansquare[disabled]:active,
.mbtn-cyan[disabled]:hover,
.mbtn-cyan[disabled]:active,
.mbtn-largecyan[disabled]:hover,
.mbtn-largecyan[disabled]:active{
	background-color: #c8d0dc;
	color: #fff;
}

.mbtn-minibluesquare,
.mbtn-miniyellowsquare,
.mbtn-minicyansquare,
.mbtn-miniredsquare{
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	font-size: 12px;
	border-radius: 0;
}

.mbtn-largeblue,
.mbtn-largeyellow,
.mbtn-largered{
	height: 30px;
	line-height: 30px;
	min-width: 100px;
	font-size: 14px;
}

.mbtn-redtext{
	color: #fe5149;
	font-size: 12px;
	padding: 0 8px;
}

.mbtn-redicon{
	color: #fe5149;
	font-size: 20px;
	padding: 0 6px;
}

.mbtn-redicon:hover,
.mbtn-redicon:active,
.mbtn-redtext:hover,
.mbtn-redtext:active{
	color: #e34a42;
}

.mbtn-bluetext{
	color: #00a3ff;
	font-size: 12px;
	padding: 0 8px;
}
.mbtn-blueicon{
	color: #00a3ff;
	font-size: 20px;
	padding: 0 6px;
}

.mbtn-blueicon:hover,
.mbtn-blueicon:active,
.mbtn-bluetext:hover,
.mbtn-bluetext:active{
	color: #0092e5;
}

.mbtn-yellowtext{
	color: #ffc529;
	font-size: 12px;
	padding: 0 8px;
}

.mbtn-yellowtext:hover,
.mbtn-yellowtext:active{
	color: #e5b225;
}

.mbtn-graytext{
	color: #cfdbe0;
	font-size: 12px;
	padding: 0 8px;
}

.mbtn-graytext:hover,
.mbtn-graytext:active{
	color: #334859;
}

.mbtn-graytext .fa,
.mbtn-redtext .fa,
.mbtn-bluetext .fa,
.mbtn-yellowtext .fa{
	margin-right: 4px;
}

.mbtn-redicon[disabled],
.mbtn-redicon[disabled]:hover,
.mbtn-redicon[disabled]:active,
.mbtn-blueicon[disabled],
.mbtn-blueicon[disabled]:hover,
.mbtn-blueicon[disabled]:active,
.mbtn-redicon.disabled,/*for bootstrap tooltip*/
.mbtn-redicon.disabled:hover,
.mbtn-redicon.disabled:active,
.mbtn-blueicon.disabled,
.mbtn-blueicon.disabled:hover,
.mbtn-blueicon.disabled:active{
	cursor: default;
	color: #c8d0dc;
}

.mbtn-dropdown{
	padding: 0 10px;
}

.mbtn-dropdown .fa{
	margin-left: 6px;
}

.mtip{
	background-color: #fffae0;
	line-height: 14px;
	padding: 8px 15px 8px 30px;
	position: relative;
}

.mtip .fa{
	position: absolute;
	left: 15px;
	margin-right: 10px;
	color: #ffa300;
}

.mpanel.panel{
	border: none;
}

.mpanel .panel-heading,
.mmodal.modal .modal-header{
	padding: 10px 0;
	border-bottom: 1px solid #e6ebed;
	position: relative;
}

.mmodal.modal .modal-header .close{
	width: 40px;
	text-align: center;
}

.mmodal.modal .modal-title,
.mpanel.panel .panel-title{
	font-size: 14px;
	text-align: center;
}

.mmodal.modal .modal-title-left,
.mpanel.panel .panel-title-left{
	font-size: 14px;
	padding: 0 15px;
}

.mmodal.modal .modal-title-bonus,
.mpanel.panel .panel-title-bonus{
	font-size: 12px;
	margin: 0 6px;
	color: #334859;
}

.mmodal.modal .modal-title-bonus.info-warning,
.mpanel.panel .panel-title-bonus.info-warning{
	color: #ff444d;
}

.mmodal.modal .modal-title-bonusright,
.mpanel.panel .panel-title-bonusright{
	position: absolute;
	top: 10px;
	right: 0;
	padding: 0 15px;
	color: #334859;
}

.mmodal.modal .modal-body,
.mpanel.panel .panel-body{
	padding: 0 15px;
}

.mmodal.modal .modal-body .mmodal-title-left{
	text-align:left;
}

.mmodal.modal .modal-body .mmodal-infotitle{
	padding: 20px 0 0 10px;
	position: relative;
}

.mmodal.modal .modal-body .mmodal-infotitle:before{
	content:"";
	position: absolute;
	top: 27px;
	left: 5px;
	width: 2px;
	height: 12px;
	background-color: #fa3535;
}

.mpanel.panel .panel-info{
	border-top: 1px solid #e6ebed;
}

.mpanel.panel .panel-body>.panel-info:first-child{
	border-top: none;
}

.mmodal.modal .modal-body .panel-tip,
.mpanel.panel .panel-body .panel-tip{
	padding: 15px 0;
	font-size: 14px;
}

.mpanel.panel .panel-info .panel-infotitle{
	padding: 20px 0 0 10px;
	position: relative;
}

.mpanel.panel .panel-info .panel-infotitle:before{
	content:"";
	position: absolute;
	top: 21px;
	left: 5px;
	width: 2px;
	height: 12px;
	background-color: #fa3535;
}

.mpanel.panel .panel-footer,
.mmodal.modal .modal-footer{
	text-align: center;
	border-top: 1px solid #e6ebed;
	padding: 10px 15px;
	background-color: #fff;
	border-radius: 0 0 6px 6px;
}

.mpanel.panel .panel-footer button,
.mmodal.modal .modal-footer button{
	margin-left: 10px;
}

.mmodal.largemodal .modal-dialog{
	width: 840px;
}

.mpanel.panel .panel-footer button:first-child,
.mmodal.modal .modal-footer button:first-child{
	margin-left: 0px;
}

.mdropdown{
	border-radius: 4px;
	overflow: hidden;
	z-index: 20;
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.mdropdown .mdropdown-heading{
	height: 40px;
	border-bottom: 1px solid #e6ebed;
	background-color: #fff;
	position: relative;
}

.mdropdown .mdropdown-title{
	line-height: 40px;
	font-size: 14px;
	color: #334859;
	text-align: center;
}

.mdropdown .mdropdown-closebtn{
	position: absolute;
	font-size: 16px;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #b2bcbf;
}

.mdropdown .mdropdown-closebtn:hover{
	color: #334859;
}

.mdropdown .mdropdown-body{
	background-color: #fff;
}

.mdropdown .mdropdown-footer{
	border-top: 1px solid #e6ebed;
	background-color: #fff;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.mmodal-form{
	padding-top: 15px;
}

.mmodal-form .row{
	margin-bottom: 15px;
}

.mmodal-form .afterasterisk{
	position: absolute;
	color: #f63535;
	margin-left: 4px;
	line-height: 26px;
}

.mmodal-form .row>div:first-child{
	text-align: right;
	line-height: 26px;
}

.mmodal-form .display-text{
	line-height: 16px;
	padding: 5px 0;
	display:inline-block;
	font-size: 12px;
}

.mmodal-form .block-setup .display-text{
	line-height: 16px;
	padding: 10px 8px 10px 4px;
	display:inline-block;
	font-size: 12px;
	vertical-align: top;
}

.mmodal-form input[type=text]{
	height: 26px;
}

.mmodal-form input[type=radio]{
	margin-right: 2px;
}

.mmodal-form .input-date{
	width: 124px;
}

.mmodal-form .input-number{
	width: 100px;
}

.mmodal-form .input-time{
	width: 126px;
}

.mmodal-form .input-string{
	width: 260px;
}

.mmodal-form .input-people{
	width: 60px;
}
.mmodal-form .input-text{
	width: 500px;
}

.mmodal-form .input-unit{
	margin-left: 5px;
}

.mmodal-form .input-dash{
	margin: 0 4px;
}

.mtag-container{
	margin-top: -15px;
}

.mtag{
	display: inline-block;
	margin: 15px 10px 0 0;
	height: 26px;
	line-height: 26px;
	border-radius: 26px;
	padding: 0 18px;
	min-width: 100px;
	text-align: center;
	border: 1px solid #dae0e5;
	cursor:pointer;
}

.mtag.active{
	color: #fff;
	background-color: #00c2d6;
	border: 1px solid #00c2d6;
}

.avatarimg{
	overflow: hidden;
	border: 1px solid #f1f7f9;
}

.avatarimg img{
	vertical-align: top;
	width: 100%;
	height: 100%;
}

.container-eventheader{
	position: relative;
	background-color: #fff;
	min-height: 120px;
	border-bottom: 1px solid #cad4d7;
}

.container-eventheader .dropdown{
	display: inline-block;	
}

.container-eventheader .dropdown .dropdown-menu{
	padding: 0;
}

.container-eventheader .dropdown-menu li{
	cursor: pointer;
	padding: 12px 10px;
	line-height: 16px;
	color: #407580;
}

.container-eventheader .dropdown-menu li:hover{
	background-color: #e5ebed;
}

.container-eventheader .dropdown-menu li .fa{
	margin-right: 4px;
}

.container-eventheader .block-eventowner{
	position: absolute;
	top: 15px;
	right: 0;
	width: 400px;
	z-index: 50;
}

.container-eventheader .block-eventowner:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 70px;
	background-color: #cad4d7;
}

.container-eventheader .block-eventowner h3{
	font-size: 14px;
	margin-bottom: 9px;
	padding-left: 14px;
}

.container-eventheader .block-eventowner .list-eventowner{
	display: inline-block;
	vertical-align: top;
	height: 45px;
	overflow: hidden;
	background: #fff;
	padding: 0 0 14px 14px;
}

.container-eventheader .block-eventowner .list-eventowner:hover{
	height: auto;
}

.container-eventheader .block-eventowner .list-eventowner li{
	width: 43px;
	height: 43px;
	border: 1px solid #cfdbe0;
	border-radius: 43px;
	display: inline-block;
	margin: 0 8px 4px 0px;
	vertical-align: top;
}

.container-eventheader .block-eventowner .owner-addbtn{
	width: 43px;
	height: 43px;
	text-align: center;
	border-radius: 43px;
}

.container-eventheader .block-eventowner .owner-addbtn .fa{
	font-size: 18px;
	color: #cfdbe0;
	line-height: 43px;
}

.block-eventstep{
	position: absolute;
	top: 45px;
	right: 430px;
	border-radius: 30px;
	overflow: hidden;
	font-size: 0;
	background-color: #ecf2f4;
}

.block-eventstep li{
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #cfdbe0;
	display: inline-block;
}

.block-eventstep li.active{
	color: #00c2d6;
	cursor: pointer;
}

.block-eventstep li.current{
	background-color: #00c2d6;
	color: #fff;
	border-radius: 30px;
}

.block-eventstep li .fa{
	margin-left: 15px;
	color: inherit;
}

.block-eventtitle{
	padding-top: 18px;
}

.block-eventtitle h2{
	font-size: 14px;
	display: inline-block;
}

.block-eventtitle .eventname-view,
.block-eventtitle .eventname-edit{
	display: inline-block;
}

.block-eventtitle .eventname-view.editstatus,
.block-eventtitle .eventname-edit.viewstatus{
	display: none;
}

.block-eventtitle .eventcode{
	margin: 6px 0 8px 0;
	font-size: 12px;
	color: #aec0c6;
}

.block-eventtitle .eventcode button{
	color: #334859;
	margin-left: 10px;
}

.block-eventtitle .eventdate{
	margin-bottom: 8px;
}

.block-eventtitle .optionaldate label{
	margin-right: 15px;
}

.block-eventtitle .optionaldate label input{
	margin-right: 4px;
}

.block-eventtitle .optionaldate .content-eventdate{
	margin-right: 15px;
}

.block-eventtitle .title-eventdate{
	color: #788589;
}

.modal-hotelinfo table{
	border-collapse: separate;
	border-spacing: 10px;
	margin: 0 10px;
}

.modal-hotelinfo table th{
	width: 20%;
	vertical-align: top;
	text-align: left;
}

.modal-hotelinfo table td{
	width: 30%;
	vertical-align: top;
	word-break: break-all;
	text-align: left;
}

.modal-hotelinfo table td[colspan=3]{
	width: 80%;
}

.modal-hotelinfo table td[colspan=4]{
	width: 100%;
}

.modal-hotelinfo .imgwrapper-hotelinfo{
	text-align: center;
}

.modal-hotelinfo img{
	max-width: 40%;
	margin-right: 5px;
	height: 130px;
}

.icon_hotelinfo,
.icon_guestroominfo,
.icon_meetingroominfo{
	position: relative;
	font-size: 14px;
	background-color: transparent;
	color: #3a99d8;
	top: -2px;
}

.proposalTypeBody label{
	display:block;
	font-size: 14px;
	line-height: 20px;
}
.proposalTypeBody .title-proposal{
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
}
.proposalTypeBtn{
	text-align:center;
}
.proposalTypeTitle{
	text-align: center;
	font-size: 14px;
}
.mbtn-largeyellow{
	margin-left: 10px;
}
.prepay {
	width:30px ;	
}
.prepay_disable {
	width: 30px !important; 
	
}

.comment-date{
	margin: 0 10px 0 0px;
	color: #abbec4;
}

.reply-txt {
	padding: 0 6px;
}

.textarea-tip,.textarea-tip-out,.textarea-tip-ext {
	position: relative;
	top: 23px;
	left: 10px;
}

.color-blue {
	color: #00adc8;
	font-size: 12px;
}

.wordleft-num {
	margin-right: 10px;
	color: #ababab;;
}
