div#orderStatus p, form#orderstatus
{
	font-size:10pt;
}

.red
{
	color:#D00;
}

.small
{
	font-size:8pt;
}

.small sup
{
	font-size:6pt;
}

div#orderNumber
{
	font-size:larger;
	color:#666;
	border-bottom:1px solid #666;
}

table#orderSummary td
{
	font-size:9pt;
}

table#certs
{
	width:80%;
}

table#certs td
{
	font-size:9pt;
}

table#certs thead
{
	background-color:#000;
	color:#FFF;
	font-weight:bold;
}

tr.alternateRow
{
	background-color:#EFEFEF;
}

h4#lookupAnother
{
	border-top:1px solid #DDD;
	padding-top:3px;
}

.errorMessage
{
	font-size:9pt;
	color:#D00;
}