@charset "utf-8";
.popup{
   position: absolute;
   width: 100%;
   height:100%;
   opacity: 0.9;
   top:0px;
   left:0px;
/*   min-height:200px;
   height:100%;*/
   vertical-align:middle; 
   z-index: 1300;
   background: #FFFFFF;
   font-size: 20px;
   text-align: center;
   display:none;
   padding-top:300;
   layer-background-color: #ccc; 
}
#login_form{
	position:absolute;
	width:212px;
	top:100px;
	left:45%;
	background-color:#DDD;
	padding:10px;
	border:1px solid #AAA;
	display:none;
	z-index:1301;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 10px #aaa;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #aaa;
}
#login_form h2{
	text-align:center;
	font-size:14px;
	color:#960;
}
/*#login_form input{width:196px;}*/
.err{text-align:center; color:red;}
.login_form {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D6E5F5;
    border-radius: 3px 3px 3px 3px;
    height: 345px;
    margin: auto;
    padding: 0;
    width: 460px;
}
.login_form fieldset {
    border-bottom: 1px solid #EFEFEF;
    margin: 20px auto;
    padding: 0 0 10px;
    width: 87%;
}
#bejelentkezes, #megsem, #elfelejtett {
    background: -moz-linear-gradient(center top , #F1F1F1, #E0E0E0) repeat scroll 0 0 transparent;
    border: 1px solid #A7A7A7;
    border-radius: 3px;
    color: #444444;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    height: 29px;
    letter-spacing: 1px;
    width: 189px;
	margin-top:2px;
	padding:0
}
#login_form label {
    color: #7D7D7D;
    float: left;
    /*font-family: "Helvetica Neue";*/
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0 8px 0;
    width: 140px;
}
#login_form input[type="text"], input[type="password"], select {
    border: 1px solid #CBC7C5;
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 26px;
    padding: 1px 1px 1px 3px;
    width: 190px;
}
.sorok_form {margin:5px 0; float:right;}
.sorok_form label{margin:8px 10px 0 0;float:left;}
.sorok form input[type="submit"] {margin:8px 10px 0 0;}