.DataTable td {
  padding: 5px 10px;
}

.div_spacer {
  margin: 0px;
  padding: 0px;
  clear: both;
  height: 0px;
  width: 0px;
}
table.form {
	border-collapse: collapse;
}

table.form td {
	border-top: 1px solid #999999;
	padding: 10px 5px;
}
td.label {
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
	padding-left: 20px;
}

table.form select, input.form {
	width: 225px;
}
.flash-msg {
	padding: 5px 10px 5px 30px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}
#flash-notice {
	color: #577700;
	border: 1px solid #658900;
	background: url(/images/forge/miniicons/icon_accept.gif) #E9F1D5 no-repeat 8px 6px;
}
.errorExplanation, #flash-warning {
	color: red;
	border: 1px solid red;
	background: url(/images/forge/miniicons/action_stop.gif) #FFC9C9 no-repeat 8px 6px;
}

.fieldWithErrors {
	display: inline;
}