form {
    position: relative;
    top: 0;
    display: block;
    padding: 20px;
    width: 69.5%;
    border: 1px solid #cecece;
    background: #f8f8fa;
}
form.submission {
    padding-bottom: 200px;
    background: #f8f8fa url(../images/formfooter.png) no-repeat right bottom;
}
form p#instructions {
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px 0;
}
label {
    display: block;
}
label span {
    display: block;
    margin-top: 10px;
}
input[type="text"], textarea, select {
    border: 1px solid #cecece;
    padding: 5px;
}
input[type="submit"] {
    background: url(../images/button_bg.jpg) repeat-x;
    padding: 6px 40px;
    border: 1px solid #cecece;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}
select {
    padding: 4px;
}
.full {
    width: 98%;
}
#oDivAltMethods {
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 30%;
}
.firstname {
    width: 30%;
}
.surname {
    width: 50%;
}
.error {
    color: red;
}