@charset "utf-8";
/* CSS Document */

/* ------ Santa Barbara asked to have a link to instructions right with a close box ----- */
#contents #instructions {
	position: absolute;
	height: 10px;
	width: 155px;
	left: 575px;
	top: 568px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	color: #000;
	border: 2px solid #8DBDC7;
	padding: 5px;
	background-color: #3F7CBF;
}

#contents #instructions a:link , a:visited {
	color: #FADFE6;
	text-decoration: none;
	background-color: transparent;
}

#contents #instructions a:hover {
	color: #FFF;
	text-decoration: underline;
	background-color: transparent;
}

#contents #instructions #closebox {
	position: absolute;
	top: 2px;
	right: 2px;
}

#contents #instructions #closebox img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

