.form_label {
    color: #999999;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    padding-top: 7px;
    width: 140px;
}

.input_medium {
    float: right;
    margin-right: 7px;
    width: 155px;
}

input, textarea, select {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px;
}

h1 {
    margin: 10px;
    font-size: 16px;
}
p {
    clear: both;
    margin: 10px 0;
    overflow: hidden;
}

.button {
    background-color: #444;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 #333333;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    padding: 7px 10px;
    text-shadow: 0 1px 1px #666666;
    width: auto;
}
.button:hover {
    background-color: #808080;
}
input, textarea, select {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px;
}

.forgotten {
    color: #808080;
    text-decoration: none;
    float: right;
}