#divStandardHoverPopup
{
	background-image: none;
	background-color: #EFF3FE;
	border-color: #C9DAF9;
	position: relative;
	left: 30px;
	top: 120px;
}

#divStandardHoverPopup #divCloseBox
{
	padding-top: 10px;
	padding-bottom: 10px;
}

#divStandardHoverPopup #tableCloseBox
{
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}

#divStandardHoverPopup #divMessage td
{
	font-size: 12px;
	font-weight: bold;
}

