@import url(default_top.css);
@import url(default_main.css);
@import url(default_foot.css);

* {margin: 0; padding: 0;}

Body,input,input2,DIV,form,center,pre,blockquote,submit,button {font-size:10pt;font-family:dotum;color:#797979}
td,tr,table{font-size:10pt;font-family:dotum;color:#797979}
textarea{font-size:10pt;font-family:dotum;color:#797979}
select,option {font-size:10pt;font-family:dotum;color:#797979}
img {border-right:medium none;border-top:medium none;border-left:medium none;border-bottom:medium none}
ul {list-style:none;}

body {
  font-size:12px;
  color: #797979;
  font-family:±¼¸²,±¼¸²Ã¼,serif;
  line-height:16px;
  background-image:url(/images/06_bg.gif);background-position :left top; background-repeat:repeat-x;
}

a:link            {color:#797979;text-decoration:none}
a:visited         {color:#797979;text-decoration:none}
a:active          {color:#797979;text-decoration:none}
a:hover           {color:red;text-decoration:none}

.JS_search     {font-size:8pt; color:#797979; border:1 solid #707070; background-color:#ffffff; height:19; cursor:pointer}
.JS_input      {font-size:8pt; border:1px solid; border-color:#dbdbdb; background-color:#ffffff; height:21}
.JS_input_w    {font-size:8pt; border:1px solid; border-color:#dbdbdb; background-color:#ffffff; width:100%; height:21}
.JS_textarea   {background-color:white; border:1px solid #e5e5e5; silver; cursor:pointer; width:100%; height:50; overflow:visible; text-overflow:ellipsis; line-height:150%}
.JS_textarea_w {background-color:white; border:1px solid #e5e5e5; silver; cursor:pointer; width:100%; height:200; overflow:visible; text-overflow:ellipsis; line-height:150%}
.JS_date       {font-size:8pt; color:#aaaaaa; font-family:tahoma;}


/* upload button */
    #file1 {
	  width: 438px;
      height: 20px;
      padding-top: 1px;
   }
    #file2 {
      width: 438px;
      height: 20px;
      padding-top: 1px;
   }
   input:focus {
      background-color: transparent;
   }
   div.fileinputs {
      position: relative;
      height: 25px;
      width: 90%;
	  vertical-align: top;
   }
   input.file {
	  width: 400px;
      margin: 0;
   }
   input.file.hidden {
      position: relative;
      text-align: left;
      -moz-opacity:0 ;
      filter:alpha(opacity: 0);
      opacity: 0;
      z-index: 2;
   }
   div.fakefile {
      position: absolute;
      top: 0px;
      left: 0px;
      padding: 0;
      margin: 0;
      z-index: 1;
      line-height: 80%;
   }
   div.fakefile input { /* ½ÇÁ¦ º¸ÀÌ´Â input°ú ¹öÆ°ÀÌ¹ÌÁö */
      width: 350px;
      height: 20px;
      margin: 0px;
	  background-color: #ffffff; 
	  border: #E1E1E1 1px solid;
	  vertical-align: top;
      margin-right: 5px;
   }