#basictext {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px; color:#000066;
    }
    #errortext {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px; color:#C00000; font-weight: bold;
    }

    div.copyright {
    text-align: center;
    font-size: 11px;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-top: 5px;
    margin-bottom: 5px;
    }

    .box {
        border: 1px solid;
        padding: 1px;
        text-align: center;
    }

    #container {
        color: #000066;
        width: 720px;
        margin:0 auto;
    }

    form {
        line-height: 30px;
    }

       #formheader {
           font-size: 18px;
           font-weight: bold;
           margin-top: 0;
           margin-bottom: 0;

        }

       .sectionheader {
           font-size: 16px;
           font-weight: bold;
       }

	   #sectionheader {
			font-size: 16px;
			font-weight: bold;
		}

       #required {

           color: #FF0000;
           font-size: 20px;
       }

       #addrinputfield {
           width: 200px;
       }

       #zipinputfield {
           width: 50px;
       }

       #dateinput {
           width: 75px;
       }

       #phoneinput {
           width: 85px;
       }

       #talents {
            padding-left: 35px;
       }

       #occupation {
            width: 125px;
       }