.cbblok { 
	width:300px;
	
	background-color: #161D32; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	border: 1px solid #57586D;
	
	box-shadow: 0 0 1px #161D32;
	-webkit-box-shadow: 0 0 1px #161D32; 
	-moz-box-shadow: 0 0 1px #161D32;
}

.cb .inner {
	position: relative;
	height:100%;
	
	background-color: #1A2238; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	
	box-shadow: inset 0 0 20px #161D32;
	-webkit-box-shadow: inset 0 0 20px #161D32; 
	-moz-box-shadow: inset 0 0 20px #161D32;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30384F', endColorstr='#161D32'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#30384F), to(#161D32)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #30384F,  #161D32); /* for firefox 3.6+ */
}

.cbbottom {
	-moz-border-radius-topleft: 0; 
	border-top-left-radius: 0; 
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0; 
	border-top: 0;
}

.cbrow {
	-moz-border-radius: 0; 
	border-radius: 0; 
	border-top: 0;
	border-bottom: 0;
}

.cbrow .innershade {
	box-shadow: inset 0 -10px 10px #161D32;
	-webkit-box-shadow: inset 0 -10px 10px #161D32; 
	-moz-box-shadow: inset 0 -10px 10px #161D32;
	margin-bottom: -20px;
	padding-top: 20px;
}

.cbbottom .innershade {
	box-shadow: inset 0 -10px 10px #161D32;
	-webkit-box-shadow: inset 0 -10px 10px #161D32; 
	-moz-box-shadow: inset 0 -10px 10px #161D32;
	padding-top: 20px;
	margin-top: -20px;
}

.cblarge {
	width: 612px;
}

.cblight {
	background-color: #ffffff;
	border-color: #0E162B; 
}

.cbdark {
	background-color: #E9E8EA;
	border-color: #0E162B; 
}

.cbheader {
	-moz-border-radius-bottomleft: 0; 
	border-bottom-left-radius: 0; 
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0; 
	border-bottom: 0;
	background: url(../images/cbblok_headergradient.png) #1C1A24 no-repeat right top;
	height: 26px;
}