div#minienq {
	border: 3px solid #ff9900;
	background-color: #ffdd93;
	margin: 0px;
	margin-bottom: 14px;
	padding: 10px;
}
div#minienq h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
div#minienq p {
    font-size: 1.0em;
}
div.minienq_question {
}
div.minienq_title {
	color: #00008b;
	font-size: 1.2em;
	font-weight: bold;
	margin: 4px;
}
div#minienq input {
	margin-left: 6px;
    margin-top: 4px;
}
div.minienq_link {
	text-align: right;
}
div.minienq_answer {
	margin: 4px;
	text-align: center;
}
.clear {
    clear: both;
    line-height: 0;
    height: 0;
}
