.typeAlert, .typeError, .typeHelp, .typeInfo, .typeSecurity {
	background-image: url(/bschfyc/mvc/images/modal/iconosmensaje.gif);
	background-repeat: no-repeat;
	width:69px;
	height:69px;
}

.typeAlert {
	background-position: 0 0;
}
.typeError {
	background-position: 0 -69px;
}
.typeHelp {
	background-position: 0 -138px;
}
.typeInfo {
	background-position: 0 -207px;
}
.typeSecurity {
	background-position: 0 -276px;
}

.popupMessageStyle {
	padding: 8px 0pt 14px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: #000000;
}