.qt_panel {
	/* padding: 8px; */
}
.qt_panel #qt_expander {
	float: right;
	cursor: pointer;
	line-height: 2.5em;
	color: #43a6df;
}
.qt_panel #qt_subject {
	/* font-size: 1.1em; */
	box-sizing: border-box;
	width: 80%;
}
.qt_panel .message-box textarea {
	box-sizing: border-box;
	width: 100%;
}
.qt_panel .submit-buttons {
	margin: 12px 0 0;
	/* line-height: 2.3em; */
	color: gray;
}
.qt_panel select {
	max-width: 350px;
}
@media (min-width: 700px) {
	.qt_panel .submit-buttons {
		text-align: left;
	}
}
.qt_panel .submit-buttons {
	margin-bottom: -6px;
}
.qt_panel .submit-buttons > * {
	margin-bottom: 6px;
}
.qt_panel .submit-buttons > select {
	padding: 6px 0;
}

.qt_panel #abbc3_buttons * {
	box-sizing: border-box;
}

/* Plupload */
.qt_panel #attach-panel {
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 13px;
}
.qt_panel #attach-panel > div > p,
.qt_panel #attach-panel #attach-panel-multi,
.qt_panel #attach-panel-basic {
	display: none !important;
}
.qt_panel #attach-panel #file-list-container {
	margin: 20px 0 0;
	background-color: #FFF;
	border-top: 1px solid #e4e4e4;
}
.qt_panel #attach-panel thead {
	display: none;
}
.qt_panel .panel-container table.table1 {
	margin-bottom: 0;
}