/* 
---------------------------------------------------------------
內容模組 model content
--------------------------------------------------------------- 
*/
#mQuestion {
	line-height: 25px;
	margin-bottom:10px;
	padding: 5px;
	border: #e5e5e5 6px solid;
}
#mQuestion .mQuestionTitle {
	display: none;
}
#mQuestion .mQuestionTitle b{
	color: #000000;
}
#mQuestion .mQuestionContent {
	background: #FFFFFF;
	padding: 16px 10px 10px 10px;
}
#mQuestion .mQuestionContent h3{
	color: #fe9601;
}
#mQuestion .mQuestionContent label{
	display: block;
	margin-bottom: 5px;
}
#mQuestion .mQuestionButton {
	background: url(../images/design/mQuestionButtonSend.gif) no-repeat center bottom;
	height: 21px;
	width: 82px;
	cursor: pointer;
	margin: 10px auto;
}
#mQuestion .mQuestionButtonView {
	background: url(../images/design/mQuestionButtonView.gif) no-repeat center bottom;
	height: 21px;
	width: 82px;
	cursor: pointer;
	margin: 5px auto;
}
#mQuestion .mQuestionButton span{
	display: none;
}
