
/* primary table structure */
#table {
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
}
#th {
	clear: both;
	position: relative;
}
#tr {
	clear: both;
	position: relative;
}
#th li {
	float: left;
	padding: 0;
	text-align: center;
	margin: 0;
}
#tr li {
	float: left;
	padding: 0;
	text-align: center;
	margin: 0;
}
#th li {
	background: #999;
	color: #FFF;
	font-weight: bold;
}
#tr li.odd {
	background: #E0E0E0;
	font-weight: bold;
	padding: 5px;
}
#tr li.even {
	background: #FFF;
	padding: 5px;
}
#row_wrapper {
	clear: both;
}


/* pricing table */
#pricing-table td {
	font-size: .8em;
}
#pricing-table .table {
}
#pricing-table .labelcol {
	width: 400px;
	border-bottom: 1px solid #CCC;
	padding: 5px 7px 5px 7px;
	vertical-align: top;
}
#pricing-table .oddcol {
	background: #F5F5F5;
	border-bottom: 1px solid #CCC;
	text-align: center;
	vertical-align: top;
}
#pricing-table .evencol {
	background: #FCFCFC;
	border-bottom: 1px solid #CCC;
	text-align: center;
	vertical-align: top;
}
#pricing-table .imgcol, #packages-table .imgcol {
	text-align: center;
}
#pricing-table .th {
	background: #666;
	color: #FFF;
	font-weight: bold;
}
#pricing-table #details {
	display: none;
	font-size: .8em;
}
#pricing-table .helplink {
	font-size: .8em;
	margin-left: 10px;
}

#form-table {
	text-align: center;
	background: #EFEFEF;
	padding: 5px 5px 5px 10px;
	border: 1px solid #999;
	margin: 0 20px 30px 20px;
}
#form-table #instruct {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 10px;
}
#form-table .instruct {
	text-align: left;
	font-size: 9px;
	font-weight: normal;
}
#form-table td {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	vertical-align: top;
	text-align: left;
}
#form-table .req {
	color: #FF6F00;
}
#form-table td.entry {
	padding-bottom: 6px;
	font-weight: normal;
}
#form-table td.buttons {
	text-align: center;
	padding: 10px 0 10px 0;
}
#form-table input, button, select {
	color: #333;
	font-size: 11px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 2px;
}
#form-table textarea {
	color: #333;
	font-size: 10px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 2px;
}
#form-table .heading, #form-table .heading a {
	background: #FF6600;
	color: #FFF;
	text-align: center;
}
#form-table table.plansel td {
	padding: 5px;
}
#form-table td.plandesc, #myaddrenew td.plandesc {
	font-weight: normal;
	font-size: 11px;
}
#form-table tr.planrow, #myaddrenew tr.planrow {
	background-color: #F7F7F7;
	border: 1px solid #CCC;
}

#branding-table {
	width: 800px;
	margin-left: 55px;
}
#branding-table td {
	width: 220px;
	font-size: 11px;
	font-weight: normal;
	padding: 6px;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
}
#branding-table td.label {
	width: 140px;
	font-size: 12px; 
	font-weight: bold;
}
#branding-table td.oddcol {
	background: #F5F5F5;
}
#branding-table td.evencol {
	background: #FCFCFC;
}
#branding-table li {
	font-size: 11px;
	list-style-image: url(../images/bullet.gif);
	margin: 3px 0 0 15px;
	line-height: 14px;
}
#branding-table a:link, #branding-table a:active, #branding-table a:visited {
	font-size: 11px;
	font-weight: normal;
}
