body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
}

td {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.macInstrunctions {
	display: box;
	padding: 5px;
	margin: 5px;
}

.instructions {
	
	display: box;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 350px;
	border-style: solid;
	border-width: 1px;
	border-color: #bcbcbc;
	background-color: #000000;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	font-family: Georgia, Times;
	font-size: 12px;
	font-weight: bolder;
	line-height: 120%;
	color: #ffffff;
	padding: 5px;
	margin: 5px;
}

.dvd_instructions {
	
	display: box;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 350px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #0A0F23;
	font-family: verdana;
	font-size: 12px;
	font-weight: bolder;
	line-height: 120%;
	color: #999999;
	padding: 5px;
	margin: 5px;
}

.macText {
	
	font-family: verdana;
	font-size: 10px;
	line-height: 120%;
	color: #EEEEFF;
}