/*-------------------------------------------------------+
| PHP-Fusion v7 LoginBox
| Copyright (C) 2002 - 2009
| http://www.clanmods.eu/
+--------------------------------------------------------+
| Author: bLack
+--------------------------------------------------------+
| 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).
+--------------------------------------------------------*/



/* login box */
form[name=loginform] {
	float:right;
}

.loginbox {
	display:inline;
	margin:5px;
	padding:7px 9px 1px 9px;
	float:right;
}

.loginbox h3 {
	margin:0 0 8px 0;
	padding:2px;
	text-align:center;
	font-size:12px;
}

.loginbox span {
	font-size:10px;
}
	
.loginbox p {
	font-size:10px;
	text-align:center;
	padding-right:20px;
}

.l-login {
	width:310px;
	color:#000000;
}

.l-login a, l-default a {
	font-size:10px;
	text-decoration:none;
}

.l-default {
	width:310px;
	color:#000000;
}

.l-default a {
	font-size:10px;
	color:#000000;
}

.l-button {
	width:280px;
}

.l-button a {
	font-size:9px;
}

.loginbox input {
	font-size:10px;
	font-weight:bold;
}

.loginbox input[type=text] {
	background-image:url(images/profile.png);
	background-repeat:no-repeat;
	background-position:2px;
	padding-left:20px;
}

.loginbox input[type=password] {
	background-image:url(images/password.png);
	background-repeat:no-repeat;
	background-position:2px;
	padding-left:20px;
}

.loginbox img {
	margin:3px;
	border:0 none;
}

a.l-avatar {

}

img.l-avatar {
	max-width:70px;
	max-height:70px;
	border:1px solid black;
}

