#container-padded-middle {
	width: 630px;
	margin-left: 50px;
}

.font_problem {
	color: #FF0000;
}
.font_larger_bold {
	font-size:13px;
	font-weight:bold;
}
.font_larger {
	font-size:13px;
}

.underline {
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: medium;
}
.underline_thin {
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}

.leftline {
	border-left-style:solid;
	border-left-color:#000000;
	border-left-width:1px;
}

#price_calc_table {
	width: 100%;
}

#price_calc_table  th{
	background-image:url(../images/interface/nav_bg.gif);
	color:#FFFFFF;
}

#price_calc_table td, th {
	text-align:center;
}

#trial_table td, th {
	text-align:center;
}

.alt_row td {
	background-color:#EEDBE8;
}

#content-tertiary {
	clear: both;
	padding: 15px 50px 0 15px;
	line-height: 1.4em;
	font-size: 0.8em;
	color: #999966;
}
#content-tertiary a, #content-tertiary a:visited {
	color: #5F5F29;
}
#content-tertiary img {
	border: 0px;
}

#loadnet_table {
	width: 100%;
}

#loadnet_table  th{
	background-image:url(../images/interface/nav_bg.gif);
	color:#FFFFFF;
}

#loadnet_table td, th {
	text-align:center;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

