#qt_postform .panel {
	padding: 8px;
}
#qt_postform #qt_expander {
	float: right;
	cursor: pointer;
	line-height: 1.7em;
}
#qt_postform #qt_subject {
	font-size: 1.1em;
	width: 80%;
}
#qt_postform.qt-guest-teaser #qt_subject,
#qt_postform.qt-guest-teaser textarea[name="message"],
#qt_postform.qt-guest-teaser #qt_expander {
	cursor: pointer;
}
#qt_postform.qt-guest-teaser .panel {
	position: relative;
}
#qt_postform.qt-guest-teaser .qt-guest-clickgate {
	position: relative;
}
#qt_postform.qt-guest-teaser .qt-guest-overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	border-radius: 8px;
}
#qt_postform.qt-guest-teaser .submit-buttons .button1 {
	position: relative;
	z-index: 6;
}
#qt_postform.qt-guest-teaser textarea[name="message"] {
	opacity: 0.95;
}
#qt_postform.qt-guest-teaser .submit-buttons {
	text-align: right;
}
#qt_postform .submit-buttons {
	margin: 0;
	line-height: 2.3em;
	color: gray;
}
#qt_postform select {
	max-width: 350px;
}
@media (min-width: 700px) {
	#qt_postform .submit-buttons {
		text-align: left;
	}
}
