/* login css */

.login-panel						{width:230px; background:#efefef url(/admin/_includes/images/ui/login/login-gradient.png) center center repeat-x; position:absolute; top:0; left:0; text-align:center; padding:60px 10px 10px; -moz-border-radius:15px; border-radius:15px; -webkit-border-radius:15px; border:2px #666 solid; z-index:50;}
.login-panel.login-inline				{width:auto; background:none; position:static; top:auto; left:auto; text-align:inherit; padding:0; -moz-border-radius:0; border-radius:0; -webkit-border-radius:0; border:none;}
.login-shadow						{background:#000; position:absolute; -moz-border-radius:20px; border-radius:20px; -webkit-border-radius:20px; z-index:50;}
.login-close						{position:absolute; right:-16px; top:-16px; width:30px; height:30px; cursor:pointer; background:url(/admin/_includes/images/ui_elem/core/close-large.png) no-repeat center center;}
.login-logo							{width:120px; height:120px; position:absolute; background: url(/admin/_includes/themes/e4e/images/login_logo.png) no-repeat center center; top:-60px; left:-60px; margin-left:50%;}
.login-panel label					{width:220px; display:block; clear:both; margin:5px auto 0; text-align:center;}
.login-panel input					{width:220px; border:1px solid #999; margin:0 auto 5px; background:#fff; display:block; clear:both; padding:3px; font-family:Arial; -moz-border-radius:5px; border-radius:5px; -webkit-border-radius:5px;}
.login-panel input[type="text"]:focus,
.login-panel input[type="password"]:focus 	{border-color:#c33;}
.login-panel input.login-input-login-button,
.login-panel input.login-forgotten-submit	{width:228px; cursor:pointer;}
.login-panel input.login-forgotten-submit	{width:45px; float:right; clear:none;}
.login-panel .login-forgotten-input			{float:left; width:170px; clear:none;}
.login-panel	 					{color:#444;}
.login-input-form p					{margin:5px auto;}
.login-input-form h2					{margin:5px auto; font-size:26px; line-height:30px;}
.login-input-form h3					{margin:5px auto; font-size:18px; line-height:22px;}
.login-signup-link						{width:220px; border:1px solid #999; text-decoration:none; margin:0 auto 5px; background:#fff; display:block; clear:both; padding:3px; color:#444; -moz-border-radius:5px; border-radius:5px; -webkit-border-radius:5px;}
.login-hr							{width:230px; margin:0 auto; background:#999; height:1px; line-height:1px; font-size:1px; padding:0;}
.login-hr hr							{display:none;}
.login-post-message					{position:absolute; top:150px; left:10px; right:10px; border:1px solid;}
.login-post-message .login-error-close		{cursor:pointer; font-weight:bold; font-size:13px;}
.login-inline 						{position:relative;}
.login-inline .login-post-message			{position:static; padding:10px; top:10px; left:10px; right:10px; border:1px solid;}
.login-overlay						{z-index:49;}
