﻿/* ModalPopupExtender */
div.modal-background
{
	background-color: #000;
	filter: alpha(opacity = 75);
	opacity: 0.75;
}
div.modal-window
{
	margin: 0 4px 4px 0;
	padding: 10px 10px 0 10px;
	border: 2px solid #dfb200;
	width: 300px;
	background: #000;
}
div.modal-window p
{
	margin-bottom: 10px;
	text-align: center;
}

/* HtmlEditor */
div.ajax__htmleditor_editor_default
{
	background: #fff;
}
