@charset "utf-8";

.twoColFixRtHdr #sidebar-participate {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFAF7;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 1px solid #D3527B;
}
