#container {
	width : 556px;
	margin-left : 20px;
}

.q_text {
	font-size:75%;
	padding : 15px 20px 12px 20px;
	margin : 0;
	color : #454545;
	background : #eeeeee url(../../common/blue_head.gif) left top no-repeat;
}


h5 {
	padding : 0 0 7px 0;
	margin : 0 0 15px 0;
	color : #0972ff;
	border-bottom : solid 3px #bbbbbb;
}

#question {
	padding : 0 20px 25px 20px;
	margin-bottom : 20px;
	background : #eeeeee url(../../common/blue_bg.gif) left bottom no-repeat;
}

#question ul {
	list-style : none;
	margin : 0;
	padding-top : 10px;
	border-top : 3px solid #6facff;
}

#question li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #6facff;
	background: url(q_mark.gif) left center no-repeat;
	font-size:75%;
}

#question a {
	padding : 6px 0 6px 28px;
	background : url(q_mark.gif) left center no-repeat;
	display : block;
	color : #0972ff;
	text-decoration : none;
}

#question a:hover {
	color : #0972ff;
	background-image : none;
	background-color : transparent;
             text-decoration : underline;
}

.answer {
	padding : 15px 20px 10px 20px;
	margin : 0;
	background : url(answer_bg.gif) no-repeat;
}

.answer a {
	color : #0972ff;
	text-decoration : none;
}

.answer a:hover {
	color : #0972ff;
             text-decoration : underline;
}

.answer_foot {
	padding : 0 20px 20px 15px;
	margin-bottom : 20px;
	background : url(answer_foot.gif) left bottom no-repeat;
	text-align : right;
}

.answer_foot a {
	margin : 0;
	padding : 0 0 0 20px;
	font-size : 75%;
	text-align : right;
	background : url(arrow_top.gif) left center no-repeat;
	color : #0972ff;
	text-decoration : none;
}

.answer_foot a:hover {
	color : #0972ff;
             text-decoration : underline;
}

.text a {
	color : #0972ff;
	text-decoration : underline;
}

.text a:hover {
	color : #0972ff;
             text-decoration : none;
}