.error1 {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #D50000;
	margin-top: 10px;
	margin-right: 15%;
	margin-bottom: 10px;
	margin-left: 15%;
	background-image: url(/assets/layout/error-exclamation-icon.gif);
	background-repeat: no-repeat;
}
.error1 p {
	font-weight: bold;
	color: #000000;
	padding-left: 40px;
}
.error1 h1 {
	font-weight: bold;
	color: #D50000;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.message1 {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #003366;
	margin-top: 10px;
	margin-right: 15%;
	margin-bottom: 10px;
	margin-left: 15%;
	background-image: url(/assets/layout/message-exclamation-icon.gif);
	background-repeat: no-repeat;
}
.message1 p {
	font-weight: bold;
	color: #000000;
	padding-left: 40px;
}
.message1 h1 {
	font-weight: bold;
	color: #003366;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}


.required1 {
	font-weight: bold;
	color: #D50000;
}
.red1 {
	color: #D50000;
}
