.boxMsgInternalPad{
	padding: 10px;
}
.boxMsgExtMarg{
	margin-top: 15px;
	margin-bottom: 15px;
}
.boxMsgTextSize{
	font-size: 11px;
	font-weight: bold;
}
.boxMsgErr{
	color: #FF0000;
	border: 2px solid #FF0000;
}
.boxMsgOk{
	color: #009900;
	border: 2px solid #009900;
}
