*[class^=dialog] {
	color: #666;
	font-weight: normal;
	font-size: 1em;
	padding: 10px 10px 10px 35px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* [disabled]overflow: hidden; */
	background: #EEE url(../images/icons/information.png) no-repeat 10px center;
	/* [disabled]width: 60%; */
	line-height: 1.5em;
}
.dialog_note  {
	background-color: #EEFAFF !important;
	background-image: url(../images/icons/information.png) !important;
	border-color: #6CF !important;
}
.dialog_success {
	background-color: #EEFFED !important;
	background-image: url(../images/icons/accept.png) !important;
	border-color: #0F0 !important;
}
.dialog_caution {
	background-image: url(../images/icons/bullet_error.png) !important;
	background-color: #FFFFCC !important;
	border-color: #FFC82C !important;
}
.dialog_stop {
	font-weight: bold !important;
	background-color: #FEE !important;
	background-image: url(../images/icons/exclamation.png) !important;
	border-color: #F00 !important;
}
.dialog_tip {
	background-image: url(../images/icons/lightbulb.png) !important;
	background-color: #FFF5BE !important;
	border-color: #FFC82C !important;
}
.explain_text, .explain_text a {
	color: gray;
	font-style: italic;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: normal;
}
