.clear {
    clear:both;
}

.standout {
    font-weight: bold;
    color: #505050;
    font-size: 1.1em;
}

.notice {
	color:red;
	font-weight:bold;
	font-size: 1.1em;
}

.form_label {
  width:100px;
  display:block;
  float:left;
}

.name {font-weight:bold;}
.person {font-style:italic;}
.date {color:#888888;}
.label {font-weight:bold;}

