#infobox h3 {
	font: bold 13px/1.2 arial, helvetica, sans-serif;
	color: #666;
	text-transform:uppercase;
	padding-top:3px;
}

#infobox h3.red {
	color: #c00;
}

#infobox p {
	font: normal 13px/1.6 arial, helvetica, sans-serif;
	color: #666;
	padding-bottom:20px;
}

#infobox ul {
	list-style:none;
	font: normal 13px/1.2 arial, helvetica, sans-serif;
	color: #666;
	padding-bottom:20px;
}

#infobox ul li {
	padding-bottom:5px;
}

#infobox ul li strong {
	display:block;
	width:100px;
	float:left;
}

#infobox ul li span {
	display:block;
	width:343px;
	margin-left:103px;
	
}

#infobox input.button {
	font-size:13px;
	margin-left:5px;
}

/* ----  ACTIVATE ------ */

#activateDiv {
	margin:28px 36px;
	width:500px;
}

#logodiv {
	border-bottom:2px solid #ededed;
	padding-bottom:10px;
	margin-bottom:20px;
}

/* ----  PRINT ------ */

#printDiv {
	position:absolute;
	display:block;
	width:194px;
	height:40px;
	left:662px;
	top:280px;
}

#printDiv a {
	display:block;
	width:194px;
	height:40px;
	background: transparent url(../images/tdm_print_onoff.gif) no-repeat 0 0;
}

#printDiv a:hover {
	background: transparent url(../images/tdm_print_onoff.gif) no-repeat 0 -40px;
}

#printDiv a span {
	display:none;
	visibility:hidden;

}