#cc {
	display: block;
	width: 446px;
	height: 225px;
    margin: 1ex auto 3em;
    border: 4px solid white;
    border-radius: 10px;
    background-image: url(/img/cc-image3.jpg);
    background-repeat: no-repeat;
    background-position: center 10px;
    box-shadow: 0px 6px 20px rgba(0,0,0,0.7);
}

#cc_input {
	margin: 15px 50px 10px;
	line-height: 11px;
}

#cc_input input {
	width: 3em;
	text-align: center;
	float: left;
	margin: 2px 1ex;
}

#cc_input strong {
	font-size: 11px;
}

#cc > div {
	position: relative;
	margin: 0 20px;
	font-size: 12px;
}

#cc_out, #cc_blurb {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	top: 0;
    background-color: rgba(255,255,255,0.8);
    padding: 1em;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.1);
}

#cc_out {
	display: none;
}