/* TinyMCE Dialog OVERRIDE */
.panel_wrapper {
	border: 1px solid black;
	height: 100%;
}

.panel_wrapper h1 {
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
}

div.buttons {
	border-top: 1px solid #aaa;
	padding: 5px;
	margin-top: 15px;
}

div.buttons {
	text-align: right;
}

div.buttons button {
	background-color: white;
	font-size: 8pt;
	border:  1px solid 2B6FB6;
	color: black;
}

.error {
	color: red;
}
