.cllc-modal-mask
{
	background-color: #000000;
	display: none;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 98;
}

.cllc-modal-window
{
	background-color: #ffffff;
	display: none;
	position: fixed;
	z-index: 99;
}

.cllc-modal-button
{
	background: transparent none no-repeat scroll top left;
	border: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}