form {

}

.form-header {
	font-weight:bold;
	color:navy;
	
}

.form-control-error,
.form-error {
	font-weight:bold;
	color:red;
}

label {
   font-size: 14px;
	font-weight:bold;
   text-align: right;
}


table {
   font-size: 14px;
   
}

table caption {
   font-size: 18px;
   font-weight: bold;
   text-align: left;
}

table thead {
   font-weight: bold;
   background: #ddd;
   line-height: 18px;
}
