
.promo_banner
{
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 24px;
}

.promo_background
{
	background: url('/public/images/promo/notifications/mascots.png');
	background-repeat: no-repeat;
	background-position: top right;
	width: 940px;
	min-height: 700px;
	position: relative;	
}

.container_box
{
	width: 350px;
	background: url('/public/images/promo/notifications/blue_transparent.png');
	background-repeat: no-repeat;
	border-right: 1px solid #1f1f20;
	border-bottom: 1px solid #1f1f20;
	border-top: 1px solid #1f1f20;
	border-left: 1px solid #1f1f20;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.container_box .box1
{
	padding: 20px 20px 20px 20px;
}

.container_box .box2
{
	padding: 20px 20px 20px 20px;
	border-top: 1px solid #333333;
}

.container_box .title
{
	font-size: 16px;
	font-weight: bold;
}

.container_box .text
{
	color: #919191;	
}

.container_box .box2 .text
{
	padding-top: 15px;
}

.container_box .text a
{
	color: #529cde;	
}

.container_box .box1 .subtitle
{
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 15px;
}