DIV#shadow {
	position: absolute;
	top: 15px;  /* offset the shadow from the content DIV */
	left: 15px;

	width: 305px;
	height: 330px;
}


DIV#hover_box {
	position: relative;

	border: 1px solid #333;
	background: #EBEBEB;

	width: 263px;
	height: 316px;
}

DIV#hover_box DIV#title {
	background: #333;
	
	height: 100px;  /*for a shorter title, make this less than 100px*/
}

DIV#hover_box DIV#title H1 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 45px;
	
	padding: 10px;
	
	font: 18px 'Georgia', 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
	color: #FFF;
	line-height: 20px;
}

DIV#hover_box DIV#title H2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	
	padding: 10px;
	
	font: 14px Arial, sans-serif;
	color: #FFF;
	line-height: 18px;
}

DIV#hover_box DIV#body P {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 30px;
	
	padding: 0px;
	
	font: 12px Arial, sans-serif;
	color: #000;
	line-height: 18px;
	
}

DIV#hover_box DIV#link {
	position: absolute;
	top: 235px;
	left: 10px;

	width: 185px;
	height: 50px;
}

DIV#hover_box DIV#link P {
	margin: 0px;
	padding: 0px;

	font: 18px 'Georgia', 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
	color: #069;
	line-height: 20px;
	
	text-align: right;
}

DIV#hover_box DIV#link P A {
	color: #069;
	text-decoration: none;
}

DIV#hover_box DIV#link P A:hover {
	color: #23acf0;
	text-decoration: underline;
}



DIV#closebox {
	position: absolute;
	top: 7px;
	left: 228px;

	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: 221px;
	left: 206px;
	
	width: 85px;
	height: 85px;	
}
