/*---   Panel maintenance  ---*/
html,body {
	font: 100% Arial,Tahoma,Helvetica,sans-serif;
	font-size:12px;
	background: url(../images/admin/bg.jpg) no-repeat scroll center top #d4d6d7;
	color: #000;
	height:100%;
	-webkit-font-smoothing: antialiased;
	margin:0;
	padding:0;
}
img{ border:none; list-style-type:none; margin-right:20px;}
.wrapper 
{ 
	width:100%;
	overflow:hidden;
	margin:0 auto;
}
#waiting {
    color: #767676;
    text-align: left;
}
#wrapper, #container 
{
        height: 320px;
        width: 630px;
}

#wrapper 
{
        bottom: 50%;
        right: 50%;
        position: absolute;
}

#container 
{
        left: 50%;
        position: relative;
        top: 50%;
}

/*---   Reszta   ---*/
.error
{
margin: 0 auto 0 auto; width:630px; height:320px; display:block;
}

.error .col-1,.error .col-2,.error .col-3
{
	float:left;
	position:relative;
	display:inline-block;
}

.error h1{ font-size:14px; color:#666666; margin-bottom:15px; font-weight:normal;text-shadow: 0 1px 0px #FFFFFF;}
.centering{ width:268px; height:279px; margin:25px auto;}

.error_right_side h1{ margin-top:70px; margin-bottom:20px; text-align:center; font-size:18px; color:#888888; text-shadow: 0 1px 0px #FFFFFF; text-align:center; width:315px!important;}

#box_shadow 
{
  background: url(../images/admin/login_box_shadow.png) no-repeat 0 0;
  width:630px;
  height:12px;
  display:block;
}

.error_left_side
{
	background:#F9F9F9; width:315px; height:320px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.error_right_side
{
	background:#fff; width:315px; height:320px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#wrapper_error
{
        bottom: 50%;
        right: 50%;
        position: absolute;
		height:150px;
		width:200px;
}

#container_error
{
        left: 50%;
        position: relative;
        top: 50%;
		height:150px;
		width:200px;
}
a { color:#000; text-decoration:none; outline:none; cursor: pointer;}
a:hover { color:#0099FF; text-decoration:underline;}
.copyrights_error{ font-size:12px;text-shadow: 0 1px 1px #FFFFFF; text-align:right;}
.copy-right
{
	display:inline-block;
	width:630px;
	text-align:right;	
}