
.menu_select {
	border:1px solid #ccc;
	background-color:#ddd;
	width:100%;
	text-align:left;
	padding:2px;
	padding-left:7px;
	background-image:url(/img/vote_title_bg.gif);
}

.menu {
	border:1px dotted #ccc;
	background-color:#fff;
	width:100%;
	text-align:left;
	padding:2px;
	padding-left:7px;
	cursor:pointer;
}

.menu_act {
	border:1px dotted #ccc;
	background-color:#fff7c9;
	width:100%;
	text-align:left;
	padding:2px;
	padding-left:7px;
	cursor:pointer;
}

.qaTitle {
	background-color:#fff9d8;
	border-top:1px dotted #ccc;
	margin-left:5px;
	width:565px;
	text-align:left;
	line-height:150%;
}
.qaAnswer {
	background-color:#fff;
	margin-left:5px;
	margin-top:5px;
	width:565px;
	text-align:left;
	margin-bottom:40px;
	line-height:150%;
}

.lh_normal {
	font-size:10px;
	line-height:150%;
}


