.accountControl {
	border: 1px solid #9f090c;
	padding: 9px 0 0 9px;
	min-height: 120px;
}

.accountControl h1 {
	color: #fff;
	font-size: 100%;
	text-transform: uppercase;
	background: url("../../images/layout/subtree-spacer.png") no-repeat scroll 20px bottom transparent;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.accountControl ul {
	margin: 0;
	padding: 0;
}

.accountControl ul li {
	background-image: url('../../images/layout/arrow-small-right-light.png');
	background-position: 5px 5px;
}
.accountControl ul li a {
	color: #fff;
}

.accountControl ul li.selected,
.accountControl ul li.open {
	font-weight: bold;
}

.accountControl {
	position: relative;
}
.accountControl .cssbutton {
	position: absolute;
	top: 5px;
	right: 10px;
}


/* Login */
.contentLogin {
	padding-right: 9px;
}

.contentLogin h1 {
	color: #fff;
	font-size: 100%;
	text-transform: uppercase;
	background: none;
}

.contentLogin input {
	width: 115px;
}

.contentLogin ul {
	margin: 0;
	padding: 0;
}

.contentLogin input.upass, .contentLogin a.button {
	float: right;
}