
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	position: relative;
	font: 12px/1.2 "돋움", dotum, sans-serif;
	color: #787878;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img { border: none; }


input, textarea {
	font: 12px/1.2 "돋움", dotum, sans-serif;
	color: #808080;
}
em {
	font-weight: bold;
	font-style: normal !important;
}
.hide,
.irt,
legend,
fieldset, 
caption {
	display: none;
}
.blind {
	position: absolute;
	top: -50000px;
	left: -50000px;
}
a:link, a:visited {
    color: #434343;
	text-decoration: none;
}
a:hover,
a:active {
	color: #39BDFF;
	text-decoration: underline;
}
button {
  cursor: pointer;
}
.clear {
	clear: both;
}
select {
	font-size: 11px;
}

.type_text {
	border: 1px solid #bfbfbf;
	padding-top: 3px;
	padding-bottom: 2px;
	/padding-bottom: 4px;
}
.type_checkbox {
	margin: 0;
	width: 12px;
	height: 12px;
	/width: 13px;
	/height: 13px;
	vertical-align: middle;
}
.type_radio {
	margin: 0;
	vertical-align: middle;
}


