body {
	font-family: Helvetica, Arial, san-serif; 
	font-size: 12pt;
	color: #000000;

}

body a:link {
	color: #3333CC;
	text-decoration: none;
}
body a:visited {
	text-decoration: none;
	color: #999999;
}
body a:hover {
	color: #FF0000;
}
body a:active {
	text-decoration: none;
	color: #000000;
	font-weight: 700;
}

#mirrorbox {
	width: 810px; 
	left: 0px; top: 0px; 
	position: absolute; 
	visibility: visible;
	z-index: 2; 
}

#logo {
	width: 240px;
	visibility: visible;
	z-index: 2;
}

#pricing {
	width: 340px;
	visibility: visible;
	z-index: 2;
}

.price {
	font-size: 10pt;
	color: #999999;

}
.prodnumber {
	font-family: Helvetica, Arial, san-serif; 
	font-size: 12pt;
	font-weight: 700;
	color: #000000;
}
#container {
width:830px; margin:0 auto; text-align:center; position:relative; background: #fff;
}

.floatLeft  {
	float: left;
}
