div#logoArea {
    padding: 20px 0 0 0;
    text-align: center;
}
a.next {
    color: white;
    background: darkred;
    text-decoration: none;
    font-weight: normal;
    padding: 5px 20px;
	margin-right: 2px;
}
p {
    font-weight: normal;
}
.clear {
    clear: both;
}
.next-holder {
    margin-top: 10px !important;
}

a.next:hover {
    text-decoration: underline;
    opacity: 0.8;
}

input[type=text] {
    border-radius: 5px;
}

h1.thanks-for-reg {
    text-align: center;
}