  /*SearchForm*/
	div.yui-content {
        height: 195px;
        border: 1px solid #6593cf !important;
        margin-bottom: 10px !important;
    }

    table.searchForm {
        width: 100%;
        border-spacing: 0px;
        border-collapse: collapse;
        border: 3px solid #f0f0f0;
    }

    table.searchForm th,
    table.searchForm td {
        margin: 0px 0px 0px 0px !important;
        padding: 2px 3px 2px 3px !important;
        border: 0px solid #f0f0f0;
        font-size: 9pt;
        color:#666666;
    }

    table.searchForm th {
        width: 100px !important;
        background-color: #f9f9f9;
        border-left: 0px solid #f0f0f0;
        border-right: 0px solid #f0f0f0;
        text-align: right;
        font-weight: 900;
    }

    input.searchButton {
        background: url(http://img.adic.co.kr/images/btns/search.gif) no-repeat;
        width: 72px;
        height: 19px;
        border: 0px solid #000000;
        margin: 3px 0px 3px 0px;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
    }

    div.comment {
        font-size: 9pt;
    }

	/*Tip*/

	.searchAdvanceTip {
      width:750px;
	  height:620px;
	  background:#ffffff url(http://img.adic.co.kr/images/library/stipBg.jpg) no-repeat;
	}

	.topTitle {
      height:20px;vertical-align:middle;
	  padding:15px 0px 0px 15px;
	}
	
	.contentBox {
      padding:25px 25px 25px 25px;
	}

	.contents {
      height:auto;
	  font-size: 10pt;
	  color:#666666;
	  letter-spacing:-1px;
	  font-weight: 800;
	  font-family: µ¸¿ò, Dotum, AppleGothic, sans-seriff;
	  border-bottom: 1px solid #dddddd;
	  margin-bottom:15px;
	  padding-bottom: 10px;
	}
	.contents_sub {
	  font-size: 9pt;
	  color:#969696;
	  letter-spacing:-1px;
	  font-weight: 500;
	  font-family: µ¸¿ò, Dotum, AppleGothic, sans-seriff; 
	  padding-top: 5px;
	  line-height:18px;
	  }

	.important {
	  color: #b54040;
	  font-weight: 700;
	  font-size: 9pt;
	  letter-spacing:-1px;
	  font-family: µ¸¿ò, Dotum, AppleGothic, sans-seriff; 
	}


/*DATATIp*/

	.dataTip {
      width:750px;
	  height:316px;
	  background:#ffffff url(http://img.adic.co.kr/images/library/dtipBg.gif) no-repeat;
	}

	.datatopTitle {
      height:20px;vertical-align:middle;
	  padding:15px 0px 0px 15px;
	}
	
	.datacontentBox {
      padding:25px 25px 25px 25px;
	}

	.datacontents {
      height:auto;
	  font-size: 10pt;
	  color:#666666;
	  letter-spacing:-1px;
	  font-weight: 800;
	  font-family: µ¸¿ò, Dotum, AppleGothic, sans-seriff;
	  border-bottom: 1px solid #dddddd;
	  margin-bottom:15px;
	  padding-bottom: 10px;
	}
	.datacontents_sub {
	  font-size: 9pt;
	  color:#969696;
	  letter-spacing:-1px;
	  font-weight: 500;
	  font-family: µ¸¿ò, Dotum, AppleGothic, sans-seriff; 
	  padding-top: 5px;
	  line-height:18px;
	  }

	.dataimportant {
	  color: #b54040;
	  font-weight: 700;
	  font-size: 9pt;
	  letter-spacing:-1px;
	  font-family: µ¸¿ò, Dotum, AppleGothic, sans-seriff; 
	}

