
.label{
width: 200px;
display: block;
font-size: .9em;
}
.notice{
color: red;
font-size: .8em;
}

textarea{
width: 99%;
height: 100px;
}
.formhead{
display: block;
line-height: 1.4em;
border-bottom: 1px solid black;
border-top: 1px solid black;
text-align: center;
margin: 5px 0;
}

input, textarea{
font-family: Ariel, Helvetica, Tahoma, Sans-Serif; /*sets default font*/
font-size: .8em;  /*sets default font-size so subsequent size markers function*/
background: #eee;
border: 1px black solid;
padding: 3px;
color: #222;
}

textarea{
width: 96%;
}

.small{
font-size: .9em;
}

.small input{
margin-bottom: 3px;
}

.req{
color: #d00;
}