#popFormFrame {
	position: absolute;
	left: 30%;
	width: 40%;
	height: 550px;
	min-height: 550px;
	background-color: #FFF;
	z-index: 5000;
	border: 2px solid #000000;
}
#opaqBck {
	position: absolute;
	background-color: #000;
	top:0;
	left: 0;
	width: 100%;
	z-index: 4000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
}
#subNav #so a {
	font-weight: bold;
	color: #ff9300;
	background: url(/images/arrow-miniwhite_up.gif) no-repeat center bottom;
	text-align: left;
}
#subNav #so a:hover {
	text-decoration: none;
	cursor: default;
}
.message {
	position: relative;
	padding: 1.2em 0;
	border-top: 1px solid #ccc;
}
.messageEnd {
	border-top: 1px solid #ccc;
}
.message:hover { /* eye-candy for Safari and FireFox */
	background: url(/images/bg-message_hover.jpg) repeat-y;
}
#content .message p {
	margin: 0 70px 0 0px;
	font-size: 1.2em;
	line-height: 1.5;
}
#content .message p span {
	padding-right: 10px;
	font-weight: bold;
}
#content .message p a {
	padding-bottom: 2px;
}
#content .message p {
	float: left;
	margin: .5em 0 0 1em;
}
#content .message ul {
	float: right;
	/*position: absolute;
	top: 1.2em;
	left: 0;*/
	margin: 0;
	padding: 0;
	/*width: 100%;*/
}
#content .message ul li {
	/*position: absolute;*/
	margin: 0; /* override */
	list-style: none;
	font-size: 1.1em; /* override */
	line-height: 0.9em; /* override */
	width: 16px;
	height: 16px;
	overflow: visible;
	padding: 8px;
}
#content .message ul li a {
	display: block;
	padding: 6px;
}
#content .message ul li.comments {
	width: 8em;
	/*right: 0;
	top: 10px;*/
	text-align: center;
	padding: 3px;
}

.item {
	float: left;
	margin-right: 30px;
	width: 200px;
	min-height: 110px;
	margin-bottom: 0px;
	padding-left: 8px;
	background-color: #FFFFFF;
	padding-top: 10px;
	height: 110px;
	padding-right: 6px;
	border: 1px solid #C0C0C0;
	padding-bottom: 8px;
}


.item2 {	float: left;
	margin-right: 30px;
	width: 200px;
	min-height: 110px;
	margin-bottom: 0px;
	padding-left: 8px;
	background-color: #E7F4F4;
	padding-top: 10px;
	height: 110px;
	padding-right: 6px;
	border: 1px solid #C0C0C0;
	padding-bottom: 8px;
}

.qaMAIN {
	list-style-type: none;
	background-position: center;
	color: #2388FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #5197CB;
	border-right-color: #5197CB;
	border-bottom-color: #5197CB;
	border-left-color: #5197CB;
}

.qaDrop {
	font-size: .80em;
	padding: 3px;
	list-style-type: square;
}
