@charset "UTF-8";

body{
	position: relative;
	background-color: #000;
}

img{
	border: none;
	vertical-align: bottom;
}

#wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width : 100%;
	height: 100%;
	background-color: #000;
	z-index: 999999;
}

#login-box{
	width : 640px;
	height: 360px;
	margin: 0 auto;
	position: relative;
	color: #FFF;
	/*
	-moz-transform-origin: 50% 0;
	-webkit-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	*/
}

#login-img img{
	width: 100%;
}

#login-cont{
	width: 380px;
	position: absolute;
	top: 63%;
	left: 50%;
	margin: 0 0 0 -190px;
	font-size: 16px;
}

#cont-idpw{
	float: left;
	width: 260px;
}

#cont-idpw input{
	color: #FFF;
	font-size: 16px;
	background-color: #000;
	border: solid 1px #AAA;
	border-radius: 2px;
	padding: 3px;
}

#cont-sm{
	float: right;
}

#btn-submit{
	font-family: 'DQFont12';
	font-weight: normal;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	border: solid 2px #CCC;
	border-radius: 2px;
	display: block;
	width: 90px;
	height: 56px;
	text-align: center;
	line-height: 52px;
	box-sizing: border-box;
	background: none;
}

#btn-submit:hover{
	color: #FFEE00;
	border-color: #FFEE00;
}