@charset "utf-8";
/* CSS Document */

.prompt {
	background:url(../../images/dialog/prompt_bg.jpg) bottom right no-repeat;
}
.error {
	background:url(../../images/dialog/error_bg.jpg) bottom right no-repeat;
}
.warning {
	background:url(../../images/dialog/warning_bg.jpg) bottom right no-repeat;
}
.success {
	background:url(../../images/dialog/success_bg.jpg) bottom right no-repeat;
}

