.dialogcontainer {
	padding: 4px;
	padding: 10px 0;
	position: relative;
	margin: 0 10px
}

.dialogtitle {
	padding: 8px 8px 0px 20px !important;
	font-size: 16px;
	font-weight: 600;
	background-color: #fff;
}

.dialogtext {
	background: #fff;
	padding: 0px 8px 8px 20px ;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	font-size: 12px;
	line-height: 1.3;
	color: #666;
}

.dialogok {
	position: absolute;
	background-image: URL('%themepath%images/icon_dialogok.png');
	width: 32px;
	height: 32px;
	left: -12px;
	top: 0px;
}

.dialogokcontainer {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #598527;
	background-color: #fff;
}

.dialogalert {
	position: absolute;
	float: left;
	background: URL('%themepath%images/icon_dialogalert.png');
	width: 32px;
	height: 32px;
	left: -12px;
	top: 0px;
	z-index: 1000;
}

.dialogalertcontainer {
	border: 2px solid #ffd459;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

.dialogerror {
	position: absolute;
	float: left;
	background: URL('%themepath%images/icon_dialogerror.png');
	width: 32px;
	height: 32px;
	left: -12px;
	top: 0px;
}

.dialogerrorcontainer {
	border: 2px solid #f75252;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
