#drop_banner {
	position: absolute;
	width: 330px;
	left: 262px;
}

#panel {
	background: #cbde70;
	height: 84px;
	padding: 3px 0px 0px 11px;
	-webkit-border-bottom-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
	position: relative;
	top: -64px;
	border-left: solid #9ab322 1px;
	border-bottom: solid #9ab322 1px;
	border-right: solid #9ab322 1px;
}

#panel .teaser {
	font-size: 12px;
	line-height: 18px;
	color: #454545;
	font-weight: bold;
	cursor: pointer;
	background: url(/images/banner-arrow-down.png) no-repeat 295px 1px;
	margin: 5px 0px 0px 0px;
}

#panel .teaser a {
	color: #454545;
	font-weight: bold;
	cursor: pointer;
}

#panel .pitch {
	color: #57660d;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 0px;
	text-decoration: underline;
}

#panel :hover {
	text-decoration: none;

}

#panel .thumb {
	float: right;
	margin-right: 9px;
	width: 80px;
}

#panel .close {
	 background: url(/images/banner-arrow-up.png) no-repeat 295px 1px;
}
.pitchsm {
	background: url(/images/sm-arrow.png) no-repeat 175px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#57660d;
}

#panel .pitch_webinar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#8C7F7F;
	line-height: 15px;
}

#panel .pitch_webinar_link {
	color:white;
}