#CDTxmas .cdnumber-wrapper {
	font-size: 1.865em;
    color: #eee;
    font-weight: bold;
	text-align: center;
	width: 73%;
    margin-bottom: 0.4em;
	margin-left: 13%;
	-moz-box-shadow: 0 2px 4px #000000;
    -webkit-box-shadow: 0 2px 4px #000000;
    box-shadow: 0 2px 4px #000000;
    position: relative;
	border: 1px solid #555;
    background: #000;
    background-image: linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -o-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -moz-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -webkit-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -ms-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
}
#CDTxmas .cdnumber {
	display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 6px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    -moz-text-shadow: 0 1px 1px #000000;
    -webkit-text-shadow: 0 1px 1px #000000;
    text-shadow: 0 1px 1px #000000;
}
#CDTxmas .cdline {
	position: absolute;
	width: 100%;
	height: 1px;
	top: 52%;
	left: 1px;
	background: #000;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
