.btn {
	background: rgb(1, 108, 160); padding: 6px 12px; border-radius: 3px; border: currentColor; transition:color 0.25s linear, background-color 0.25s linear; border-image: none; text-align: center; color: rgb(255, 255, 255); line-height: 20px; font-size: 14px; vertical-align: middle; display: inline-block; cursor: pointer; -moz-transition: color .25s linear, background-color .25s linear; -webkit-transition: color .25s linear, background-color .25s linear;
}
.btn:hover {
	color: rgb(255, 255, 255); background-color: rgb(2, 96, 142);
}
.btn:focus {
	color: rgb(255, 255, 255); background-color: rgb(2, 96, 142);
}
.btn:active {
	color: rgb(153, 153, 153); cursor: default; background-color: rgb(204, 204, 204);
}
.btn.active {
	color: rgb(153, 153, 153); cursor: default; background-color: rgb(204, 204, 204);
}
.btn.disabled {
	color: rgb(153, 153, 153); cursor: default; background-color: rgb(204, 204, 204);
}
[disabled].btn {
	color: rgb(153, 153, 153); cursor: default; background-color: rgb(204, 204, 204);
}
.btn.disabled {
	background-position: center; text-indent: -10000px; background-image: url("../images/loading_icon.gif?12345"); background-repeat: no-repeat;
}
.btn-large {
	padding: 10px 20px; font-size: 17.5px;
}
.btn-sm {
	padding: 1px 1px; font-size: 17.5px;
}
.btn-small {
	padding: 2px 10px; font-size: 11.9px;
}
.btn-gray {
	color: rgb(102, 102, 102); background-color: rgb(204, 204, 204);
}
.btn-gray:hover {
	color: rgb(102, 102, 102); background-color: rgb(204, 204, 204);
}
.btn-yellow {
	color: rgb(255, 255, 255); background-color: rgb(251, 69, 5);
}
.btn-yellow:hover {
	color: rgb(255, 255, 255); background-color: rgb(251, 69, 5);
}
.btn-blue {
	color: rgb(255, 255, 255); background-color: rgb(12, 157, 204);
}
.btn-blue:hover {
	color: rgb(255, 255, 255); background-color: rgb(12, 157, 204);
}
.submit-btn {
	padding: 12px 50px; font-size: 16px;
}
.border-btn {
	padding: 5px 12px; border-radius: 3px; border: 1px solid rgb(136, 136, 136); border-image: none; color: rgb(51, 51, 51); vertical-align: middle;
}
.border-btn:hover {
	background: rgb(238, 238, 238); color: rgb(68, 68, 68);
}
.border-btn-main {
	background: rgb(255, 255, 255); padding: 8px 12px; border: 2px solid rgb(1, 108, 160); border-image: none; color: rgb(1, 108, 160);
}
.border-btn-main:hover {
	background: rgb(1, 108, 160); color: rgb(255, 255, 255);
}
.mr10 {
	margin-right: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.ml10 {
	margin-left: 10px;
}
.m15 {
	padding: 15px;
}
.p_10 {
	padding: 10px;
}
.pt_8 {
	padding-top: 8px;
}
.green {
	color: rgb(1, 108, 160);
}
.colorless {
	color: rgb(153, 153, 153);
}
.status_on {
	background: rgb(0, 204, 102); padding: 2px 5px; color: rgb(255, 255, 255); font-size: 12px;
}
.status_off {
	background: rgb(153, 153, 153); padding: 2px 5px; color: rgb(255, 255, 255); font-size: 12px;
}
.red_text_bg {
	background: rgb(255, 0, 0); padding: 2px 5px; color: rgb(255, 255, 255); font-size: 12px;
}
select {
	background: rgb(255, 255, 255); padding: 8px; color: rgb(85, 85, 85); font-size: 14px; margin-bottom: 10px; vertical-align: middle; display: inline-block;
}
textarea {
	background: rgb(255, 255, 255); padding: 8px; color: rgb(85, 85, 85); font-size: 14px; margin-bottom: 10px; vertical-align: middle; display: inline-block;
}
input[type='text'] {
	background: rgb(255, 255, 255); padding: 8px; color: rgb(85, 85, 85); font-size: 14px; margin-bottom: 10px; vertical-align: middle; display: inline-block;
}
input[type='password'] {
	background: rgb(255, 255, 255); padding: 8px; color: rgb(85, 85, 85); font-size: 14px; margin-bottom: 10px; vertical-align: middle; display: inline-block;
}
input[type='datetime'] {
	background: rgb(255, 255, 255); padding: 8px; color: rgb(85, 85, 85); font-size: 14px; margin-bottom: 10px; vertical-align: middle; display: inline-block;
}
input[type='datetime-local'] {
	background: rgb(255, 255, 255); padding: 8px; color: rgb(85, 85, 85); font-size: 14px; margin-bottom: 10px; vertical-align: middle; display: inline-block;
}
input[type='date'] {
	background: rgb(255, 255, 255); padding: 8px; color: rgb(85, 85, 85); font-size: 14px; margin-bottom: 10px; vertical-align: middle; display: inline-block;
}
input[type='month'] {
	background: rgb(255, 255, 255); padding: 8px; color: rgb(85, 85, 85); font-size: 14px; margin-bottom: 10px; vertical-align: middle; display: inline-block;
}
input[type='time'] {
	background: rgb(255, 255, 255); padding: 8px; color: rgb(85, 85, 85); font-size: 14px; margin-bottom: 10px; vertical-align: middle; display: inline-block;
}
input[type='week'] {
	background: rgb(255, 255, 255); padding: 8px; color: rgb(85, 85, 85); font-size: 14px; margin-bottom: 10px; vertical-align: middle; display: inline-block;
}
input[type='number'] {
	background: rgb(255, 255, 255); padding: 8px; color: rgb(85, 85, 85); font-size: 14px; margin-bottom: 10px; vertical-align: middle; display: inline-block;
}
input[type='email'] {
	background: rgb(255, 255, 255); padding: 8px; color: rgb(85, 85, 85); font-size: 14px; margin-bottom: 10px; vertical-align: middle; display: inline-block;
}
input[type='url'] {
	background: rgb(255, 255, 255); padding: 8px; color: rgb(85, 85, 85); font-size: 14px; margin-bottom: 10px; vertical-align: middle; display: inline-block;
}
input[type='search'] {
	background: rgb(255, 255, 255); padding: 8px; color: rgb(85, 85, 85); font-size: 14px; margin-bottom: 10px; vertical-align: middle; display: inline-block;
}
input[type='tel'] {
	background: rgb(255, 255, 255); padding: 8px; color: rgb(85, 85, 85); font-size: 14px; margin-bottom: 10px; vertical-align: middle; display: inline-block;
}
input[type='color'] {
	background: rgb(255, 255, 255); padding: 8px; color: rgb(85, 85, 85); font-size: 14px; margin-bottom: 10px; vertical-align: middle; display: inline-block;
}
.uneditable-input {
	background: rgb(255, 255, 255); padding: 8px; color: rgb(85, 85, 85); font-size: 14px; margin-bottom: 10px; vertical-align: middle; display: inline-block;
}

textarea {
	width: 206px;
}
.uneditable-input {
	width: 206px;
}
textarea {
	height: auto;
}
textarea {
	border: 1px solid rgb(204, 204, 204); transition:border-color 0.25s linear, color 0.25s linear, background-color 0.25s linear; border-image: none; background-color: rgb(255, 255, 255); -moz-transition: border-color .25s linear, color .25s linear, background-color .25s linear; -webkit-transition: border-color .25s linear, color .25s linear, background-color .25s linear;
}
input[type='text'] {
	border: 1px solid rgb(204, 204, 204); transition:border-color 0.25s linear, color 0.25s linear, background-color 0.25s linear; border-image: none; background-color: rgb(255, 255, 255); -moz-transition: border-color .25s linear, color .25s linear, background-color .25s linear; -webkit-transition: border-color .25s linear, color .25s linear, background-color .25s linear;
}
input[type='password'] {
	border: 1px solid rgb(204, 204, 204); transition:border-color 0.25s linear, color 0.25s linear, background-color 0.25s linear; border-image: none; background-color: rgb(255, 255, 255); -moz-transition: border-color .25s linear, color .25s linear, background-color .25s linear; -webkit-transition: border-color .25s linear, color .25s linear, background-color .25s linear;
}
input[type='datetime'] {
	border: 1px solid rgb(204, 204, 204); transition:border-color 0.25s linear, color 0.25s linear, background-color 0.25s linear; border-image: none; background-color: rgb(255, 255, 255); -moz-transition: border-color .25s linear, color .25s linear, background-color .25s linear; -webkit-transition: border-color .25s linear, color .25s linear, background-color .25s linear;
}
input[type='datetime-local'] {
	border: 1px solid rgb(204, 204, 204); transition:border-color 0.25s linear, color 0.25s linear, background-color 0.25s linear; border-image: none; background-color: rgb(255, 255, 255); -moz-transition: border-color .25s linear, color .25s linear, background-color .25s linear; -webkit-transition: border-color .25s linear, color .25s linear, background-color .25s linear;
}
input[type='date'] {
	border: 1px solid rgb(204, 204, 204); transition:border-color 0.25s linear, color 0.25s linear, background-color 0.25s linear; border-image: none; background-color: rgb(255, 255, 255); -moz-transition: border-color .25s linear, color .25s linear, background-color .25s linear; -webkit-transition: border-color .25s linear, color .25s linear, background-color .25s linear;
}
input[type='month'] {
	border: 1px solid rgb(204, 204, 204); transition:border-color 0.25s linear, color 0.25s linear, background-color 0.25s linear; border-image: none; background-color: rgb(255, 255, 255); -moz-transition: border-color .25s linear, color .25s linear, background-color .25s linear; -webkit-transition: border-color .25s linear, color .25s linear, background-color .25s linear;
}
input[type='time'] {
	border: 1px solid rgb(204, 204, 204); transition:border-color 0.25s linear, color 0.25s linear, background-color 0.25s linear; border-image: none; background-color: rgb(255, 255, 255); -moz-transition: border-color .25s linear, color .25s linear, background-color .25s linear; -webkit-transition: border-color .25s linear, color .25s linear, background-color .25s linear;
}
input[type='week'] {
	border: 1px solid rgb(204, 204, 204); transition:border-color 0.25s linear, color 0.25s linear, background-color 0.25s linear; border-image: none; background-color: rgb(255, 255, 255); -moz-transition: border-color .25s linear, color .25s linear, background-color .25s linear; -webkit-transition: border-color .25s linear, color .25s linear, background-color .25s linear;
}
input[type='number'] {
	border: 1px solid rgb(204, 204, 204); transition:border-color 0.25s linear, color 0.25s linear, background-color 0.25s linear; border-image: none; background-color: rgb(255, 255, 255); -moz-transition: border-color .25s linear, color .25s linear, background-color .25s linear; -webkit-transition: border-color .25s linear, color .25s linear, background-color .25s linear;
}
input[type='email'] {
	border: 1px solid rgb(204, 204, 204); transition:border-color 0.25s linear, color 0.25s linear, background-color 0.25s linear; border-image: none; background-color: rgb(255, 255, 255); -moz-transition: border-color .25s linear, color .25s linear, background-color .25s linear; -webkit-transition: border-color .25s linear, color .25s linear, background-color .25s linear;
}
input[type='url'] {
	border: 1px solid rgb(204, 204, 204); transition:border-color 0.25s linear, color 0.25s linear, background-color 0.25s linear; border-image: none; background-color: rgb(255, 255, 255); -moz-transition: border-color .25s linear, color .25s linear, background-color .25s linear; -webkit-transition: border-color .25s linear, color .25s linear, background-color .25s linear;
}
input[type='search'] {
	border: 1px solid rgb(204, 204, 204); transition:border-color 0.25s linear, color 0.25s linear, background-color 0.25s linear; border-image: none; background-color: rgb(255, 255, 255); -moz-transition: border-color .25s linear, color .25s linear, background-color .25s linear; -webkit-transition: border-color .25s linear, color .25s linear, background-color .25s linear;
}
input[type='tel'] {
	border: 1px solid rgb(204, 204, 204); transition:border-color 0.25s linear, color 0.25s linear, background-color 0.25s linear; border-image: none; background-color: rgb(255, 255, 255); -moz-transition: border-color .25s linear, color .25s linear, background-color .25s linear; -webkit-transition: border-color .25s linear, color .25s linear, background-color .25s linear;
}
input[type='color'] {
	border: 1px solid rgb(204, 204, 204); transition:border-color 0.25s linear, color 0.25s linear, background-color 0.25s linear; border-image: none; background-color: rgb(255, 255, 255); -moz-transition: border-color .25s linear, color .25s linear, background-color .25s linear; -webkit-transition: border-color .25s linear, color .25s linear, background-color .25s linear;
}
.uneditable-input {
	border: 1px solid rgb(204, 204, 204); transition:border-color 0.25s linear, color 0.25s linear, background-color 0.25s linear; border-image: none; background-color: rgb(255, 255, 255); -moz-transition: border-color .25s linear, color .25s linear, background-color .25s linear; -webkit-transition: border-color .25s linear, color .25s linear, background-color .25s linear;
}
textarea:focus {
	border-color: rgb(136, 136, 136); outline: 0px;
}
input[type='text']:focus {
	border-color: rgb(136, 136, 136); outline: 0px;
}
input[type='password']:focus {
	border-color: rgb(136, 136, 136); outline: 0px;
}
input[type='datetime']:focus {
	border-color: rgb(136, 136, 136); outline: 0px;
}
input[type='datetime-local']:focus {
	border-color: rgb(136, 136, 136); outline: 0px;
}
input[type='date']:focus {
	border-color: rgb(136, 136, 136); outline: 0px;
}
input[type='month']:focus {
	border-color: rgb(136, 136, 136); outline: 0px;
}
input[type='time']:focus {
	border-color: rgb(136, 136, 136); outline: 0px;
}
input[type='week']:focus {
	border-color: rgb(136, 136, 136); outline: 0px;
}
input[type='number']:focus {
	border-color: rgb(136, 136, 136); outline: 0px;
}
input[type='email']:focus {
	border-color: rgb(136, 136, 136); outline: 0px;
}
input[type='url']:focus {
	border-color: rgb(136, 136, 136); outline: 0px;
}
input[type='search']:focus {
	border-color: rgb(136, 136, 136); outline: 0px;
}
input[type='tel']:focus {
	border-color: rgb(136, 136, 136); outline: 0px;
}
input[type='color']:focus {
	border-color: rgb(136, 136, 136); outline: 0px;
}
.uneditable-input:focus {
	border-color: rgb(136, 136, 136); outline: 0px;
}
input[type='radio'] {
	margin: 4px 0px 0px; line-height: normal;
}
input[type='checkbox'] {
	margin: 4px 0px 0px; line-height: normal;
}

input[type='image'] {
	width: auto;
}
input[type='submit'] {
	width: auto;
}
input[type='reset'] {
	width: auto;
}
input[type='button'] {
	width: auto;
}
input[type='radio'] {
	width: auto;
}
input[type='checkbox'] {
	width: auto;
}
select {
	height: 30px; line-height: 30px;
}

select {
	border: 1px solid rgb(204, 204, 204); border-image: none; width: 220px; background-color: rgb(255, 255, 255);
}
select[multiple] {
	height: auto;
}
select[size] {
	height: auto;
}
select:focus {
	outline: rgb(51, 51, 51) dotted thin; outline-offset: -2px;
}
input[type='file']:focus {
	outline: rgb(51, 51, 51) dotted thin; outline-offset: -2px;
}
input[type='radio']:focus {
	outline: rgb(51, 51, 51) dotted thin; outline-offset: -2px;
}
input[type='checkbox']:focus {
	outline: rgb(51, 51, 51) dotted thin; outline-offset: -2px;
}
.uneditable-input {
	border-color: rgb(204, 204, 204); color: rgb(153, 153, 153); cursor: not-allowed; box-shadow: inset 0px 1px 2px rgba(0,0,0,0.025); background-color: rgb(252, 252, 252); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
.uneditable-textarea {
	border-color: rgb(204, 204, 204); color: rgb(153, 153, 153); cursor: not-allowed; box-shadow: inset 0px 1px 2px rgba(0,0,0,0.025); background-color: rgb(252, 252, 252); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
.uneditable-input {
	overflow: hidden; white-space: nowrap;
}
.uneditable-textarea {
	width: auto; height: auto;
}
input:-ms-input-placeholder {
	color: rgb(153, 153, 153);
}
textarea:-ms-input-placeholder {
	color: rgb(153, 153, 153);
}
input[readonly] {
	cursor: not-allowed; background-color: rgb(238, 238, 238);
}
.radio {
	padding-left: 20px; min-height: 20px;
}
.checkbox {
	padding-left: 20px; min-height: 20px;
}
.radio input[type='radio'] {
	margin-left: -20px; float: left;
}
.checkbox input[type='checkbox'] {
	margin-left: -20px; float: left;
}
.controls > :first-child.radio {
	
}
.controls > :first-child.checkbox {
	
}
.radio.inline {
	padding-top: 5px; margin-bottom: 0px; vertical-align: middle; display: inline-block;
}
.checkbox.inline {
	padding-top: 5px; margin-bottom: 0px; vertical-align: middle; display: inline-block;
}
.radio.inline + .radio.inline {
	margin-left: 10px;
}
.checkbox.inline + .checkbox.inline {
	margin-left: 10px;
}
.text {
	padding: 4px; border: 1px solid rgb(204, 204, 204); transition:0.3s linear; border-image: none; background-color: rgb(255, 255, 255);
}
.textarea textarea {
	padding: 6px; border: 1px solid rgb(204, 204, 204); transition:0.3s linear; border-image: none; display: block; min-height: 100px; min-width: 390px; background-color: rgb(255, 255, 255);
}
.textarea textarea:focus {
	border: 1px solid rgb(136, 136, 136); border-image: none;
}
.text {
	width: 220px; height: 20px; vertical-align: middle;
}
.textarea {
	display: block;
}
.checkbox + .checkbox {
	margin-left: 15px;
}
.radio + .radio {
	margin-left: 15px;
}
.checkbox {
	height: 20px; line-height: 20px; display: inline-block;
}
.radio {
	height: 20px; line-height: 20px; display: inline-block;
}
.checkbox input {
	margin-right: 5px; vertical-align: -1px;
}
.radio input {
	margin-right: 5px; vertical-align: -1px;
}
select {
	padding: 7px 10px; border: 1px solid rgb(204, 204, 204); border-image: none; height: auto;
}
select[multiple] {
	height: 200px;
}
.form_set {
	margin: 30px 0px; padding: 25px; border: 1px solid rgb(221, 221, 221); border-image: none; position: relative;
}
.form_set .form_set_title {
	background: rgb(255, 255, 255); padding: 10px 20px; left: 25px; top: -25px; font-size: 16px; position: absolute;
}
.form-center {
	margin: 0px auto;
}
.form-horizontal .form-item-5 {
	width: 20%; height: 90px; float: left;
}
.form-horizontal .form-item-two {
	width: 49%; height: 90px; float: left;
}
.form-horizontal .form-item-one {
	width: 100%; float: left;
}
.form-horizontal .form-item {
	
}
.form-horizontal .item-label {
	line-height: 30px; font-size: 14px; margin-right: 5px; display: block;
}
.form_bh {
	margin: 20px 0px; padding: 30px; text-align: center; clear: both; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid;
}
.form-horizontal .item-label .check-tips {
	color: rgb(170, 170, 170); font-weight: normal; margin-left: 8px;
}
.form-horizontal .controls {
	padding: 5px 5px 5px 0px; overflow: hidden; margin-left: 0px;
}
.form-horizontal .check-item {
	margin-right: 100px; display: block;
}
.form-horizontal .controls label + label {
	margin-left: 15px;
}
.form-horizontal .controls .check-tips {
	color: rgb(153, 153, 153); margin-left: 20px;
}
label.textarea ~ .check-tips {
	margin-left: 0px;
}
.form-horizontal .controls .block.check-tips {
	margin-bottom: 10px; margin-left: 0px; display: block;
}
.form-horizontal .controls .block.textarea {
	margin-bottom: 10px; margin-left: 0px; display: block;
}
.search-form {
	margin-bottom: 10px;
}
.search-form .sleft {
	border: 1px solid rgb(235, 235, 235); border-image: none; float: left; background-color: rgb(255, 255, 255);
}
.search-form .drop-down {
	width: 81px; height: 28px; line-height: 28px; float: left;
}
.search-form .sort-txt {
	margin: 0px 2px 0px 4px; width: 45px; padding-left: 6px; display: inline-block; cursor: pointer;
}
.search-form .drop-down ul {
	border: 1px solid rgb(235, 235, 235); border-image: none; margin-left: -1px; position: absolute; background-color: rgb(255, 255, 255);
}
.search-form .drop-down ul li {
	border-top-color: rgb(235, 235, 235); border-top-width: 1px; border-top-style: solid;
}
.search-form .drop-down ul li:first-child {
	border-top-width: 0px;
}
.search-form .drop-down ul a {
	padding: 0px 10px; width: 60px; height: 30px; color: rgb(64, 64, 64); line-height: 30px;
}
.search-form .drop-down ul a:hover {
	border: currentColor; border-image: none; background-color: rgb(240, 240, 240);
}
.search-form .search-input {
	padding: 2px 4px; border: 0px currentColor; border-image: none; width: 180px; height: 24px; line-height: 26px; margin-bottom: 0px; float: left;
}
.search-form .sch-btn {
	margin: 2px 2px 0px 0px; padding: 0px 10px; height: 26px; line-height: 26px; vertical-align: middle; float: left;
}
.search-form .sch-btn:hover {
	color: rgb(255, 255, 255); text-decoration: none; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.btn-search {
	background: url("../images/bg_icon.png") no-repeat -50px 0px; width: 16px; height: 16px; margin-top: 5px; display: inline-block;
}
.samll_num {
	width: 100px;
}
.search-form .adv-sch-pannel {
	margin-right: 0px;
}
.search-form .adv-sch-pannel .dropdown {
	padding: 15px 0px 15px 15px; left: auto; right: 0px; white-space: nowrap;
}
.adv-sch-pannel .row {
	margin-right: 15px; display: inline-block;
}
.adv-sch-pannel label {
	width: 70px; display: inline-block;
}
.adv-sch-pannel .row {
	margin-bottom: 6px;
}
.muti_key_search .search-input {
	width: 100px; margin-right: 10px; vertical-align: middle; float: none; display: inline;
}
.muti_key_search .sch-btn {
	background: rgb(0, 153, 204); padding: 5px 10px; border: currentColor; border-image: none; color: rgb(255, 255, 255); line-height: 12px; float: none; display: inline;
}
.table-bar .muti_search input {
	margin: 0px 7px 0px 0px; padding: 3px 4px;
}
.table-bar .muti_search select {
	margin: 0px 7px 0px 0px; padding: 3px 4px;
}
.table-bar .muti_search button {
	margin: 0px 7px 0px 0px; padding: 3px 4px;
}
.table-bar .sort {
	background: rgb(204, 204, 204); margin: 0px 7px 0px 0px; padding: 3px 5px; border: 1px solid rgb(204, 204, 204); border-image: none; color: rgb(68, 68, 68); vertical-align: middle;
}
.table-bar .check {
	margin: 0px 7px 0px 0px; padding: 3px 5px; border: 1px solid rgb(204, 204, 204); border-image: none; color: rgb(68, 68, 68); vertical-align: middle;
}
.input-large {
	width: 390px;
}
.input-mid {
	width: 150px;
}
.input-small {
	width: 100px;
}
.input-mini {
	width: 50px;
}
.input-8x {
	width: 400px;
}
.input-7x {
	width: 350px;
}
.input-6x {
	width: 300px;
}
.input-5x {
	width: 250px;
}
.input-4x {
	width: 200px;
}
.input-3x {
	width: 150px;
}
.input-2x {
	width: 100px;
}
.input-x {
	width: 50px;
}
.must {
	margin: 3px; color: rgb(255, 0, 0); font-style: normal; font-weight: normal; vertical-align: middle;
}
input[type='text'].input-inline {
	margin: 0px; padding: 3px 6px; width: 100px;
}
.select-inline {
	margin: 0px; padding: 3px 6px; width: 100px;
}
.table-bar-s {
	margin: 0px 20px; padding: 0px 0px 8px; height: auto; overflow: hidden; -ms-zoom: 1;
}
.table-bar {
	margin: 0px 20px; padding: 15px 0px 8px; height: auto; overflow: hidden; -ms-zoom: 1;
}
.table-bar .muti_search {
	padding: 10px 0px; overflow: hidden; clear: both; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid; -ms-zoom: 1;
}
.data-table .regular-checkbox + label {
	margin: 0px;
}
.data-table {
	margin: 0px 20px;
}
.data-table table {
	background: rgb(221, 221, 221); width: 100%;
}
.data-table caption {
	height: 30px; line-height: 30px; font-weight: 700;
}
.data-table thead th {
	padding: 10px; height: 19px; line-height: 19px; font-weight: 400; -ms-word-break: break-all; -ms-word-wrap: break-word;
}
.data-table tbody td {
	padding: 10px; height: 19px; line-height: 19px; font-weight: 400; -ms-word-break: break-all; -ms-word-wrap: break-word;
}
.data-table thead th {
	padding: 10px; text-align: left; color: rgb(51, 51, 51); background-color: rgb(234, 234, 234);
}
.data-table tbody tr {
	color: rgb(104, 104, 104); background-color: rgb(255, 255, 255);
}
.data-table tbody tr:nth-child(2n) {
	background-color: rgb(248, 248, 248);
}
.data-table tbody tr:hover {
	background-color: rgb(238, 238, 238);
}
.data-table table input[type='text'] {
	padding: 3px; vertical-align: 0px;
}
.data-table table select {
	padding: 3px; vertical-align: 0px;
}
.data-table table input[type='radio'] {
	vertical-align: text-top;
}
.data-table table input[type='checkbox'] {
	vertical-align: text-top;
}
.data-table td a {
	white-space: nowrap;
}


.dataNew-table .regular-checkbox + label {
	margin: 0px;
}
.dataNew-table {
	margin: 0px 20px;
}
.dataNew-table table {
	background: rgb(221, 221, 221); width: 100%;
}
.dataNew-table caption {
	height: 30px; line-height: 30px; font-weight: 700;
}
.dataNew-table thead th {
	padding: 10px; height: 19px; line-height: 19px; font-weight: 400; -ms-word-break: break-all; -ms-word-wrap: break-word;
}
.dataNew-table tbody td {
	padding: 5px; height: 19px; line-height: 19px; font-weight: 400; -ms-word-break: break-all; -ms-word-wrap: break-word;
}
.dataNew-table thead th {
	padding: 10px; text-align: left; color: rgb(51, 51, 51); background-color: rgb(234, 234, 234);
}
.dataNew-table tbody tr {
	color: rgb(104, 104, 104); background-color: rgb(255, 255, 255);
}
.dataNew-table tbody tr:nth-child(2n) {
	background-color: rgb(248, 248, 248);
}
.dataNew-table tbody tr:hover {
	background-color: rgb(238, 238, 238);
}
.dataNew-table table input[type='text'] {
	padding: 3px; vertical-align: 0px;
}
.dataNew-table table select {
	padding: 3px; vertical-align: 0px;
}
.dataNew-table table input[type='radio'] {
	vertical-align: text-top;
}
.dataNew-table table input[type='checkbox'] {
	vertical-align: text-top;
}
.dataNew-table td a {
	white-space: nowrap;
}



.form_table {
	background: rgb(221, 221, 221); margin-top: 15px;
}
.form_table td {
	background: rgb(255, 255, 255); padding: 10px;
}
.form_table thead td {
	background: rgb(238, 238, 238);
}
.row-selected {
	width: 15px;
}
.btn-toolbar .btn {
	border-radius: 0px; margin-left: -1px; float: left;
}
.btn-toolbar :first-child.btn {
	border-radius: 3px 0px 0px 3px;
}
.btn-toolbar :last-of-type.btn {
	border-radius: 0px 3px 3px 0px;
}
.btn-group {
	margin-right: 5px; vertical-align: middle; display: inline-block; position: relative;
}
.btn-group-click {
	margin-right: 5px; vertical-align: middle; display: inline-block; position: relative;
}
.btn-group .btn {
	margin-right: 0px;
}
.btn-group-click .btn {
	margin-right: 0px;
}
.btn-arrowdown {
	width: 10px; height: 5px; margin-left: 10px; vertical-align: middle; display: inline-block; background-image: url("../images/bg_icon.png"); background-repeat: no-repeat;
}
.btn-arrowup {
	width: 10px; height: 5px; margin-left: 10px; vertical-align: middle; display: inline-block; background-image: url("../images/bg_icon.png"); background-repeat: no-repeat;
}
.btn-arrowdown {
	background-position: 0px -25px;
}
.btn-arrowup {
	background-position: -25px -25px;
}
.btn-group .dropdown {
	border: 1px solid rgb(204, 204, 204); border-image: none; left: 0px; top: 30px; margin-top: 3px; display: none; position: absolute; min-width: 85px; background-color: rgb(255, 255, 255);
}
.btn-group-click .dropdown {
	border: 1px solid rgb(204, 204, 204); border-image: none; left: 0px; top: 30px; margin-top: 3px; display: none; position: absolute; min-width: 85px; background-color: rgb(255, 255, 255);
}
.btn-group .dropdown a {
	padding: 6px 16px; height: 18px; line-height: 18px; white-space: nowrap;
}
.btn-group-click .dropdown a {
	padding: 6px 16px; height: 18px; line-height: 18px; white-space: nowrap;
}
.btn-group .dropdown a:hover {
	background-color: rgb(238, 238, 238);
}
.btn-group-click .dropdown a:hover {
	background-color: rgb(238, 238, 238);
}
.tab-wrap {
	margin: 10px 20px;
}
.tab-nav {
	background: rgb(238, 238, 238); padding: 0px 10px; margin-bottom: 15px;
}
.tab-nav li {
	margin: 0px 10px;
}
.tab-nav li a {
	padding: 0px 20px; height: 40px; color: rgb(102, 102, 102); line-height: 40px; font-size: 16px; position: relative;
}
.tab-nav li a:hover {
	padding: 0px 20px; height: 40px; color: rgb(102, 102, 102); line-height: 40px; font-size: 16px; position: relative;
}
.tab-nav li a .arrow {
	left: 50%; bottom: -6px; margin-left: -10px; display: none; position: absolute;
}
.tab-nav .current a .arrow {
	display: block;
}
.tab-nav .current a {
	background: rgb(2, 96, 142); color: rgb(255, 255, 255);
}
.tab-nav .current a:hover {
	background: rgb(2, 96, 142); color: rgb(255, 255, 255);
}
.tab-content {
	background: rgb(255, 255, 255); padding: 20px; -ms-zoom: 1;
}
.tab-content .tab-pane {
	display: none;
}
.tab-content .in {
	float: left; display: block;
}
.sub-tab-nav {
	padding: 10px 20px; overflow: hidden; -ms-zoom: 1;
}
.has-sub-nav .sub_tab {
	border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(221, 221, 221) rgb(221, 221, 221); margin: -15px 0px 10px; padding: 10px; border-image: none; height: 30px;
}
.sub_tab_content {
	width: 100%; margin-top: 20px; float: left;
}
.sub_tab li {
	list-style: none; margin-right: 10px; float: left;
}
.sub_tab li a {
	background: rgb(238, 238, 238); padding: 0px 15px; height: 40px; color: rgb(51, 51, 51); line-height: 40px; display: block; position: relative; z-index: 10;
}
.sub_tab li a.cur {
	color: rgb(255, 255, 255); background-color: rgb(1, 108, 160);
}
.sub_tab li a .arrow {
	left: 50%; bottom: -6px; margin-left: -10px; display: none; position: absolute;
}
.sub_tab li a.cur .arrow {
	display: block;
}
.normal_tips {
	background: rgb(244, 255, 193); padding: 5px; color: rgb(218, 66, 36); -ms-word-break: break-all;
}
.admin_container .normal_tips {
	margin: 0px 20px;
}
.normal_tips .fa {
	margin: 0px 10px; font-size: 16px;
}
.breadcrumb {
	color: rgb(153, 153, 153);
}
.breadcrumb .home {
	text-align: center; line-height: 21px; display: inline-block;
}
.breadcrumb .division {
	margin: 0px 5px;
}
.category {
	margin: 0px 0px 30px; border-right-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); border-right-width: 1px; border-bottom-width: 0px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; background-color: rgb(255, 255, 255);
}
.category .hd {
	color: rgb(51, 51, 51); font-weight: bold; background-color: rgb(234, 234, 234);
}
.category .cate-item dt {
	padding: 8px 0px; border-bottom-color: rgb(231, 231, 231); border-bottom-width: 1px; border-bottom-style: solid;
}
.category dl {
	margin: 0px;
}
.category dd {
	margin: 0px;
}
.category input {
	margin: 0px;
}
.category .check {
	height: 40px; line-height: 40px; float: left;
}
.category .fold {
	height: 40px; line-height: 40px; float: left;
}
.category .order {
	height: 40px; line-height: 40px; float: left;
}
.category .name {
	height: 40px; line-height: 40px; float: left;
}
.category .opt {
	width: 120px; height: 35px; text-align: center; line-height: 35px; float: right;
}
.opt-btn {
	margin: 5px 10px 0px 0px; float: right;
}
.category .check {
	width: 40px; text-align: center;
}
.category .fold {
	width: 50px; text-align: center;
}
.category .fold i {
	width: 17px; height: 17px; vertical-align: middle; display: inline-block; background-repeat: no-repeat;
}
.category .fold .icon-fold {
	background: url("../images/bg_icon.png") no-repeat; cursor: pointer;
}
.category .fold .icon-unfold {
	background: url("../images/bg_icon.png") no-repeat; cursor: pointer;
}
.category .fold .icon-fold {
	background-position: -100px -25px;
}
.category .fold .icon-unfold {
	background-position: -125px -25px;
}
.category .order {
	text-align: center;
}
.category .order input {
	text-align: center;
}
.category .order {
	width: 90px;
}
.category .order input {
	width: 40px; margin-bottom: 2px;
}
.category .name input {
	margin-bottom: 2px;
}
.category .add-sub-cate {
	margin-left: 10px;
}
.category .add-sub-cate:hover {
	text-decoration: none; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.category .btn-mod {
	margin-left: 15px;
}
.category .root {
	font-weight: bold;
}
.category .tab-sign {
	height: 21px; margin-left: 15px; vertical-align: middle; display: inline-block; background-image: url("../images/tab_sign.png"); background-repeat: no-repeat;
}
.category .name .msg {
	font-weight: normal; vertical-align: top;
}
.category .name .error {
	color: rgb(185, 74, 72);
}
.category .name .success {
	color: rgb(70, 136, 71);
}
.category > dl > dt .tab-sign {
	display: none;
}
.category > dl > dd > dl > dt .tab-sign {
	background-position: 0px 0px; width: 55px;
}
.category > dl > dd > dl:last-child > dt .tab-sign {
	background-position: -55px 0px;
}
.category > dl > dd > dl > dd > dl > dt .tab-sign {
	background-position: 0px -30px; width: 110px;
}
.category > dl > dd > dl > dd > dl:last-child > dt .tab-sign {
	background-position: 0px -60px;
}
.category > dl > dd > dl > dd > dl > dd > dl > dt .tab-sign {
	background-position: 0px -30px; width: 165px;
}
.category > dl > dd > dl > dd > dd > dl > dl:last-child > dt .tab-sign {
	background-position: 0px -60px;
}
.category > dl > dd > dl > dd > dl > dd > dl > dd > dl > dt .tab-sign {
	background-position: 0px -30px; width: 220px;
}
.category > dl > dd > dl > dd > dl > dd > dd > dl > dl:last-child > dt .tab-sign {
	background-position: 0px -60px;
}
.category > dl > dd > dl > dd > dl > dd > dl > dd > dl > dd > dl > dt .tab-sign {
	background-position: 0px -30px; width: 275px;
}
.category > dl > dd > dl > dd > dl > dd > dl > dd > dd > dl > dl:last-child > dt .tab-sign {
	background-position: 0px -60px;
}
.category > dl > dd > dl > dd > dl > dd > dl > dd > dl > dd > dl > dt .add-sub-cate {
	display: none;
}
.category input {
	height: 16px;
}
.icon-add {
	background: url("../images/bg_icon.png") no-repeat 0px 0px; width: 16px; height: 16px; vertical-align: middle; display: inline-block;
}
.add-on {
	top: 7px; width: 20px; height: 20px; right: 25px; display: inline-block; position: relative;
}
.sort_bottom {
	margin-top: 105px;
}
.sort_option select {
	width: 220px; height: 250px;
}
.sort_top {
	margin-bottom: 10px;
}
.sort_top input {
	border: 1px solid rgb(204, 204, 204); border-image: none; height: 24px; line-height: 26px; padding-left: 5px; margin-right: 30px;
}
.sort_btn button {
	margin-bottom: 15px; display: block;
}
.sort_option {
	margin-right: 16px; float: left;
}
.sort_confirm {
	float: left;
}
.main {
	padding: 20px; background-color: rgb(246, 246, 246);
}
.main-title {
	padding-bottom: 20px;
}
.main-title::before {
	display: table; content: "";
}
.main-title::after {
	display: table; content: "";
}
.main-title::after {
	clear: both;
}
.main-title h2 {
	color: rgb(68, 85, 102); font-size: 20px; font-weight: 400; float: left;
}
.main-title .tools {
	margin-top: 5px; float: right;
}
.main-title .ca {
	background: url("../images/subnav_current.png") no-repeat center; margin: 0px 10px; width: 5px; height: 10px; display: inline-block;
}
.cf::before {
	display: table; content: "";
}
.cf::after {
	display: table; content: "";
}
.cf::after {
	clear: both;
}
.cf {
	
}
#contents .nav {
	
}
.uploadify-button {
	color: rgb(255, 255, 255); background-color: rgb(68, 68, 68);
}
.uploadrow {
	width: 120px; position: relative; z-index: 1; min-height: 120px;
}
.uploadrow2 {
	width: 100px; position: relative; z-index: 1; min-height: 100px;
}
.form-horizontal .uploadrow2 {
	padding: 0px;
}
.mult_imgs {
	overflow: hidden; -ms-zoom: 1;
}
.mult_imgs .upload-img-view {
	float: left;
}
.mult_imgs .uploadrow2 {
	float: left;
}
.mult_imgs .upload-pre-item22 {
	margin-right: 10px; float: left; position: relative;
}
.mult_imgs li {
	list-style: none; border: 1px dashed rgb(221, 221, 221); border-image: none; float: left;
}
.mult_imgs .upload-pre-item22 em {
	background: url("../images/gray_delete.png") no-repeat; top: 0px; width: 24px; height: 24px; right: 0px; position: absolute; cursor: pointer;
}
.edit_img_icon {
	background: url("../images/edit.png") no-repeat center; top: 0px; width: 30px; height: 30px; right: 0px; position: absolute; z-index: 0;
}
.uploadify-button {
	background: url("../images/add.png") no-repeat center rgb(68, 68, 68); text-align: center; color: rgb(255, 255, 255); text-indent: -900px; overflow: hidden; position: relative; cursor: pointer;
}
.upload_file .uploadify-button {
	background: rgb(238, 238, 238); border: 1px dashed rgb(221, 221, 221); border-image: none; color: rgb(68, 68, 68); line-height: 30px; text-indent: 0px;
}
.uploadify-queue-item {
	padding: 0px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 470px; text-indent: -9999px; margin-top: 0px; position: absolute; background-color: rgb(255, 255, 255);
}
.uploadify-queue-item .cancel {
	float: right;
}
.uploadify-queue-item .cancel a {
	color: rgb(64, 64, 64); font-family: Consolas; text-decoration: none; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.uploadify-queue-item .cancel a:hover {
	color: rgb(64, 64, 64); font-family: Consolas; text-decoration: none; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.uploadify-queue-item .fileName {
	color: rgb(45, 114, 0);
}
.uploadify-error {
	background-color: rgb(253, 229, 221) !important;
}
.uploadify-queue-item.completed {
	background-color: rgb(229, 229, 229);
}
.uploadify-progress {
	width: 100%; margin-top: 10px; background-color: rgb(229, 229, 229);
}
.uploadify-progress-bar {
	width: 1px; height: 3px; background-color: rgb(0, 153, 255);
}
.uploadrow:hover .add-layer {
	display: block;
}
.upload-img-box {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.controls.upload_file {
	position: relative;
}
.upload_file .upload-img-box {
	left: 0px; top: 0px; margin-top: 10px; position: static;
}
.upload_file .uploadify-queue > div {
	width: 122px; height: 40px;
}
.upload-img-box .upload-pre-item {
	transition:0.3s linear; width: 120px; text-align: center; overflow: hidden; cursor: pointer; max-height: 120px; background-color: rgb(204, 204, 204);
}
.upload-img-box .upload-pre-item2 {
	transition:0.3s linear; width: 100px; text-align: center; overflow: hidden; cursor: pointer; max-height: 100px; background-color: rgb(204, 204, 204);
}
.upload-img-box .upload-pre-item img {
	vertical-align: top;
}
.upload-img-box .upload-pre-file {
	padding: 0px 10px; border: 1px dashed rgb(204, 204, 204); border-image: none; width: 380px; height: 35px; line-height: 35px; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; background-color: rgb(255, 255, 255);
}
.upload-img-box .upload-pre-picture {
	padding: 0px 10px; border: 1px dashed rgb(204, 204, 204); border-image: none; width: 380px; height: 100px; line-height: 35px; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; background-color: rgb(255, 255, 255);
}
.uploadify-queue {
	
}
.uploadify-queue > div {
	background: url("../images/loading.gif") no-repeat center rgba(255, 255, 255, 0.5); top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1000;
}
.uploadify-queue > div > div {
	display: none;
}
.upload-img-popup {
	padding: 3px; border: 1px solid rgb(195, 195, 195); border-image: none; position: fixed; z-index: 9999; box-shadow: 0px 0px 4px rgba(0,0,0,0.5); background-color: rgb(255, 255, 255);
}
.upload-img-popup .close-pop {
	background: url("../images/bg_icon.png") no-repeat -25px 0px; top: -8px; width: 17px; height: 17px; right: -8px; position: absolute;
}
.upload-img-popup .close-pop:hover {
	text-decoration: none; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.upload-img-popup img {
	display: block;
}
.upload_icon_all {
	background: url("../images/attachment_1.png"); width: 15px; height: 15px; margin-right: 5px; vertical-align: middle; display: inline-block;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
#contents .nav {
	content: "";
}
#contents .nav li {
	float: left !important;
}
#contents .nav li a {
	text-decoration: none; display: block;
}
#contents .nav li a:hover {
	text-decoration: none; display: block;
}
.picurl_btn {
	width: 100px; color: rgb(255, 255, 255); background-color: rgb(255, 51, 0);
}
.picurl_btn:hover {
	width: 100px; color: rgb(255, 255, 255); background-color: rgb(255, 51, 0);
}
.add_list_table {
	background: rgb(221, 221, 221);
}
.controls .add_list td {
	padding: 10px 20px; position: relative; background-color: rgb(244, 244, 244);
}
.controls .add_list input {
	margin-bottom: 0px;
}
.controls .add_list .upload-img-box {
	top: 0px;
}
.null_deal {
	background: url("../images/cry.png") no-repeat top; margin: 100px auto; text-align: center; color: rgb(102, 102, 102); padding-top: 150px;
}
.box_overlay {
	left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; bottom: 0px; position: fixed; z-index: 1000; opacity: 0.6; background-color: rgb(0, 0, 0);
}
.trans_overlay {
	width: 100%; height: 100%; position: fixed;
}
.dialog {
	left: 50%; top: 50%; width: 500px; height: 300px; margin-top: -150px; margin-left: -200px; position: fixed; z-index: 9999; background-color: rgb(255, 255, 255);
}
.dialog_head {
	background: rgb(255, 255, 255); width: 100%; height: 40px; color: rgb(51, 51, 51); line-height: 40px; position: relative;
}
.dialog_head .dialog_title {
	padding-left: 10px; font-size: 14px; font-weight: bold;
}
.dialog_head .dialog_close {
	background: url("../images/close.png?729") no-repeat; top: 5px; width: 30px; height: 30px; right: 10px; position: absolute; cursor: pointer;
}
.dialog_head .dialog_close:hover {
	background-position: -30px 0px;
}
.dialog_content {
	width: 100%; position: relative;
}
.dialog_foot {
	background: rgb(242, 242, 242); padding: 10px 0px; width: 100%; text-align: center;
}
.dialog_foot a {
	margin: 0px 10px;
}
.image_body {
	height: 400px; overflow: hidden; -ms-zoom: 1;
}
.image_footer {
	padding: 10px; height: 30px; background-color: rgb(238, 238, 238);
}
.image_nav {
	height: 30px; background-color: rgb(238, 238, 238);
}
.image_nav a {
	padding: 0px 15px; height: 30px; color: rgb(102, 102, 102); line-height: 30px; float: left; background-color: rgb(238, 238, 238);
}
.image_nav a.cur {
	color: rgb(51, 51, 51); background-color: rgb(255, 255, 255);
}
.upload_wrap {
	margin: 50px auto; width: 420px; height: 100px;
}
.upload_wrap .local {
	padding: 30px 50px; border: 1px dashed rgb(0, 153, 0); border-image: none;
}
.upload_wrap .web {
	padding: 30px 50px; border: 1px dashed rgb(0, 153, 0); border-image: none;
}
.upload_wrap .web input {
	margin: 0px 10px 0px 0px; padding: 5px; width: 300px;
}
.upload_wrap .preview {
	overflow: hidden; -ms-zoom: 1;
}
.upload_wrap .preview img {
	margin: 20px auto; width: 150px; height: 150px; display: block;
}
.online_wrap {
	padding: 10px 10px 10px 20px; height: 400px; overflow: hidden;
}
.online_wrap img {
	margin: 5px; padding: 5px; border: 2px solid rgb(221, 221, 221); border-image: none; width: 84px; height: 82px; float: left; cursor: pointer;
}
.online_wrap img.select {
	border-color: rgb(0, 204, 0);
}
.image_page {
	text-align: center; padding-top: 20px; clear: both; display: block;
}
.image_page a {
	margin: 10px; padding: 2px 8px; color: rgb(51, 51, 51); background-color: rgb(204, 204, 204);
}
.image_page a.cur {
	color: rgb(255, 255, 255); background-color: rgb(0, 153, 0);
}
.cate_wrap {
	left: 0px; top: 100px; height: 200px; position: absolute;
}
.cate_wrap .cate_list {
	background: rgb(255, 255, 255); padding: 20px; border: 2px solid rgb(0, 153, 0); border-image: none; width: 500px; height: 200px; display: none; box-shadow: 0px 0px 5px #ccc;
}
.cate_wrap .cate_switch {
	background: rgb(0, 153, 0); padding: 10px 5px; top: 50%; width: 16px; height: 80px; right: -26px; color: rgb(255, 255, 255); margin-top: -50px; position: absolute; cursor: pointer;
}
.cate_wrap .cate_list a {
	margin: 5px 10px; padding: 2px 10px; color: rgb(51, 51, 51); float: left; display: inline; background-color: rgb(238, 238, 238);
}
.sort_a {
	background: url("../images/sort.png") no-repeat right; padding: 0px 15px 0px 0px; color: rgb(34, 34, 34);
}
.sort_a:hover {
	background: url("../images/sort_hover.png") no-repeat right;
}
.message_list {
	border-width: 1px 1px medium; border-style: solid solid none; border-color: rgb(221, 221, 221) rgb(221, 221, 221) currentColor; border-image: none;
}
.message_list td {
	border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid;
}
.message_list .user img {
	float: left;
}
.message_list .user .u_info {
	padding-left: 60px;
}
.message_list .user .u_info .name {
	line-height: 24px; font-size: 16px;
}
.message_list .user .u_info .msg {
	margin: 5px 0px 0px; color: rgb(136, 136, 136);
}
.message_list .user .u_info a img {
	border: 1px solid rgb(204, 204, 204); border-image: none;
}
.message_list form {
	width: 100%; position: relative;
}
.message_list form .textarea {
	
}
.message_list form textarea {
	background: rgb(255, 255, 255); padding: 6px; border: 1px solid rgb(221, 221, 221); border-image: none; width: 920px; height: 200px; margin-bottom: 10px;
}
.message_list .appmsg_area {
	background: rgb(255, 255, 255); padding: 6px; border: 1px solid rgb(221, 221, 221); border-image: none; width: 920px; height: 200px; margin-bottom: 10px;
}
.appmsg_area .select_appmsg {
	background: rgb(238, 238, 238); border: 1px dashed rgb(221, 221, 221); border-image: none; width: 308px; height: 196px; text-align: center; color: rgb(51, 51, 51); line-height: 188px; float: left; display: block;
}
.appmsg_area .appmsg_wrap {
	border: 1px dashed rgb(221, 221, 221); border-image: none; width: 308px; height: 196px; overflow: hidden; float: left; display: none;
}
.appmsg_area .delete {
	margin: 20px; display: none;
}
.message_list form button {
	padding: 8px 30px; font-size: 14px;
}
.message_list form .action_type {
	left: 5px; top: 80px; position: absolute;
}
.message_list form .action_type .action_item {
	background: url("../images/message_icon.png") no-repeat; width: 30px; height: 30px; float: left;
}
.message_list form .action_type .action_item:hover {
	background-color: rgb(238, 238, 238);
}
.message_list form .action_type .action_item.link {
	background-position: 5px 0px;
}
.message_list form .action_type .action_item.picture {
	background-position: 5px -30px;
}
.message_list form .action_type .action_item.face {
	background-position: 5px -60px;
}
.message_list form .action_type .action_item.article {
	background-position: 5px -87px;
}
.msg_tab {
	height: 40px;
}
.msg_tab a {
	background: url("../images/msg_tab.png") no-repeat; margin: 5px 10px; height: 20px; color: rgb(136, 136, 136); line-height: 20px; padding-left: 24px; float: left;
}
.msg_tab a.current {
	color: rgb(51, 51, 51);
}
.msg_tab a.txt {
	background-position: 0px 0px;
}
.msg_tab a.appmsg {
	background-position: 0px -240px;
}
.msg_tab a.image {
	background-position: 0px -60px;
}
.msg_tab a.voice {
	background-position: 0px -120px;
}
.msg_tab a.video {
	background-position: 0px -180px;
}
.msg_tab a.current.txt {
	background-position: 0px -30px;
}
.msg_tab a.current.appmsg {
	background-position: 0px -270px;
}
.msg_tab a.current.image {
	background-position: 0px -90px;
}
.msg_tab a.current.voice {
	background-position: 0px -150px;
}
.msg_tab a.current.video {
	background-position: 0px -210px;
}
.msg_image .edit_img_icon {
	display: none;
}
.upload_img_dialog {
	height: 360px; position: relative;
}
.upload_img_dialog .mult_imgs {
	padding: 10px;
}
.upload_img_dialog .btn_bar {
	background: rgb(238, 238, 238); padding: 10px; left: 0px; text-align: center; right: 0px; bottom: 0px; position: absolute;
}
.common_add_list {
	overflow: hidden;
}
.common_add_list .item {
	width: 60px; height: 60px; margin-right: 10px; float: left; position: relative; cursor: pointer;
}
.common_add_list .item img {
	width: 100%; height: 100%;
}
.common_add_list .item .del {
	background: rgb(204, 0, 0); top: 0px; width: 15px; height: 15px; text-align: center; right: 0px; color: rgb(255, 255, 255); line-height: 15px; font-style: normal; position: absolute; cursor: pointer;
}
.common_add_list .item .name {
	background: rgba(0, 0, 0, 0.5); padding: 3px 0px; left: 0px; text-align: center; right: 0px; bottom: 0px; color: rgb(255, 255, 255); overflow: hidden; font-size: 12px; white-space: nowrap; position: absolute;
}
.common_add_btn {
	background: url("../images/add.png") no-repeat center rgb(102, 102, 102); width: 60px; height: 60px; float: left;
}
.colpick {
	z-index: 10000;
}
