@charset "utf-8";


body{
	font-size:12px;
	margin-top:0;
	padding:0;
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	}
	



#loginForm
{
 	float:right;
	padding-right:40px;
	
}

#cnloginForm
{
	padding-top:80px;
	width:1024px;
	height:240px;
	background-image:url(../images/loginBg2.JPG);
	background-repeat:no-repeat;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	border-radius:12px;
	
	


  
}


.label
{
	color : #CCC;
	margin-bottom:2px;
		
}

#cntUserName
{
	margin-bottom:10px;	
	
}

#iptUserName, #iptPassword
{
	width: 230px;
	height: 22px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	
}
#info
{
	color : #CCC;
	margin-top:20px;	
	
}



#systemTitleFoot
{

	width:300px;
	height:57px;
	line-height:57px;
	color: #fff;
	font-family:"hy견고딕";
	font-size:25px;
	margin-bottom:10px;
	
}

#btnSubmit
{
	width: 50px;
	height: 22px;
	background: #F30;
	color: #fff;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}