﻿body
{
    font-family:Verdana;
}
.trial-request-div div
{
    display: table; 
    width: 100%;
    padding: 3px 3px 3px 0;
    text-align: right;
}
.form-field input[type="text"]
{
    width: 300px;
}
.form-field select
{
    width: 100%;
    height: 24px;
    padding: 2px;
    margin-top: 10px;
}
.form-field label
{
    float: left;
}
.form-field label em
{
    color: #FF8E00;
}
div.error-box
{
    font-style: italic;
    color: #FF0000;
    text-align: left;
}
#RequestTrialKey
{
    float: right;
    cursor: pointer;
    height: 30px;
    width: 150px;
    margin-top: 8px;
}
#NewsLetter
{
    float:left;
    margin-right:10px;
}