/*** Login form ***/
* { margin: 0; padding: 0; }
html, body { font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333; background: #d1d5d8 url('../images/body.jpg'); }
table {	width: 100%; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
a { color: #0186ba; }

input[type=text], input[type=password] { width: 100%; margin: 0; padding: 4px; border: 1px solid #666; font-family: Arial; font-size: 13px; 
  border-radius: 4px; 
}

input[type=text]:hover, input[type=password]:hover, input[type=text]:focus, input[type=password]:focus {
	outline: none;
  box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9), inset 0 1px 0 0 #fff;
	-moz-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9), inset 0 1px 0 0 #fff;
	-webkit-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9), inset 0 1px 0 0 #fff;
	-o-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9), inset 0 1px 0 0 #fff;
}

input.button {	padding: 4px 12px; font-family: Arial; font-size: 12px; font-weight: bold; color: #444;	text-shadow: 0px 1px 1px #fff; 
  border: 1px solid #f9f9f9;
  border-radius: 5px;
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e2e2e2));
	background: -o-linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
	background: linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
	box-shadow: inset 0 1px 0 0 #fff;
	-moz-box-shadow: inset 0 1px 0 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 0 #fff;
	-o-box-shadow: inset 0 1px 0 0 #fff;
}

input.button:hover, input.button:focus {
	box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9), inset 0 1px 0 0 #fff;
	-moz-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9), inset 0 1px 0 0 #fff;
	-webkit-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9), inset 0 1px 0 0 #fff;
	-o-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9), inset 0 1px 0 0 #fff;
}

input.button:active { color: #333;
	background: -moz-linear-gradient(top, #dcdcdc 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#f9f9f9));
	background: -o-linear-gradient(top, #dcdcdc 0%, #f9f9f9 100%);
	background: -ms-linear-gradient(top, #dcdcdc 0%, #f9f9f9 100%);
	background: linear-gradient(top, #dcdcdc 0%, #f9f9f9 100%);
}


#login-form {	position: relative;	width: 580px;	margin: 20ex auto 2ex auto; }
/* box */
div.box {	width: 430px;	background: #5c5c5c url(../images/box.jpg); margin: 0 50px;
	padding: 10px 24px 24px 24px;	border: 1px solid #333;	border-radius: 5px;
	box-shadow: inset 0 0 1px #ccc;
	-o-box-shadow: inset 0 0 1px #ccc;
	-webkit-box-shadow: inset 0 0 1px #ccc;
	-moz-box-shadow: inset 0 0 1px #ccc;
}
#logo { height: 47px; margin-bottom: 20px; }
#logo img { border: 0; }
td.title { width: 20%; padding-right: 1em; color: #cecece; text-align: right; white-space: nowrap; text-shadow: 0px 1px 1px black; }
td.input { width: 80%; padding: 8px; }
p.buttons { margin-top: 2em; text-align: center; }

div#message {	min-height: 40px; padding: 5px 25px; text-align: center; }
div#message div { display: inline-block; padding-right: 0; }


/* box alja */
div.box-bottom { margin-top: -3px; padding-top: 10px;background: url('../images/shadow-bottom.png') no-repeat top center ; }

div#bottomline { font-size: 90%; text-align: center; margin-top: 2em; }

/* felugró */
div#overlay { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: url('../images/overlay.png'); display: none; }

div#popup { width: 400px; padding: 12px; margin: 22ex auto 2ex auto; background: #d1d5d8 url('../images/body.jpg');
  border-radius: 5px;
  box-shadow: 0 0 5px 2px rgba(0,0,0, 0.9);
	-moz-box-shadow: 0 0 5px 2px rgba(0,0,0, 0.9);
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0, 0.9);
	-o-box-shadow: 0 0 5px 2px rgba(0,0,0, 0.9);
 }
