/* block myaccount */
#left_column div.myaccount, #right_column div.myaccount { background: url('../../../img/block_footer_myaccount.gif') no-repeat bottom left; }
div.myaccount h4 { background: url('../../../img/block_header_myaccount.gif') no-repeat top left; }
div.myaccount h4 a, div.myaccount h4 { color: white;}
div.myaccount, div.myaccount a { color: white; }
div.myaccount, div.myaccount a:hover { color: white; }
div.myaccount ul.bullet li { 
	background-image: url('../../../img/bullet_myaccount.png');
	padding-top:5px;
}
div.myaccount ul.bullet .icon { display: none; }
div.myaccount p.logout a { 
	margin:auto;
	margin-top:5px;
	background-repeat: no-repeat;
	background-position: top left;
	width: 110px;
	background-image: url('../../../img/button-medium.gif');
	border: none;
	color:black;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	line-height: 18px;
	height: 18px;
}
div.myaccount p.logout a:hover {
	background-position: left -18px;
	color:#666666;
}
div.myaccount .block_content {
	background: #6c6c6c url('../../../img/block_bg_myaccount.gif') repeat-x;
}

.account_input {
	margin-left: 0px;
	width:15em;
}