.bg_div{
	background-image:url(../images/bg_image.jpg);
	background-repeat: no-repeat;
	width:1200px;
	height:900px;
	margin-left: auto;
    margin-right: auto;

}

body.hatter{
	width:100%;
}

.main_div{
	width:1200px;
	height:900px;
	margin: 0 auto 0 auto;
	background:rgba(255,255,255,.90);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}

select{
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}

input{
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;

}

button{
	font-size: 14px;
	border:1px solid #000;
	padding:4px 10px;
	border:1px solid rgba(51,51,51,.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 2px 1px 1px #aaa;
	-moz-box-shadow: 2px 1px 1px #aaa;
	box-shadow: 2px 1px 1px #aaa;
	cursor:pointer;
}

p{
	font-size:32px; 
	font-weight: bold;
}

p.val{
	text-align:center;
}

td.nev {
	max-width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div{
	margin-left: auto;
    margin-right: auto;
}

div.igeny{
	margin-top:5px;
	margin-left: auto;
    margin-right: auto;
	min-height:310px;
	width:1080px;
	background:rgba(155,155,155,.30);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}

div.info{
	min-height:60px;
	background:rgba(155,155,155,.30);
}

input.menuelem{
	width:200px;
}

input.menuelem_akt{
	width:200px;
	background:#4CFFD2;
}

div.lista{
	height:850px;
}

div.megbiz {
	/*visibility:hidden;*/
	margin-top:6px;
	margin-left: auto;
    margin-right: auto;
	overflow: scroll;
	height:530px;
	width:1160px;
	background:rgba(155,155,155,.05);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}

div.igeny2{
	background-color:#7396FF;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
	position:relative;
	width:180px;
	height:25px;
	top:-25px;
	left:70px;
	font-size:18px; 
	padding-top:2px; 
	font-weight:bold;
	cursor:pointer;
}

div.chat2{
	background-color:#757584;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
	position:relative;
	width:180px;
	height:25px;
	top:-53px;
	left:270px;
	font-size:18px; 
	padding-top:2px; 
	font-weight:bold; 
	color:#EEEEEE;
	cursor:pointer;
}

div.log2{
	background-color:#757584;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
	position:relative;
	width:180px;
	height:25px;
	top:-53px;
	left:270px;
	font-size:18px; 
	padding-top:2px; 
	font-weight:bold; 
	color:#EEEEEE;
	cursor:pointer;
}

div.message{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	color:red;
}

div.uzenf {
	visibility:hidden;
	position:relative;
	top:-535px;
	margin-top:6px;
	margin-left: auto;
    margin-right: auto;
	overflow: scroll;
	height:530px;
	width:1160px;
	background:rgba(155,155,155,.05);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}

div.logf {
	visibility:hidden;
	position:relative;
	top:-1070px;
	margin-top:6px;
	margin-left: auto;
    margin-right: auto;
	overflow: scroll;
	height:530px;
	width:1160px;
	background:rgba(155,155,155,.05);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}

div.megbiz_head {
	margin-top:10px;
	margin-left: auto;
    margin-right: auto;
	overflow: hidden;
	height:360px;
	width:1160px;
	background:rgba(155,155,155,.30);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}

div.sessionTimer{
	background:rgba(155,155,155,.30);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}

div.szur{
	height:180px;
	width:1100px;
	margin-top:10px;
	margin-left: auto;
    margin-right: auto;
	background: rgba(155,155,155,.30);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}
div.listaz{
	height:550px;
	overflow-y:hidden;
	overflow-y:scroll;
	width:1200px;
	margin-top:30px;
	margin-left: auto;
    margin-right: auto;
	/*background:rgba(85,85,85,.4);*/
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}

div.userdetails{
	height:460px;
	overflow:hidden;
	width:600px;
	margin-top:30px;
	margin-left: auto;
    margin-right: auto;
	background:rgba(85,85,85,.4);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}

div.useradd{
	height:360px;
	overflow:hidden;
	width:600px;
	margin-top:30px;
	margin-left: auto;
    margin-right: auto;
	background:rgba(85,85,85,.4);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}
div.rendsz{
	height:660px;
	overflow:hidden;
	width:1200px;
	margin-top:30px;
	margin-left: auto;
    margin-right: auto;
	background:rgba(85,85,85,.4);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}

div.rendszlista{
	height:500px;
	overflow-x:hidden;
	overflow-y:scroll;
	width:1000px;
	margin-top:30px;
	margin-left: auto;
    margin-right: auto;
	background:rgba(165,165,165,.4);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}

div.userlista{
	height:300px;
	overflow-x:hidden;
	overflow-y:scroll;
	width:1190px;
	margin-top:30px;
	margin-left: auto;
    margin-right: auto;
	background:rgba(165,165,165,.4);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}
.red{
	background:red;
}

.rszinp{
	width:80px;
}

.felt_cim{
	font-size:18px;
	font-weight:bold;
	height:30px;
}

.sorok{
	font-size:16px;
	font-weight:bold;
	height:30px;
}

input.mezok{
	width:200px;
}

.ujfelvitel{
	background:rgba(85,85,85,.4);
	border-radius:10px;
}

.lg-container{
	width:375px;
	text-align:center;
	margin:200px auto;
	padding:20px 40px;
	border:1px solid #f4f4f4;
	background:rgba(255,255,255,.85);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}
.lg-container h1{
	font-size:40px;
	text-align:center;
}
#lg-form > div {
	margin:10px 5px;
	padding:5px 0;
}
#lg-form label{
	display: none;
	font-size: 20px;
	line-height: 25px;
}
#lg-form input[type="text"],
#lg-form input[type="password"]{
	border:1px solid rgba(51,51,51,.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding: 5px;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	font-family: 'Oleo Script', cursive;
	text-align:center;
}
#lg-form div:nth-child(3) {
	text-align:center;
}
#lg-form button{
	font-family: 'Oleo Script', cursive;
	font-size: 18px;
	border:1px solid #000;
	padding:5px 10px;
	border:1px solid rgba(51,51,51,.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	
	-webkit-box-shadow: 2px 1px 1px #aaa;
	-moz-box-shadow: 2px 1px 1px #aaa;
	box-shadow: 2px 1px 1px #aaa;
	cursor:pointer;
}
#lg-form button:active{
	-webkit-box-shadow: 0px 0px 1px #aaa;
	-moz-box-shadow: 0px 0px 1px #aaa;
	box-shadow: 0px 0px 1px #aaa;
}
#lg-form button:hover{
	background:#f4f4f4;
}
#message{width:100%;text-align:center}
.success {
	color: green;
}
.error {
	color: red;
}