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

#login-title
{
/* 	color: #fff; */
/* 	float: left; */
/* 	font-weight: bold; */
	margin-bottom: 20px;
	text-align: left;
}

.login-form
{
	width: 50%;
}
.login-form .form_field input.text
{
	width: 200px;
}
/*.login-form
{
	float: left;
	text-align: left;
}*/
/*.login-form .label
{
	color: #0d579c;
	padding: 1px 0 1px 14px;
	width: 75px;
}*/
/*
.login-form .field
{
	padding: 0 4px 0 0;
}
.login-form .field input
{
	background-color: #8ea6bf;
	border: 1px solid #7e93a9;
	color: #fff;
	font-weight: normal;
	padding: 1px 2px;
	width: 106px;
}
*/

/*#login-button-shadow
{
	background: #474f59;
	float: left;
	margin: 4px 0 0 2px !important;
	margin-left: 1px;
}*/
#login-button
{
	background-color: #313131;
	border: 1px solid #c4c6c8;
	color: #fff;
	display: block;
	font-weight: normal;
/* 	left: -2px; */
	padding: 1px 10px;
	margin-left: 18px;
/* 	position: relative; */
	text-decoration: none;
/* 	top: -2px; */
}
#login-button:hover
{
	background-color: #fff;
	border: 1px solid #c4c6c8;
	color: #313131;
	text-decoration: none;
}
/*#login-button:active
{
	left: 0;
	top: 0;
}*/

#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;
	float: left;
	font-weight: bold;
	margin: 2px 20px 0 0;
	text-align: left;
}

#info-user
{
	float: left;
	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;
}
