#colorbox{
	background:transparent url(../images/colorbox/colorbox-bg.png) no-repeat scroll 0 0;
}
#colorbox.nobackground{
	background:none;
}
#colorbox.nobackground #modalContent{
	padding: 19px 21px 40px 35px;
}
#colorbox.nobackground #modalClose{
	top: 1px; right: 44px;
	height: 48px; width: 39px;
	background: none;
	text-indent: 0;
	text-transform:uppercase;
	font-weight:bold;
	color:#B91B18;
	font-size: 110%;
}

#modalContent{
	padding: 40px 20px 40px 35px;
	/*position: relative; */
}

#modalClose{
	width: 26px; height: 25px;
	position: absolute;
	right: 16px; bottom: 15px;
	background:transparent url(../images/colorbox/colorbox-close.png) no-repeat scroll 0 0;
	text-indent: -90000px;
}

#colorbox.small_colorbox {
	background:transparent url(../images/colorbox/colorbox-bg-small.png) no-repeat scroll 0 0;
}

#colorbox.youtube_info_colorbox {
	background:transparent url(../images/colorbox/colorbox-bg-tall.png) no-repeat scroll 0 0;
}