#quest_ans {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.cat {
	margin: 10px 0px 0px 0px;;
}

.cat .catName {
	margin: 0px;
	display: block;
	height: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: bold;
	cursor: pointer;
	overflow: hidden;
	color:#666666;
	font-size:12px;
	background-color:#e1e1e1;
}


.cat .catName .count {
	background-image:url('../../img/greyarrow.png');
	background-repeat:no-repeat;
	background-position:left center;
	float:right;
	display:block;
	height:14px;
	width:8px;
	margin:0;
}



.showForm {
	width: 90px;
	height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color:#0165B3;
	border:1px solid #004B85;
	margin: 0px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	color:#ffffff;
	margin-bottom:5px;
}

.submit_form {
	display: none;
	margin: 0px;
	background-color: white;
	padding: 10px;
	background-color:#E7E7E7;
	border-top: 1px solid #eee;
}

.cat .question_outer .question {
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.cat .question_outer .active {
	cursor: pointer;
}

.cat .question_outer {
	margin: 0px;
}

.cat .question_outer .answer{
	display: none;
	padding-left: 22px;
	margin: 0px;
	padding-bottom: 5px;
	border-bottom:1px dotted #ddd;
	padding-right:10px;
}

.QA_fld {
	border:1px solid #CCCCCC;;
	height:22px;
	width:150px;
	font-size: 13px;
}

.secimg {
	height: 24px;
	width: 50px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #263A5F;
	font-weight: bold;
}

.QA_txt {
	border:1px solid #CCCCCC;
	height:60px;
	width:300px;
	font-size: 13px;
}

input.QA_submit {
	background-color:#0165B3;
	border:1px solid #004B85;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	float:right;
	font-size:12px;
	height: 24px;
	margin-right:10px;
	width:70px;
}


.errors {
	position: fixed;
	margin-top: -100px;
	padding: 30px;
	background-color: #ccc;
	width: 300px;
	-moz-border-radius:8px 8px 8px 8px;
	-webkit-border-radius:8px 8px 8px 8px;
	-khtml-border-radius:8px 8px 8px 8px;
	border-radius:8px 8px 8px 8px;
	behavior: url(border-radius.htc);
}

.errors .txt{
	font-size: 18px;
	padding-bottom: 6px;
	padding-top: 6px;
	font-family: "Times new roman";
}

.errors .cont {
	height: 200px;
	overflow: auto;
	margin-top: 20px;
}

.errors .close {
	float: right;
	cursor: pointer;
	font-weight: bold;
}

.count {
	float: right;
	padding-right: 10px; 
}
