/***** Comment Styles ******/
.comment_heading {
	font-weight:bold;
}

/***** Comments Layout *******/
#comment_faq {
	float:right;
	border:1px solid black;
	padding:4px;
	position:relative;
	top: 140px;
	width: 230px;
	display:none;
	background-color: #CAA354;
}

#comment_subject_list {
	margin:0 0 0 15px;
}

#dChooseLocation {
	margin:10px 0;
	display:none;
}	

#dError {
	color:red;
}

#dContactInformation {
	position:relative;	
}

#dRespondOption {
	position:relative;
	line-height: 2em;
	top:-72px;
	width:164px;
	float:right;
}

#dContactInfoContainer {
	border:1px solid black;
	padding:5px;
}

