body {
	font-family:arial;
	background-color: #F4F3EA;
}


h2 {
	border-bottom: 1px solid #BFBFBF;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#FE0000;
}
.warning
{
    border: 1px solid #800000;
    color: #800000;
    background-color: #FF7F7F;
    padding: 5px;
    margin-bottom: 5px;
	font-size: 89%;
}
.notice
{
    border: 1px solid #008000;
    color: #008000;
    background-color: #80FF80;
    padding: 5px;
    margin-bottom: 5px;
}
.label {
	font-weight: bold;
}

.required_field_sym {
	color: red;
}