	body {
		background: #6fa3c8;
	}
	
	label {
		cursor: pointer; 
	}
	
	div#wrapper {
		width: 1000px;
		margin: 0 auto;
	}
	
	div#header {
		width: 1000px;
		height: 162px;
		background: url(/images/template/header.png);
	}
	

	div#menu-wrap {
		width: 816px;
		margin: 0 auto;
	}
	
	div#content {
		width: 1000px;
		min-height: 100px;
		background: url(/images/template/bgmain-white.png);
		padding: 20px 0;
	
		
	}
	
	div#content .box {
		width: 850px;
		background: #FFF;
		margin: 0 auto 20px;
	
	}
	
	div#footer {
		width: 1000px;
		height: 97px;
		background: url(/images/template/footer.png);
	}
	
	#lblnickname {
	    display: none;
	    height:0; 
	}
	
	.warning {
		background-color:  #FEA7A9;
	}
