input[type="button"] {
    display: inline-block;
    background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#F9F9F9), to(#E3E3E3));
    background: -webkit-linear-gradient(#F9F9F9 40%, #E3E3E3 70%);
    background: -moz-linear-gradient(#F9F9F9 40%, #E3E3E3 70%);
    background: -ms-linear-gradient(#F9F9F9 40%, #E3E3E3 70%);
    background: -o-linear-gradient(#F9F9F9 40%, #E3E3E3 70%);
    background: linear-gradient(#F9F9F9 40%, #E3E3E3 70%);
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}
input[type="button"]:not(:disabled):hover,
input[type="button"]:not(:disabled).active {
    border-color: black;
}
input[type="button"]:not(:disabled):active,
input[type="button"]:not(:disabled).active {
    background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#E3E3E3), to(#F9F9F9));
    background: -webkit-linear-gradient(#E3E3E3 40%, #F9F9F9 70%);
    background: -moz-linear-gradient(#E3E3E3 40%, #F9F9F9 70%);
    background: -ms-linear-gradient(#E3E3E3 40%, #F9F9F9 70%);
    background: -o-linear-gradient(#E3E3E3 40%, #F9F9F9 70%);
    background: linear-gradient(#E3E3E3 40%, #F9F9F9 70%);
}

input[type="submit"] {
    display: inline-block;
    background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#F9F9F9), to(#E3E3E3));
    background: -webkit-linear-gradient(#F9F9F9 40%, #E3E3E3 70%);
    background: -moz-linear-gradient(#F9F9F9 40%, #E3E3E3 70%);
    background: -ms-linear-gradient(#F9F9F9 40%, #E3E3E3 70%);
    background: -o-linear-gradient(#F9F9F9 40%, #E3E3E3 70%);
    background: linear-gradient(#F9F9F9 40%, #E3E3E3 70%);
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}
input[type="submit"]:not(:disabled):hover,
input[type="submit"]:not(:disabled).active {
    border-color: black;
}
input[type="submit"]:not(:disabled):active,
input[type="submit"]:not(:disabled).active {
    background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#E3E3E3), to(#F9F9F9));
    background: -webkit-linear-gradient(#E3E3E3 40%, #F9F9F9 70%);
    background: -moz-linear-gradient(#E3E3E3 40%, #F9F9F9 70%);
    background: -ms-linear-gradient(#E3E3E3 40%, #F9F9F9 70%);
    background: -o-linear-gradient(#E3E3E3 40%, #F9F9F9 70%);
    background: linear-gradient(#E3E3E3 40%, #F9F9F9 70%);
}

#popup {
    left: 0;
    top : 100px;
    width : 60px;
    height: 470px;
    padding: 0px 40px 40px 0px;
    background: #f0f0f0;
    display: block;
    position: fixed;
    border-radius: 10px;
    border: 2px solid #dddddd;
    -webkit-transform:rotate(0deg);
    margin-left : -10px;
    text-align:center;
    z-index: 100;
}

#popupSrchImage {
    left: 150;
    top : 175px;
    width : 300px;
    height: 300px;
    /*padding: 0px 40px 40px 0px;*/
    background: #f0f0f0;
    display: block;
    position: fixed;
    border-radius: 10px;
    border: 2px solid #dddddd;
    -webkit-transform:rotate(0deg);
    margin-left : -10px;
    text-align:center;
    z-index: 100;
}

.Text{
    font-family: '맑은 고딕';	/*Verdana, Arial, Sans-serif, 'Times New Roman';*/
    font-size: 30pt;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    text-decoration: none;
}
.toolTip {
    position: fixed;
    font-family: Verdana, Arial, Sans-serif, 'Times New Roman';
    font-size: 12pt;
    /*filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;*/
    z-index: 200;
    /* comment the above 3 line if you don't want transparency*/
}

.image-button {
    border:1px solid darkgray;
    cursor: pointer;
}

.pointer_cursor {
    cursor: pointer;
}

