.portlet, .portletQ {
	position:relative;
	padding-bottom:7px;
	width:230px;
	font-size:0.9em;
	margin-top:1px;
	background: url("/images/portlet2_shadow.gif") right repeat-y;
}
.portlet_head {
	position: relative; 
	z-index: 2;
	background: url("/images/portlet2_header_bg.gif") top left repeat;
	display: block;
	color: #000;
	font-weight:bold;
	padding: 3px;
	margin-right:8px;
	border: 1px solid #E6D3B6;
	text-align:center;
}
.portletBody {
	border-bottom: none;
	padding:1px;
	padding-bottom:8px;
	margin-bottom:-1px;
	margin-right:8px;
	border:1px solid #E6D3B6;
	border-top:none;
	padding-left:2px;
}
.portlet span.topLeft, .portletQ span.topLeft{
	height: 10px;
	width: 4px;
	border: 0;
	position: absolute;
	z-index: 3;
	left: 0;
	background: transparent url("/images/portlet2_tl.gif") top left no-repeat;
}
.portlet span.topRight, .portletQ span.topRight{
	height: 10px;
	width: 12px;
	border: 0;
	position: absolute;
	top: 0px;
	z-index: 3;
	right: 0;
	background: transparent url("/images/portlet2_tr.gif") top right no-repeat;
}
.botRight {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
	height: 12px;
	width: 230px;
	background: transparent url("/images/portlet2_br.gif") bottom right no-repeat;
}
.botLeft {
	height: 12px;
	width: 9px;
	border: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 6;
	background: transparent url("/images/portlet2_bl.gif") bottom left no-repeat;
}

.portletQ {
float:right; margin-left: 20px; width:180px;
}
.portletQ .portlet_head {font-size:0.9em;}
.portletQ .portletBody {
	text-align:justify;
	padding: 2px 6px 6px 6px;
	font-size:0.95em;
	font-family:Arial, Helvetica, sans-serif;
	height:60px;
}
.portletQ .botRight {width:180px;}
