@charset "utf-8";

h3 {
    border-bottom: none;
    margin-bottom: 20px;
}

h4 {
    margin-bottom: 10px;
    text-align: left;
}

h5 {
    margin-bottom: 10px;
}

div.stepBlock {
    margin-bottom: 10px;
    border-bottom: 10px solid #CCC;
    padding: 10px;
}

form#registBlock {
    background-color: #999;
    padding: 5px;
    line-height: 1em;
}

img#inputMailAddress {
    margin-left: 3px;
    margin-right: 20px;
    margin-bottom: 5px;
}

input#mailAddress {
    height: 16px;
    width: 255px;
}

div#noDeliveryBlock {
    background-color: #EEE;
    padding: 10px;
    color: #666;
}

div#flashMessage {
    font-size: 12px;
    font-weight: bold;
    color: #db6700;
}