#error_message {
    color: red;
    font-size: 14px;
    margin-left: 50px;
    font-style: italic;
}
#server_note {
    color: firebrick;
    font-size: 16px;
    margin-left: 50px;
    font-style: italic;
}
#reg_fail_note {
    color: red;
    font-size: 16px;
    margin-left: 50px;
    font-style: italic;
}
.intro {
    color: dodgerblue;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}
#ord_det {
    font-size: 18px;
}
#ord_det span {
    color: cornflowerblue;
}
#thum .nam {
    font-size: 16px;
    font-weight: bold;
    color: crimson;
}
#insu {
    font-size: 18px;
}
hr {
    border-color: #15302b;
}
#thum img {
    max-height: 100px;
}
#thum .thumbnail {
    max-width: 200px;
}
#deli_form form input[type=submit] {
    border: none;
    color: white;
    font-weight: bold;
    background-color: #1ba93a;
}