.dialogcontainer {
	padding: 4px; background: #f8f4eb; border-bottom: 1px SOLID #efe8da; PADDING: 10px;
}

.dialogtitle {
	background: #FFFFFF; padding: 2px 8px 4px 30px; -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; font: 18px Calibri, 'Trebuchet MS', Helvetica, Verdana, Arial, Helvetica;
}

.dialogtext {
	background: #FFFFFF; padding: 8px; -moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;
}

.dialogok {
	position: relative; float: left; background: URL('%themepath%images/icon_dialogok.png'); WIDTH: 32px; HEIGHT: 32px; LEFT: -5px; TOP: -5px;
}

.dialogokcontainer {
	border: 2px SOLID #91e375; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}

.dialogalert {
	position: relative; float: left; background: URL('%themepath%images/icon_dialogalert.png'); WIDTH: 32px; HEIGHT: 32px; LEFT: -5px; TOP: -5px;
}

.dialogalertcontainer {
	border: 2px SOLID #ffd459; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}

.dialogerror {
	position: relative; float: left; background: URL('%themepath%images/icon_dialogerror.png'); WIDTH: 32px; HEIGHT: 32px; LEFT: -5px; TOP: -5px;
}

.dialogerrorcontainer {
	border: 2px SOLID #ff598e; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}