body {
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
    color: #333;
}

.wrap {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
}

h2 {
    color: #0073aa;
}

.form-table th {
    width: 200px;
    text-align: left;
}

.form-table td {
    padding: 10px;
}

input[type="url"],
input[type="text"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="url"]:focus,
input[type="text"]:focus {
    border-color: #0073aa;
    outline: none;
}

.description {
    font-size: 12px;
    color: #666;
}

.notice {
    margin: 10px 0;
}

.notice-error {
    background-color: #fdd;
    border-left: 4px solid #d00;
    padding: 10px;
    border-radius: 4px;
}