/*-------------------------------------------------------+
| PHP-Fusion v7 Theme - clanmods.eu Black
| Copyright (C) 2002 - 2008 bLack
| http://www.clanmods.eu/
+--------------------------------------------------------+
| Theme-Name: clanmods_black
| 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 */

.loginbox {
	margin:5px;
	padding:7px 9px 1px 9px;
	background-color:#333333;
	background-image:url(../images/loginbox_bg-top.gif);
	background-repeat:repeat-x;
	border:1px solid #7f7f7f;
}

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

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

.l-login {
	width:320px;
}

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

.l-default {
	width:320px;
}

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

.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/loginbox/profile.png);
	background-repeat:no-repeat;
	background-position:2px;
	padding-left:20px;
}

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

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