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