html { overflow-y:scroll }
html,
 body,
 div,
 dl,
 dt,
 dd,
 ul,
 ol,
 li,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 pre,
 code,
 form,
 fieldset,
 legend,
 input,
 textarea,
 p,
 blockquote,
 th,
 td,
 img {
     margin: 0;
     padding: 0;
 }
 
 html {
     width: 100%;
     height: 100%;
 }
 
 body,
 code {
     font: 0.75em "µ¸¿ò", Dotum, AppleGothic, sans-serif;
     color: #1c1c1c;
     background: #fff;
 }
 
 body#popup {
     min-width: 0;
 }
 
 li {
     list-style: none;
 }
 
 img,
 fieldset {
     border: none;
     vertical-align: top;
 }
 
 table {
     
     border: 0;
     border-spacing: 0;
     border-collapse: collapse;
 }
 
 caption {
     display: none;
 }
 
 th,
 td {
     border: 0;
     
 }
 
 input,
 select,
 textarea {
     font-size: 12px;
     font-family: "µ¸¿ò", Dotum;
     color: #1b1b1b;
     vertical-align: middle;
border-color:#ccc;
margin:3px;
 }
input, textarea { border:1px solid #ccc }
 select {
     height: 20px;
     border: 1px solid #d9d9d9;
     font-size: 11px;
     color: #202020;
 }
 
 legend {
     visibility: hidden;
     position: absolute;
     left: -9999px;
     top: -9999px;
     width: 0;
     height: 0;
     line-height: 0;
 }
 
 button {
     overflow: visible;
     padding: 0;
     margin: 0;
     border: 0;
     cursor: pointer;
 }
 
 hr.layout {
     display: none;
 }
 
 a {
     text-decoration: none;
     color: #000;
 }
 
 a:hover {
     text-decoration: underline;
 }
 
 a:active {
     text-decoration: none;
 }
 
 .objHidden {
     visibility: hidden;
     position: absolute;
     left: -1000px;
     top: -1000px;
     height: 0;
     width: 0;
 }
 
 table tr.radioType input,
 span.noBorder input {
     border: none !important;
     width: auto !important;
     height: auto !important;
     margin: 0 3px 0 0 !important;
     vertical-align: middle !important;
     background: none !important;
 }
 
 #content_CONTAINER td {
     width: auto !important;
 }
 
 table.nneditor-table {
     width: auto !important;
 }
 
#paging {width:610px;text-align:center;color:#B5B5B5;margin-top:14px}
#paging a:link ,a:visited{color:#5F5F5F;text-decoration:none}
#paging img {margin-bottom:-1px}