.tabs-active li.active a {
	color: #24bdf5;
}
.tabs-body-search td {
	height: 50px;
}
.tabs-body-search input.input {
	height: 40px;
	line-height: 40px;
	width: 194px;
	color: #999;
	text-indent: 10px;
}
.tabs-body-search input.btn-submit {
	width: 230px;
	/* background: #9ab9d6; */
	border-radius: 0px;
}
.tabs-body-search select {
	height: 40px;
	width: 206px;
	color: #999;
	border: 1px solid #ccc;
}
.mail-total-main li i {
	font-style: normal;
	font-size: 20px;
	padding-left: 15px;
	color: #c53f46
}
table.mail-write input.button_upload {
	width: 105px;
	height: 32px;
	background: #f2f2f2;
	border: #e1e1e1 solid 1px;
	font-size: 15px;
	cursor: pointer
}
table.mail-table-title td {
	font-size: 16px;
	color: #333;
	font-weight: bold
}
table.mail-write input.button_upload {
	width: 105px;
	height: 32px;
	background: #f2f2f2;
	border: #e1e1e1 solid 1px;
	font-size: 15px;
	cursor: pointer
}
table.mail-table-list td {
	border-bottom: #efefef dashed 1px;
	padding: 8px 0;
}
table.mail-info {
	border-left: #e1e1e1 solid 1px;
	border-bottom: #e1e1e1 solid 1px
}
table.mail-info td {
	border-right: #e1e1e1 solid 1px;
	border-top: #e1e1e1 solid 1px
}
table.mail-border td {
	border-right: none;
	border-top: none;
}
table.mail-border td strong {
	font-weight: normal
}
table.mail-border input.btn-upload {
	width: 80px;
	height:30px;
	font: normal 14px/30px 'microsoft yahei';
	background: #ffc546;
	cursor: pointer;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}
.write table select {
	height: 30px;
}
.write table input[type="radio"] {
	font-size: 18px
}

.test-label {
	/* margin: 20px 20px 0 0; */
	display: inline-block;
	margin-right: 15px;
}
.test-radio {
	display: none
}
.test-radioInput {
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	height: 16px;
	margin-right: 8px;
	margin-top: -1px;
	vertical-align: middle;
	width: 16px;
	line-height: 1;
	border: 1px solid #ccc;
}
.test-radio:checked+ .test-radioInput:after {
	background-color: #025192;
	border-radius: 100%;
	content: "";
	display: inline-block;
	height: 12px;
	margin: 2px;
	width: 12px;
}

.mail-table-list {
	table-layout:fixed
}
.mail-table-list td.td-text a{
	display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}