/* ***css_login **** */
body {font-family: Arial,Helvetica,sans-serif;}
.op30{opacity:0.75!important;filter:alpha(opacity=75)!important;}
.op30:hover{opacity:0.3!important;filter:alpha(opacity=30)!important;}
.show{display:block;}
.hide{display:none;}
.hand{cursor:pointer;}
.left {float: left !important;}
.right {float: right !important;}
.m0Auto {margin: 0 auto !important;}
.popupError {
	padding: 2px 6px;
	color:#FF0000;
}
.top{
	margin:30px auto 40px auto;
	width:780px;
	height:30px;
	vertical-align:middle;
	border-bottom:1px solid #CCCCCC;
	overflow:hidden;
	font:Arial, Helvetica, sans-serif;
	position:relative;
}
.top > div + div {
    color: green;
    line-height: 34px;
    padding-left: 20px;
}
.top > div{
	float:left;
}

.top > .language{
	float:right;
}
.top > .language > div#sk,
.top > .language > div#hu{
	position:relative;
	top:2px;
	float:right;
	cursor:pointer;
	width:35px;
	height:30px;
	-moz-transform:  matrix(0.70710678, -0.70710678, 0.70710678, 0.70710678, 0, 0);
	-webkit-transform:  matrix(0.70710678, -0.70710678, 0.70710678, 0.70710678, 0, 0);
	-o-transform:  matrix(0.70710678, -0.70710678, 0.70710678, 0.70710678, 0, 0);
	-ms-filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678, Dx=-6, Dy=20);
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678, Dx=-6, Dy=20);
}
.top > .language > div#sk{
	background:#FFFFFF url("casti/img/skflag.jpg") no-repeat center center;
}
.top > .language > div#hu{
	background:#FFFFFF url("casti/img/huflag.jpg") no-repeat center center;
}
.top > .language > div#sk > div,
.top > .language > div#hu > div{
	width:100%;
	height:100%;
	background:#FFFFFF;
	opacity:0;
	filter:alpha(opacity=0);
}

.middle{
	margin:0 auto;
	width:390px;
	height:175px;
}
.middle > .getid{
	height:150px;
	width:350px;
	padding:10px;
	float:left;
	margin-left:10px;
}
.middle > .getid > .nadpis{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
}
.middle > .getid table{
	font-size:13px;
	margin-left:10px;
	width:340px;
}
.middle > .getid table tr{
	height:25px;
}
.middle > .getid table tr > td:first-child{
	width:120px;
}
.middle > .getid table tr:first-child > td > input,
.middle > .getid table tr:first-child+tr > td > input{
	width:210px;
}
.middle > .getid .bottom{
	font-size:13px;
	margin-top:20px;
}
.middle > .getid{
	font-size:13px;
}
.middle > .getid > .id{
	padding:2px 5px;
	text-decoration:underline;
	cursor:pointer;
	color:blue;
}
.middle > .getid > .id:hover{
	background-color:#AAAAAA;
	color:#FFFFFF;
	font-weight:bold;
}

