	#login_bar {
		width:255px; float:right; margin-left:30px; background:url(IMG/login_bar_bg.png) 0px 50px no-repeat; height:300px;
	}
	#login_bar form {
		margin:0; padding:15px 15px; font-weight:bold; line-height:14px;
	}
	#login_bar form input {
		font:normal 11px arial; margin-top:3px; width:220px;
	}
	
	#login_bar form .forgotpass {
		float:right; font:normal 11px arial; margin:3px 55px 0 0; color:#639637;
	}
	
	#login_bar form .forgotpass:hover {
		text-decoration:none;
	}
	
	#voucher_error{
		color: #CA0107;
		font-size: 13px;
	}
	#voucher_ok{
		color: #FCA015;
		font-weight: bold;
		font-size: 13px;
		padding-left: 15px;
	}
	
	#sidebar .youraccount{
		background: url(IMG/youraccount.jpg);
		background-repeat: no-repeat;
		width: 185px;
		height: 178px;
	}
	
	#sidebar .youraccount .text {
		padding:5px 8px 8px 12px; color:#ffffff;
	}
	
	#sidebar .youraccount h1 {
		margin:0; padding:0; color:#ffffff;
	}
	
	#sidebar .youraccount2{
		background: url(IMG/login_bg.png);
		background-repeat: no-repeat;
		width: 185px;
		height: 208px;
	}
	
	#sidebar .youraccount2 a{
		color: #fff;
		font-weight: bold;
	}
	
	#sidebar .youraccount2 .text {
		padding:5px 8px 8px 12px; color:#ffffff;
	}
	
	#sidebar .youraccount2 h1 {
		margin:0; padding:0; color:#ffffff;
	}
	
	#sidebar .youraccount .editacc {
		width: 56px; 
		height: 21px; 
		line-height: 21px; 
		text-align: center; 
		display: block; 
		position: absolute; 
		top: -55px; 
		left: 100px; 
		text-decoration: none;
		color: #fff;
		background: url(IMG/input_edit.png);
	}
	