	/*
	+--------------------------------------------------------+
	| PHP-Fusion Content Management System                   |
	| Copyright © 2002 - 2011 Nick Jones                     |
	| http://www.php-fusion.co.uk/                           |
	+--------------------------------------------------------+
	| This program is released as free software under the    |
	| Affero GPL license. You can redistribute it and/or     |
	| modify it under the terms of this license which you    |
	| can read by viewing the included agpl.txt or online    |
	| at www.gnu.org/licenses/agpl.html. Removal of this     |
	| copyright header is strictly prohibited without        |
	| written permission from the original author(s).        |
	+--------------------------------------------------------+
	| User Info Panel                                        |
	| Copyright © 2011 PHPFusion-Pro.com                     |
	| http://www.phpfusion-pro.com/                          |
	+--------------------------------------------------------+
	| Filename: pp_style.css                                 |
	| Author: David Gütl                                     |
	+--------------------------------------------------------+
	*/

	.pp-user-panel img#avatar {
		border: 0px;
		max-width: 150px;
	}

	.pp-user-panel a#user-myprofile {
		height: 20px;
		background-image: url("images/user-myprofile.png");
		background-repeat: no-repeat;
		background-position: 2px 2px;
		padding: 3px 0px 0px 20px;
		display: block;
	}

	.pp-user-panel a#user-editprofile {
		height: 20px;
		background-image: url("images/user-editprofile.png");
		background-repeat: no-repeat;
		background-position: 2px 2px;
		padding: 3px 0px 0px 20px;
		display: block;
	}

	.pp-user-panel a#user-privatemessages {
		height: 20px;
		background-image: url("images/user-privatemessages.png");
		background-repeat: no-repeat;
		background-position: 2px 2px;
		padding: 3px 0px 0px 20px;
		display: block;
	}

	.pp-user-panel a#user-memberslist {
		height: 20px;
		background-image: url("images/user-memberslist.png");
		background-repeat: no-repeat;
		background-position: 2px 2px;
		padding: 3px 0px 0px 20px;
		display: block;
	}

	.pp-user-panel a#user-administration {
		height: 20px;
		background-image: url("images/user-administration.png");
		background-repeat: no-repeat;
		background-position: 2px 2px;
		padding: 3px 0px 0px 20px;
		display: block;
	}

	.pp-user-panel a#user-logout {
		height: 20px;
		background-image: url("images/user-logout.png");
		background-repeat: no-repeat;
		background-position: 2px 2px;
		padding: 3px 0px 0px 20px;
		display: block;
	}

	.pp-user-panel form input[type="text"]#user_name {
		width: 150px;
		height: 20px;
		background-image: url("images/user-name.png");
		background-repeat: no-repeat;
		background-position: 2px 2px;
		padding-left: 20px;
		margin-bottom: 4px;
	}

	.pp-user-panel form input[type="password"]#user_pass {
		width: 150px;
		height: 20px;
		background-image: url("images/user-password.png");
		background-repeat: no-repeat;
		background-position: 2px 2px;
		padding-left: 20px;
		margin-bottom: 4px;
	}

	.pp-user-panel form p#user-save-login {
		width: 170px;
		text-align: right;
		padding: 0px;
		margin: 0px;
	}

	.pp-user-panel form p#user-save-login input[type="submit"]#user_save_login {
		height: 20px;
		background-image: url("images/user-savelogin.png");
		background-repeat: no-repeat;
		background-position: 2px 2px;
		padding-left: 20px;
		margin-bottom: 4px;
	}

	.pp-user-panel a#user-register {
		height: 20px;
		background-image: url("images/user-register.png");
		background-repeat: no-repeat;
		background-position: 2px 2px;
		padding: 3px 0px 0px 20px;
		display: block;
	}

	.pp-user-panel a#user-lostpassword {
		height: 20px;
		background-image: url("images/user-lostpassword.png");
		background-repeat: no-repeat;
		background-position: 2px 2px;
		padding: 3px 0px 0px 20px;
		display: block;
	}