body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #e9e9e9;
    margin: 0;
    padding: 40px 20px;
}

#wrapper {
    width: 500px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    padding: 30px;
    text-align: center;
}

#header {
    margin-bottom: 25px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}

h1 {
    font-size: 36px;
    color: #336699;
    margin: 0 0 5px 0;
    letter-spacing: -1px;
    text-shadow: 1px 1px 0px #cccccc;
}

h2 {
    font-size: 18px;
    color: #888888;
    margin: 0;
    font-weight: normal;
}

form {
    margin: 0 auto;
    text-align: left;
    width: 380px;
}

.form-row {
    margin-bottom: 15px;
    overflow: hidden;
}

label {
    float: left;
    width: 120px;
    font-weight: bold;
    color: #444444;
    padding-top: 6px;
    font-size: 14px;
}

input[type="text"] {
    float: left;
    width: 240px;
    padding: 6px;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

input[type="text"]:focus {
    border-color: #77aaff;
    background-color: #f0f8ff;
    outline: none;
}

.submit-row {
    text-align: center;
    margin-top: 30px;
}

.web20-button {
    background: #ff9900;
    background: linear-gradient(to bottom, #ffcc00, #ff9900);
    border: 1px solid #cc7a00;
    border-radius: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 25px;
    cursor: pointer;
    text-shadow: 1px 1px 1px #b36b00;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3), inset 0px 1px 0px #ffe680;
    font-family: Arial, Helvetica, sans-serif;
}

.web20-button:hover {
    background: linear-gradient(to bottom, #ffda33, #ffa31a);
}

.web20-button:active {
    background: #ff9900;
    box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.4);
    position: relative;
    top: 1px;
}
