

/* Error */	
body {background:#eee; min-width:1024px; height:100%; font-family:"nng"; font-size:13px;}
a {text-decoration:none; color:#555; cursor:pointer;}

	#error {position:absolute; left:0; right:0; top:50%; width:800px; margin:-242.5px auto 0; background:white;}
	#error h1 {width:800px; margin:0 auto; background:#eee; border-bottom:2px solid #ccc; padding:8px 0;}
	#error h1 img {height:32px;}
	#error .contents {background: url("/resources/images/web/common/icon/icon_nodata.png") center 60px no-repeat; padding:200px 0 50px; font-size:15px; line-height:25px; text-align:center;}
	#error .contents a {font-size:16px;}
	#error .btnbox {overflow:hidden; margin-top: 25px;}
    #error .fcbl {margin-bottom: 15px; font-family: 'nngb'; font-size: 25px; line-height:35px; color: #a99059;}
	#error .copy {width:800px; margin:0 auto; background:#eee; border-top:1px solid #ccc; padding-top:15px; font-size:11px; text-align:center; color:#7f7f7f;}	
	
	.btn.medium {padding:10px 37px; font-family:'nngb'; line-height:45px;}
	.btn.brown {background:#8f805f; border:1px solid #8f805f; color:white;}
	.btn.gray {background:#aba79e; border:1px solid #aba79e; color:white;}