html, body {
	margin: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
}

#box {
	overflow: hidden;
	position: relative;
	width: 300px;
	height: 250px;
	font-family: Arial, sans-serif;
	background-color: #ffffff;
}

#box * {
	position: absolute;
}

.clickArea {
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	visibility: hidden;
}
.cursor{
	cursor: pointer;
}
.hidden {
	opacity: 0;
	visibility: hidden;
}


.nota_pop {
	bottom: 25px;
	height: 15px;
	left: 9px;
	width: 62px;
}
