﻿body {
}
.main
{
   background-color:#e1e1e1;
   color:Black;
   font-family: Arial, Helvetica, Sans-Serif;
   font-size:10pt;
   font-style:normal;
   font-weight:normal;
   line-height:normal;
   min-height:100%;
   vertical-align:top;
    width: 460px;
    height:auto;
}
 .title
 {
     font-style:italic;
     font-weight:bold;
     font-size:18pt;
 }
 .subtitle
 {
     font-style: italic;
     font-size: x-large;
 }
 .response
 {
     font-style: italic;
     font-weight:bold;
     font-size: xx-large;
 }
 .backbutton
 {
     position:absolute;
     top:0px;
 }
 .testertable
 {
     position:absolute;
     top:70px;
 }
 .greenButton
{
    display: inline-block;
    padding: 5px 5px; 
    color: #FFFFFF; 
    text-decoration: none; 
    position: relative; 
    cursor: pointer; 
    font-weight: bold;
    font-size:x-large;
    background-color: #00CC33; 
    text-shadow: 0 -1px 1px #565656; 
    -webkit-border-radius: 7px; 
    border-radius: 7px; 
    -webkit-box-shadow: 0 1px 3px 0 #565656; 
    box-shadow: 0 1px 3px 0 #565656;
    text-align:center;
    width:75%;
    top: 0px;
    left: 0px;
}

.greenButton:hover
{
    background-color:#009933;
}

.formtable, td
{
    text-align: center;
    padding:10px;
    width: 400px;
    font-size:x-large;
}
