#heart
{
	width: 490px;
	height: 490px;
	/*background-image: url('/images/pages/heart/heart.jpg');*/
	position: absolute;
}
#heart .puzzle
{
	position: absolute;
	background-repeat: no-repeat;
	cursor: hand;
}
#heart .puzzle-inactive
{
	position: absolute;
	background-repeat: no-repeat;
}
#heart .alpha
{
	/*
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	*/
}
.events_table td
{
	font-size: 11px;
}
#wishMessage
{
	width: 300px;
	height: 110px;
	border: solid 2px gray;
	background-color: #ffffff;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	position: absolute;
	z-Index: 255;
	padding: 10px;
	display: none;
	overflow: auto;
}
#wishText
{
	margin-top: 10px;
	font-style: italic;
	font-size: 11px;
}
#wishClose
{
	float: right;
}
.heart_small
{
	width: 150px;
	height: 150px;
	text-align: center;
	/*color: #99cc03;*/
	color: #9ED00C;
	padding-top: 20px;
	font-size: 96px;
	cursor: hand;
	font-weight: bold;
	background-image: url('/images/pages/heart/heart_full.gif');
	background-repeat: no-repeat;
	float: left;
	margin-top: 20px;
}
.heart_full
{
	background-image: url('/images/pages/heart/heart_full.jpg');
}
.heart_empty
{
	background-image: url('/images/pages/heart/heart_empty.jpg');
}
.heart_sel
{
	border: dashed 2px red;
}

.heart_selected
{
    background-position: 0px 0px;
	border: dashed 3px yellow;
	padding: 0px;
	z-index: 200;
}
.heart_unselected
{
    background-position: 3px 3px;
	border: none;
	padding: 3px;
	z-index: 100;
}