@charset "utf-8";
/* CSS Document */

#question_answer .main_border{
	border:#b0b0b0 1px double; 
	padding:1px; 
	background-color:#ffffff;
}

#question_answer .title{
	text-align:left;
	font-size:12px;
	color:#0068a9;
	font-weight:bold;
	border-bottom:#CCCCCC 1px double;
	width:100%;
}

#question_answer .write_space{
	padding:5px;
}

#question_answer .write_back{
	background-color:#f9fbfc; 
	padding:1px;
}

#question_answer .sec_code{
	color:#FF0000;
}

#question_answer .button{
	font-family:tahoma;
	font-size:10px;
	background:url(../images/button.jpg) repeat-x;
	padding:1px;
	border:#CCCCCC 1px double;
	height:23px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}

#question_answer .read_title{
	font-size:12px;
	color:#0068a9;
	font-weight:bold;
}

#question_answer .read_body{
	font-size:11px;
	color:#0b0b0c;
	line-height:15px;
	text-align:justify;
}

