.formlabel{
    display: inline-block;
    float: left;
    clear: left;
    width: 250px;
    text-align: right;
    font-weight: bold;
}
.thankyoulabel{
    display: inline-block;
    float: left;
    clear: left;
    width: 500px;
    text-align: left;
    font-weight: bold;
    font-size: large
}
.formlabelblock{
    display: block;
    margin-left: 100px;
    float: left;
    font-weight: bold;
}
.forminput {
    display: inline-block;
    float: left;
}
.lbloutput {
    font-weight: bold;
    color: red;
}
.formvalidation {
    font-weight: bold;
    color: red;
}
.formbutton {
    font-weight: bold;
}