@charset "utf-8";

textarea, select {font-family:dotum;font-size:1.1em}
select {margin:0
font-size: 1.1em;
    color: #888;}

div#select_box {
    position: relative;
    width: 220px;
    height: 26px;
    background: url(select_arrow.png) 195px center no-repeat; /* 화살표 이미지 */
    border: 1px solid #999;
}
div#select_box label {
    position: absolute;
    font-size: 1.1em;
    color: #666;
    top: 3px;
    left: 10px;
    letter-spacing: 1px;
}
div#select_box select#color {
    width: 100%;
    height: 26px;
    min-height: 26px;
    line-height: 26px;
    padding: 0 5px;
    opacity: 0;
    filter: alpha(opacity=0); /* IE 8 */
}