
	body, form{ margin: 0 }
	body, table, input{
		font-family: "굴림", "gulim", "돋움", "dotum", "verdana";
		font-size: 12px;
		color: #666;
	}
	label{ cursor: pointer }
	label input{
		width: auto;
		border: 0;
		vertical-align: -2px;
	}
	img{
		border: 0;
		vertical-align: bottom;
		cursor: pointer;
	}
	input{
		width: 140px;
		border: 1px solid #CCC;
	}
	div{
		width: 400px;
		margin: 10% auto;
		border: 3px double #BBB;
		padding: 10px;
	}
	table{
		width: 220px;
		table-layout: fixed;
		margin: 30px auto;
	}
	caption{
		padding-bottom: 20px;
		text-decoration: underline;
		color: #999;
	}
	th{ width: 60px;padding-top: 4px }
	th, td{ text-align: right }
