.klok_alert_outer{
	position: absolute;
	width:790px;
	height:560px;
	margin:0 auto;
	left: 0px;
	top: 0px;
}

/* *{
	-moz-user-select: auto !important;
	-khtml-user-select: auto !important;
	-webkit-user-select: auto !important;
	-o-user-select: auto !important;
 }*/

.hateful_x{
	position: absolute;
	width: 20px;
	height: 20px;
	font-family: museo;
	color: #000000;
	border: solid 3px #000000;
	background: #FFFFFF;
	border-radius: 30px;
	display: block;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	top: 10px;
	right: 10px;
	text-decoration: none;
}

.hateful_x:hover{
	color: #FFFFFF;
	background: #000000;
}

