* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    font-family: Georgia, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
}
.small { font-size:10px}
.required {font-weight:bold}

#MySpamTrap {display: none;}

.inputFormButton { font-size:12px; color: #fff; background-color:#006e53; font-family:Georgia, "Times New Roman", Times, serif; border:1px solid #006e53; padding:4px; }