.select { *zoom:1;position:absolute;margin:0 0 0 0;}
.select:after { content: ""; display: block; clear: both; height: 0; visibility: hidden; }
.select{ z-index: 9; position:relative; line-height:normal; display:inline-block; *display:inline; vertical-align:middle; background:#fff; *zoom:1;}
.select *{ margin:0; padding:0; cursor:pointer; font-size:11px; font-family:µ¸¿ò, µ¸¿òÃ¼, dotum, dotumche, Arial, Helvetica;}
.select .myValue{ position:relative; z-index:10; left:0; top:0;padding-top:2px; border:1px solid #e4e4e4; color:#9a9a9a; line-height:18px; _line-height:normal; text-align:left; overflow:visible; background:transparent;}
.select.open .myValue,
.select .myValue.outLine{ border:1px solid #e4e4e4;}
.select button.myValue{ height:21px; width:100%; text-indent:5px; *text-indent:0; *padding-left:5px;}
.select div.myValue{ height:16px; text-indent:8px;}
.select .ctrl{ position:absolute; top:0; right:0; width:18px; height:18px; border:1px solid #e4e4e4; border-left:0px solid #e4e4e4; background:#fff;}
.select .arrow{ position:absolute; width:0; height:0; top:7px; right:9px; line-height:0; font-size:0; border-top:3px solid #999; border-left:3px solid #fff; border-right:3px solid #fff;}
.select ul{ position:absolute;top:19px; left:0; width:100%; list-style:none; border:0; border-top:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4; background:#fff; overflow:hidden;}
.select ul.aList{ display:none;}
.select.open ul.aList{ display:block;}
.select ul.iList{ left:-2000%;}
.select.open ul.iList{ left:0;}
.select li{position:relative; overflow:hidden; white-space:nowrap; height:18px; border-left:1px solid #e4e4e4; border-right:1px solid #e4e4e4;}
.select li input.option{ position:absolute; width:100%; height:20px; line-height:20px;}
.select li label{position:absolute; left:0; top:0; width:100%; text-indent:8px; *text-indent:6px; height:16px; line-height:18px; color:#9a9a9a; background:#fff;}
.select li a{display:block; text-indent:8px; *text-indent:6px; height:18px; line-height:18px; color:#9a9a9a; background:#fff; text-decoration:none;}
.select li.hover *{ background:#f0f0f0; }
