.greenBox {
	background-color: #ebf4e1;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	width: 415px;
	text-align: center;
}

.blue {
	color: #00549f;
}

.webinarRegister {
	background-image: url('/assets/images/webinar_register.gif');
	background-repeat: no-repeat;
	width: 602px;
	height: 392px;
	position: relative;
	margin: 0 auto;
}

.webinarContent {
	width: 530px;
	margin: 0 auto;
	font-size: 9pt;
	position: absolute;
	left: 32px;
	top: 95px;
	line-height: 11pt;
}

.webinarTitle {
	position: absolute;
	width: 282px;
	top: 20px;
	left: 32px;
}

.webinarLink {
	position: absolute;
	width: 248px;
	height: 52px;
	top: 31px;
	left: 315px;
}

.webinarName {
	color: #fcb034;
	text-transform: uppercase;
}