.dialog_caution   { color: #666; font-weight: normal; font-size: 12px; background: #f5f5f5 url(../images/icons/alert_caution.gif) no-repeat 5px center; padding: 25px 25px 25px 65px; border: solid 1px silver }
.dialog_note   {
	font-weight: normal;
	padding: 10px 10px 10px 40px;
	border: 1px none silver;
	width: 75%;
	background-image: url(../images/icons/alert_note_small.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.dialog_stop   { color: #666; font-weight: normal; font-size: 12px; background: #f5f5f5 url(../images/icons/alert_stop.gif) no-repeat 5px center; padding: 25px 25px 25px 65px; border: solid 1px silver }
.explain_text { color: gray; font-style: italic; font-size: 10px }
