/**************************************************
 * Table of Contents
 * 1. General
 * 2. Layout
 * 3. Panel Part
 **************************************************
 * 1. General
 **************************************************/
body {
	text-align: center;
	background: transparent url(../resource/AuthSystem_Layout.jpg) left top no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-width: 1320px;
}

/**************************************************
 * 2. Layout
 **************************************************/
#panel {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 457px;
	height: 195px;
	margin: -100px 0 0 -228px;
/* 	background: transparent url(../resource/background_top.gif) left top no-repeat; */
	background-color:rgba(255,255,255,0.9);
	text-align: left;
	overflow: hidden;
}

/**************************************************
 * 3. Panel Part
 **************************************************/
#panel .logo {
	display: block;
	width: 417px;
	padding-bottom: 10px;
	margin: 20px 0 30px 20px;
	border-bottom: 1px dotted #999;
}

#panel .title {
	height: 26px;
	color: #666;
	font-size: 13pt;
	font-weight: bold;
}

#panel .id {
	padding-left: 60px;
	margin: 0 10px 3px 90px;
	background: transparent url(../resource/Global_ID.gif) 0 center no-repeat;
}

#panel .password {
	padding-left: 60px;
	margin: 0 10px 30px 90px;
	background: transparent url(../resource/Password.gif) 0 center no-repeat;
}

#panel .banner {
	width: 457px;
	height: 50px;
/* 	background: #fff url(../resource/background_bottom.gif) 0 -193px no-repeat; */
}
/**************************************************
 * 4. Cookie Banner
 *************************************************/
#cookieBanner{
	background: linear-gradient(#808080, #4d4d4d);
	color:white;
}

#bannerText{
	margin:0 auto;
}

#bannerText1{
	text-align:left;
	font-size:14px;
	white-space: nowrap;
}

#bannerText2{
	text-align:left;
	font-size:14px;
	white-space: nowrap;
}

#bannerText3{
	text-align:left;
	font-size:14px;
	white-space: nowrap;
}

#banner-button{
	margin:0 auto;
	display: block;
	cursor: pointer;
	width: 80px;
	height:20px;
	background-color: #5dbae8;
	font-size:18px;
}