/*################################################################################
#
#	header .question
#
################################################################################*/

.question{
	-moz-box-shadow: 0px 0px 20px #666666;
	-webkit-box-shadow: 0px 0px 20px #666666;
	-moz-border-radius: 8px;
-webkit-border-radius: 8px;

}

.questionHeader {
background:url(images/questionHeader_bg.png) no-repeat;
width:350px;
height:8px;
margin:0;
padding:0;
}

body.ie .questionHeader{
	margin:0 0 -10px 0;
}

.questionFooter {
background:url(images/questionFooter_bg.png) no-repeat;
width:352px;
height:12px;
margin:0 0 30px 0;
}

.question .Head{
 color:#fff;
 font-size:20px;
text-align:center;

}

.question .Content  {
	padding:10px 0 0 0;	
	background:#fff;
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	width:348px;

}

.question a:link,.question a:visited,.question a:active {

}

.question h2 {
border-bottom:1px solid #dadada;
background:#343434;
text-align:center;
padding:5px 0 10px 0;
width:350px;

}
.question h2:hover {
text-decoration:none;
}
.question  ul{

}

.question ul li{

}

