A IMG {
	border: 0px;
}
DIV#shadow {
	position: absolute;
	top: 15px;  /* offset the shadow from the content DIV */
	left: 15px;
	width: 305px;
	height: 380px;
}


DIV#hover_box {
	position: relative;
	border: 1px solid #333;
	background: #EBEBEB;
	width: 270px;
	height: 370px;
}

DIV#hover_box DIV#title {
	height: 140px;
	background-color: #3a3a3a;
	width: 270px;
}

DIV#hover_box DIV#title H1 {
	padding:30px 25px 5px 10px;
	font: bold 16px Arial, sans-serif;
	color: #FFF;
	line-height: 20px;
	font-variant: normal;
	margin: 0px 60px 0px 0px;
	width: 260px;
}

DIV#hover_box DIV#title H2 {
	padding: 0px 20px 0px 10px;
	font: bold italic 14px Arial, sans-serif;
	color: #FFF;
	line-height: 14px;
	margin: 0px 10px 0px 0px;
	width: 260px;
}

DIV#hover_box DIV#body P {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 30px;
	padding: 0px;
	font: 11px Arial, sans-serif;
	color: #3a3a3a;
	line-height: 18px;
}

DIV#hover_box DIV#link {
	position: absolute;
	top: 300px;
	left: 10px;
	width: 185px;
	height: 50px;
}

DIV#hover_box DIV#link P {
	margin: 0px;
	padding: 0px;

	font: bold 18px Arial, sans-serif;
	color: #C60;
	line-height: 20px;
	
	text-align: right;
}

DIV#hover_box DIV#link P A {
	color: #8e001c;
	text-decoration: none;
}

DIV#hover_box DIV#link P A:hover {
	color: #6F0016;
	text-decoration: underline;
}



DIV#closebox {
	position: absolute;
	top: 7px;
	left: 238px;

	width: 35px;
	height: 35px;
	
	font: 10px Arial, sans-serif;
	color: #FFF;
	line-height: 16px;
	
	text-align: center;
}

DIV#closebox A {
	color: #FFF;
	text-decoration: none;
}

DIV#closebox A:hover {
	color: #999;
}





DIV#hover_box #register {  /* #register must apply to a IMG or a DIV */
	position: absolute;
	top: 276px;
	left: 206px;
	width: 85px;
	height: 85px;
}
