/* banner */
.rightBanner {
	float:right;
	height:270px;
	margin-right:-7px;
	padding-right:10px;
	padding-top:10px;
	background-color:#ffffff;
	font-family:Tahoma;
	font-size:11px;
}

.rightBanner .bluebox {
	position:relative;
	background-color:#409aec;
	width:200px;
	color:#fff;
}

.rightBanner .bluebox i {
	position:absolute;
	width:11px;
	height:11px;
	background: url(images/banners/corners.png) 0 0 no-repeat;
}

.rightBanner .bluebox i.tr {
	top: 0px;
	right:0px;
	background-position: 100% 0%!important;
}
.rightBanner .bluebox i.br {
	bottom: 0px;
	right:0px;
	background-position: 100% 100%!important;
}
.rightBanner .bluebox i.bl {
	left: 0px;
	bottom:0px;
	background-position: 0% 100%!important;
}


.rightBanner .bluebox .contents {
	padding: 20px 12px;
}

.rightBanner h2 {
 font-size:11px;
 font-weight:bold;
 color:#fff;
 margin: 0px 0px 18px 0px;
}

.rightBanner a {
	color:#fff;
	text-decoration:none;
}