body {
	font-family: 'Lucida Grande', Arial, Helvetica;
	color: #000;
	font-size: 12px;
}


.iqWrapper {
	position: absolute;
	left: 40px;
	top: 0px;
	overflow: visible;
	background-color: #FF0000;
	z-index: 1;
}

.question_main, .popup_main, .question_embed_main {
	position: absolute;
	width: 500px;
	height: 500px;
	border: 0px;

	background: #ffffff;
	left: 0px;
	top: 0px;

	padding: 10px 10px 32px 10px;
	overflow: hidden;
}

.question_embed_main {
	position: relative;
	display: block;
	border: 1px solid #2a2a2f;
	padding: 10px 10px 0px 10px;
	border-bottom: 0px;
}

.answer_main, .feedback_main, .answer_embed_main, .feedback_embed_main {
	position: absolute;
	width: 500px;
	height: 500px;
	border: 0px;
	border-top: 0px;

	background: #ffffff;
	left: 0px;

	padding: 10px 10px 32px 10px;
	overflow: hidden;
}

.answer_embed_main, .feedback_embed_main {
	position: relative;
	display: block;
	border: 1px solid #2a2a2f;
	border-top: 0px;
	padding: 10px 10px 32px 10px;
}

.answer_main {
	margin-top: -29px;
}

.popup_main {
	left: 100px;
	top: 100px;
	margin-top: -1px;
	cursor: pointer;
	padding: 26px 10px 32px 10px;
	z-index: 999;
}

.popup_drag {
	height: 16px;
	width: 100%;
	cursor: move;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #dddddd;
}

.popup_drag_close {
	height: 16px;
	width: 16px;	
	cursor: hand;
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	color: #2a2a2f;
}

.question_text, .answer_text, .feedback_text, .popup_text,
.question_embed_text, .answer_embed_text, .feedback_embed_text {
	overflow: auto;
	position: relative;

	font-family: Lucida Grande, Arial, Helvetica;
	color: #000000;
	font-size: 12px;
}

