/* CSS Document */
.red{
	color: #C00;
}
.error{
	font-size: 16px;
	color: #C00;
}
table td{
	vertical-align: top;
}
p.message{
	font-size: 16px;
	font-weight: bold;
}
#form-table tr {
    border-bottom: 1px solid #000;
}
p.success{
	font-size: 24px;
	color: #004B00;
}
#update-nag, .update-nag{
	display: none;
}