td{
	font-size:11px;
}

textarea.bigZone{
	width:400px;
	height:150px
}

textarea.smallZone{
	width:400px;
	height:50px
}

div#errorBox{
padding:10px;
border:1px black solid;
background-color:#CCCCCC;
font-size:11px;
font-family:helvetica, arial;
}

div#successBox{
padding:10px;
border:1px black solid;
background-color:#CCCCCC;
font-size:11px;
font-family:helvetica, arial;

}

tr.header{
background-color:#CCCCCC;
}
