
#acct-leftcol {
	width: 340px;
	float: left;
	padding: 0px;
	background: #fff;
	clear: left;
	margin: 0 20px 0 20px;
	display: inline;
}
#acct-rightcol {
	width: 555px;
	padding: 0px;
	float: right;
	background: #fff;
	clear: right;
	margin: 0 15px 0 0;
	display: inline;
}

#acct-rightcol input, #acct-rightcol button, #acct-rightcol select, #acct-leftcol input, #acct-leftcol button, #acct-leftcol select {
	color: #333;
	font-size: 11px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 2px;
}

#myplans {
	width: 340px;
	float: left;
}
#mynewsletters {
	width: 340px;
	float: left;
}
#myaddrenew {
	width: 555px;
	float: right;
}
#myhistory {
	width: 555px;
	float: right;
}


#acct-leftcol, #acct-rightcol {
	font-size: .9em;
}
#myplans h3, #mynewsletters h3, #myaddrenew h3, #myhistory h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF6600;
	margin: 0 0 5px;
}
#myplans p {
	font-weight: normal;
	font-size: .9em;
}
#myplans li {
	font-size: .9em;
	font-weight: normal;
	margin: 0 0 0 15px;
	list-style-image:	url(../images/bullet.gif);
}
#myhistory table {
	background-color: #FFF;
}
#myhistory th {
	color: #FFF;
	font-size: .8em;
	font-weight: bold;
	background-color: #333;
	padding: 3px;
}
#myhistory td {
	color: #000;
	font-size: .7em;
	font-weight: normal;
	background-color: #EEE;
	padding: 3px;
}
#myhistory td a, #myhistory td a:link, #myhistory a:active, #myhistory a:visited {
	color: #000;
	text-decoration: underline;
}
#myhistory td a:hover {
	color: #000;
	text-decoration: none;
}
#myaddrenew td {
	vertical-align: top;
	text-align: left;
	color: #000;
}
#myaddrenew td.label {
	font-weight: bold;
	font-size: .8em;
}
#myaddrenew td.entry {
	font-weight: normal;
	font-size: .8em;
}
#myaddrenew td.buttons {
	text-align: center;
	padding: 10px 0 10px 0;
}

#mynewsletters, #mynewsletters td {
	font-size: .8em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}