.cpform_smooth
{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	z-index: 2;
	background: black;
	position: fixed;
}

.cpform
{
	display: inline-block;
	overflow: auto;
	background: white;
	opacity: 1;
	position: absolute;
	border: solid 3px grey;
	padding: 18px;
	z-index: 3;
}