/**
 * Used to create boxes "on the fly" without need for new bg images for every one.
 */

.bit-box-c
{
	border: 1px solid #d7d7d7;
	position: relative;
	background: #ffffff;
}
	
	.bit-box-c .top-left,
	.bit-box-c .top-right,
	.bit-box-c .bottom-left,
	.bit-box-c .bottom-right
	{
		display: block;
		position: absolute;
		width: 7px;
		height: 7px;
	}
		
		.bit-box-c .top-left
		{
			top: -1px;
			left: -1px;
			background-image: url(../images/boxes/top-left.png);
		}
		
		.bit-box-c .top-right
		{
			top: -1px;
			right: -1px;
			background-image: url(../images/boxes/top-right.png);
		}
		
		.bit-box-c .bottom-left
		{
			bottom: -1px;
			left: -1px;
			background-image: url(../images/boxes/bottom-left.png);
		}
		
		.bit-box-c .bottom-right
		{
			bottom: -1px;
			right: -1px;
			background-image: url(../images/boxes/bottom-right.png);
		}
		
		.bit-box-d
		{
			border: 1px solid #d7d7d7;
			position: relative;
			background: #ffffff;
			width: 771px;
			-webkit-border-radius: 10px;
			-webkit-border-radius: 10px;
			padding: 10px;
			overflow: hidden;
			
		}
		
		.bit-box-d img.signup
		{
			margin-left: 160px;
		}
		
		.bit-box-d img.ad
		{
			margin-top: 11px;
			float: left;
		}
		
		.bit-box-d img.thumb
		{
			margin-top: 11px;
			float: left;
			margin-left: 19px;
		}
		
		.bit-box-d img.icon
		{
			margin-top: 11px;
			float: left;
			margin-left: 19px;
		}
		
		.bit-box-d img.icon2
		{
			margin-top: 11px;
			float: left;
			
			margin-left: 10px;
		}
		.bit-box-d img.playnow
		{
			margin-top: 11px;
			float: right;
		}
			
			.bit-box-d .top-left,
			.bit-box-d .top-right,
			.bit-box-d .bottom-left,
			.bit-box-d .bottom-right
			{
				display: block;
				position: absolute;
				width: 7px;
				height: 7px;
			}
				
				.bit-box-d .top-left
				{
					top: -1px;
					left: -1px;
					background-image: url(../images/boxes/top-left.png);
				}
				
				.bit-box-d .top-right
				{
					top: -1px;
					right: -1px;
					background-image: url(../images/boxes/top-right.png);
				}
				
				.bit-box-d .bottom-left
				{
					bottom: -1px;
					left: -1px;
					background-image: url(../images/boxes/bottom-left.png);
				}
				
				.bit-box-d .bottom-right
				{
					bottom: -1px;
					right: -1px;
					background-image: url(../images/boxes/bottom-right.png);
				}
