.dialog_caution {
	color: #333;
	font-weight: bold;
	font-size: 14px;
	background: #FFC url(../images/icons/alert_caution.png) no-repeat 5px center;
	padding: 25px 25px 25px 75px;
	border: 1px solid #FFD72E;
	width: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.dialog_caution_tiny {
	color: #333;
	font-weight: bold;
	font-size: 14px;
	background: #FFC url(../images/icons/alert_caution_tiny.png) no-repeat 5px center;
	padding: 10px 10px 10px 25px;
	border: 1px solid #FF0;
	width: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.dialog_note {
	color: #333;
	font-weight: normal;
	background: #CFC url(../images/icons/alert_note_small.gif) no-repeat 5px center;
	padding: 10px 10px 10px 40px;
	border: 1px solid #0F0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 70%;
	font-size: 1.2em;
}
.dialog_stop {
	color: #333;
	font-weight: bold;
	font-size: 150%;
	background: #FCC url(../images/icons/alert_stop.png) no-repeat 5px center;
	padding: 25px 25px 25px 65px;
	border: 1px solid #F00;
	width: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.explain_text, .explain_text a {
	color: #666;
	font-style: italic;
	font-size: 0.9em;
	text-decoration: none;
}

