@charset "UTF-8";

.form_error {
    display: block;
}

.account_edit_item {
    width: 100%;
}

.account_edit_item_2 {
    width: 48%;
    display: inline-block;
    margin-right: 1%;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.account_edit_item_inline select {
    display: inline-block;
    width: auto;
}

.account_edit_item textarea {
    height: auto;
}

.top_mem_nav {
    text-align: right;
}
.top_mem_nav a.btn {
    display: inline-block;
    width: auto;
    padding: 10px 15px;
    text-decoration: none;
    color: #212121;
    font-weight: bold;
    background: #F9F9F9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.top_mem_nav a.btn:hover {
    -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}

iframe {
    max-width: 100%;
}
