#contentform .newSection {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   clear: both;
}

#contentform .newSectionTitle p{
   font-family: arial;
   font-size: 12px;
   font-weight: bold;
   padding: 10px 0px 10px 0px;
}

#contentform .newLabel {
   margin: 0px 0px 0px 0px;
   padding: 3px 0px 3px 0px;
   clear: both;
}

#contentform, #contentform p {
   font-family: arial;
   font-size: 12px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}

#contentform label{
   float: left;
   width: 300px; 
}

#contentform textarea{
	width: 98%;  
}

#contentform input, select, textarea {
   font: 12px arial;
}