        html, body {
        margin: 0;
        padding: 0;
        font-family: Trebuchet MS, sans-serif;
        font-size: 0.85em;
        text-align: center;
        }
        
        #content {
        margin: 0 auto;
        text-align: left;
        width: 45em;
        }
        
        .error {
            color: red;
        }
        
        h2 {
            font-size: 1.5em;
        }
        legend {
            font-weight: bold;
            font-size: 1.1em;
            background: #000000;
            color: white;
            padding: 0.05em 0.5em;
        }
        
        fieldset {
            margin: 2em 0;
            padding: 1em 2em;
            border: solid 1px #cccccc;
        }
        
        .input {
            padding: 0 0.7em;
            font-size: 1.1em;
            border: solid 2px #dddddd;
            color: #333333;
            background: #f3f3f3;
            font-weight: normal;
            font-family: Trebuchet MS, sans-serif;
        }
        
        .inrow {
            font-size: 1.2em;
            font-weight: bold;
        }
        
        label {
        display: block;
        clear: left;
        }
        
 .odd{background-color: #e9e9e9;}
 .even{background-color: #f9f9f9;}
 th {
 background: black;
 color: white;
 }
 
 table {
 border-collapse: collapse;
 caption-side: bottom;}


