
	body, form{ margin: 0 }
	body, table, input, textarea, select{
		font-family: "±¼¸²", "gulim", "µ¸¿ò", "dotum", "verdana";
		font-size: 12px;
		color: #555;
	}
	img{ border: 0 }
	a{
		text-decoration: none;
		color: #00F;
	}
	a:hover{ color: #F00 }

	table{
		width: 100%;
		table-layout: fixed;
		border-collapse: collapse;
	}
	input, textarea{ padding-top: 3px;border: 1px solid #8AB }
	textarea{
		width: 99%;
		height: 240px;
		overflow: auto;
	}
	h1{
		margin: 0;
		letter-spacing: -1px;
		font-size: 16px;
		color: #000;
	}
	h6{
		margin: 30px 0 0;
		font-size: 12px;
		color: #000;
	}
	label{ cursor: pointer }
	label input{ border: 0;vertical-align: -2px }


	.input_number{ width: 40px;text-align: center }

	.img_list_box img,
	.button_right img,
	.button_center input,
	.button_center img{ cursor: pointer }


	.img_list_box{ line-height: 0 }
	.button_right{ text-align: right }
	.button_center{ margin-top: 10px;text-align: center }
	.button_center input{
		border-color: #888;
		background-color: #FFF;
	}



	.base_table th{ background-color: #DDD }
	.base_table th,
	.base_table td{ border: 1px solid #BBB;padding: 5px }

