@charset "utf-8";

/** 
 * Add Question Styling
 */

.addQuestionLabel {
	font-weight: bold;
	width: 75px;
	display: inline-block;
}

.askQuestionRow {
	margin-top: 15px;
}

#askQuestionTitle {
	width: 450px;
}

.questionCategoryWrapper {
	display: inline-block;
}

.addQuestionCategoryLabel {
	vertical-align: top;
	padding-top: 5px;
}

#askQuestionDesc {
	clear:both;
	display:block;
}