body, form, table, p, ul, li, input, select, textarea
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: dotum, gulim;
}

table
{
	border-collapse: collapse;
}

li
{
	list-style: none;
}

img
{
	border: 0;
	vertical-align: middle;
}

.img_borderon
{
	border:red solid 1px;
}

.img_borderoff
{
	border:#fff solid 1px;
}


input, select
{
	vertical-align: middle;
}

a
{
	color: #606060;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}