@charset "utf-8";

textarea, select {font-family:dotum;font-size:1.1em}
select {margin:0;
font-size: 1.1em;
    color: #000;}

div#select_box {
    position: relative;
    width: 100%;

    background: url(select_arrow.png) 195px center no-repeat; /* 화살표 이미지 */

}
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;

    filter: alpha(opacity=0); /* IE 8 */
}