.questiondetail {
	padding : 5px 10px;
	border : 1px solid gray;
	background-color: #939393;
	transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
	color : white;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	margin: 6px 5px 0px;
}
.questiondetail:hover {
	background-color: white;
	color : #111111;
}
.questiondetail span.left {
	float : left;
	background: url('../images/icons.png') no-repeat;
	width: 32px;
	height: 32px;
	margin-top : -6px
}
.questiondetailactive span.left {
	background: url('../images/icons.png') no-repeat bottom;
}
.questionanswer {
	margin : 0px 5px;
	padding : 5px 10px;
	background-color : #cccccc;
	border : 1px solid gray;
	border-top : 0px solid;
	
}
.faqform li {
	list-style-type: none;
	background: none;
}
.faqform label {
	width: 150px;
	display: inline-block;
}
.faqform textarea {
	width: 100%;
	height: 200px;
	display: block;
}