h3 {
	color: #303030;
}

table.loginDetails {
	border-top:1px dotted #838383;
}
table.loginDetails th {
	text-align: right;
	background-color: #f2f2f2;
	font-weight: normal;
	border-bottom:1px dotted #838383;
	padding: 5px;
	color: #666;
}
table.loginDetails td {
	border-bottom:1px dotted #838383;
	padding: 5px;
}


.accountItem {
	border-bottom:1px dotted #838383;
	background-repeat: repeat-y;
	background-image: url(../images/account-item.gif);
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}
.accountItem h3 {
	color: #303030;
	font-size: 1.3em;
}
.accountItem h3 a {
	color: #303030;
}
.accountItem p {
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 0.8em;
}
.accountItemIcon {
	height: 26px;
	min-height: 26px;
	background-repeat: no-repeat;
	background-position:top left;
	padding: 0 0 0 36px;
}
[class].accountItemIcon {
	height: auto;
}
.accountItemSamples {
	background-image: url(../images/icon_samples.gif);
}
.accountItemProfile {
	background-image: url(../images/icon_profile.gif);
}
.accountItemBusiness {
	background-image: url(../images/icon_business.gif);
}
.accountItemPassword {
	background-image: url(../images/icon_password.gif);
}