.oc-dialog {
	background: white;
	color: #333333;
	border-radius: 3px; box-shadow: 0 0 7px #888888;
	padding: 15px;
	z-index: 1000;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 200px;
}
.oc-dialog-title {
	background: white;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
}
.oc-dialog-content {
	z-index: 1000;
	background: white;
}
.oc-dialog-separator {
}
.oc-dialog-buttonrow {
	background: white;
	float: right;
	position: relative;
	bottom: 5px;
	display: block;
	margin-top: 10px;
	width: 100%;
}
/* align primary button to right, other buttons to left */
.oc-dialog-buttonrow.twobuttons button:nth-child(1) {
	float: left;
}
.oc-dialog-buttonrow.twobuttons button:nth-child(2) {
	float: right;
}

.oc-dialog-buttonrow.onebutton button {
	float: right;
}

.oc-dialog-close {
	position:absolute;
	top:7px; right:7px;
	height:20px; width:20px;
	background:url('../img/actions/close.svg') no-repeat center;
}

.oc-dialog-dim {
	background-color: #000;
	opacity: .20;
	z-index: 999;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
}

.error-message-global {
	background-color: rgb(242, 222, 222);
	border-bottom-color: rgb(235, 204, 209);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-image-slice: 100% 100% 100% 100%;
	border-image-source: none;
	border-image-width: 1 1 1 1;
	border-left-color: rgb(235, 204, 209);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(235, 204, 209);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(235, 204, 209);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	box-sizing: border-box;
	color: rgb(169, 68, 66);
	font-family: Verdana,sans-serif;
	font-size: 15px;
	line-height: 22.5px;
	margin-bottom: 20px;
	opacity: 1;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 35px;
	padding-top: 15px;
	transition-delay: 0s;
	transition-duration: 0.15s;
	transition-property: opacity;
	transition-timing-function: linear;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;

}
