* {
    padding:0px;
    margin:0px;
}
html {
    width:100%;
	height: 100%;


}
body {
	position:relative;
	padding: 0;
	height: 100%;
	font-size: 12px;
	line-height: 1.4em;
	font-family: Gulim, "±¼¸²";
}
table {
	font-size: 1em;
	color: #555555;
	text-align: left;
	border-collapse: collapse;
}
form {
	margin: 0;
	padding: 0;
}
hr {
	display: none;
}
.displayNone {display:none;}
ul, ol, li {list-style-type:none; padding:0; margin:0;}

p, div, th, td, select, input {
	color: #333;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:active, a:hover {
	color: #024D82;
	text-decoration: underline;
}
img {
	margin: 0;
	padding: 0;
}
img, input.type-image {
	border: 0 none;
}
input.type-text, textarea {
	border: 1px solid #ddd;
	background: #fff;
	padding: 1px;
}
input.type-text:hover, input.type-text:focus, textarea:hover, textarea:focus {
	background-color: #ffd;
}
input.type-radio {
	padding: 0;
	margin: 0;
}
input,textarea {
	vertical-align: middle;
	font-size: 1em;
	color: #333;
	padding: 2px 5px 2px 5px;
}
select {
	vertical-align: middle;
	font-size: 1em;
	font-family: Verdana, sans-serif;
	border: 1px solid #ddd;
}
li { 
	list-style-type: none;
}
td {
    white-space: normal; 
}

fieldset {border:none 0;}

caption, legend {overflow:hidden;visibility:hidden;position:absolute;width:0;height:0;font-size:0;line-height:0;}
.alternate_txt {overflow:hidden;visibility:hidden;position:absolute;width:0;height:0;font-size:0;line-height:0;}
