/**
* CSS for mod_login.php.
*
* @package Site
* @subpackage CSS
* @authorPavel "Papi" Jartsev <papi@digitalfruit.ee>
* @filesource
*/

/*#login
{
}*/

/*#login-footer
{
}*/

#login-title
{
	display: none;
	color: #fff;
	float: left;
	font-weight: bold;
	margin: 2px 20px 0 0;
	text-align: left;
}

.login-form
{
	float: left;
	text-align: left;
}
#article .login-form .label
{
	padding: 5px 3px 5px 0;
}
#article .login-form .field
{
	padding: 0 4px 0 0;
}
.login-form .field input
{
	background-color: #333;
	border: 1px solid #6A6A6A;
	color: #fff;
	font-weight: normal;
	padding: 1px 2px;
	width: 200px;
}

#login-button
{
	color: #FFF;
	cursor: pointer;
	display: block;
	height: 22px;
	line-height: 22px;
	margin-bottom: 3px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100px;
	white-space: nowrap;
}
#login-button span.lft
{
	display: block;
	height: 100%;
	left: 0;
	padding-left: 10px;
	position: absolute;
	top: 0;
	width: 80px;
}
#login-button span.rgt
{
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
}
#login-button span.lft
{
	background: url("../tmpl/img/law_special_button.png") no-repeat 0 0;
}
#login-button span.rgt
{
	background: url("../tmpl/img/law_special_button.png") no-repeat -240px 0;
}
#login-button:hover span.lft
{
	background: url("../tmpl/img/law_special_button.png") no-repeat 0 -32px;
	color: #FFF;
}
#login-button:hover span.rgt
{
	background: url("../tmpl/img/law_special_button.png") no-repeat -240px -32px;
	color: #FFF;
}
#login-button span.lft.sportsman
{
	background: url("../tmpl/img/sportsman_special_button.png") no-repeat 0 0;
}
#login-button span.rgt.sportsman
{
	background: url("../tmpl/img/sportsman_special_button.png") no-repeat -240px 0;
}
#login-button:hover span.lft.sportsman
{
	background: url("../tmpl/img/sportsman_special_button.png") no-repeat 0 -32px;
	color: #FFF;
}
#login-button:hover span.rgt.sportsman
{
	background: url("../tmpl/img/sportsman_special_button.png") no-repeat -240px -32px;
	color: #FFF;
}

#login-links
{
	list-style: none;
	padding: 10px 0 0 13px;
	text-align: left;
}
#login-links li span
{
	color: #0d579c;
}
#login-links li a
{
	color: #0d579c;
	padding: 0;
	text-decoration: underline;
}
#login-links li a:hover
{
	color: #0d579c;
	text-decoration: none;
}

#info-title
{
	color: #fff;
	display: none;
	font-weight: bold;
	margin: 2px 20px 0 0;
	text-align: left;
}

#info-user
{
	margin-top: 30px;
	text-align: left;
}
#info-user .label
{
	display: none;
}
#info-user .field
{
	color: #fff;
	font-weight: normal;
	padding: 0 4px 0 0;
}
#info-user a
{
	margin-left: 18px;
}
