.modal-window {
	position: fixed;
	z-index: 1000;
	background: white;
	border: 1px solid #dadada;
	box-shadow: 0 0 25px rgba(100, 100, 100, 0.5);
	font-size: 100%;
	font-family: Arial, sans-serif;
}

.assist-view .modal-window {
	box-shadow: 0 0 35px rgba(100, 100, 100, 0.7);
}

.assist-invert .modal-window {
	background: black;
	box-shadow: 0 0 35px rgba(254, 254, 254, 0.7);
}

.assist-blue .modal-window {
	background: #9dd1ff;
}

.modal-window label {
	font-size: 100%;
}

.modal-window .layout {
	margin: 40px;
	overflow: auto;
	padding-right: 20px;
}

.adopt-mobile .modal-window .layout {
	margin: 25px 5px 20px 10px;
}

.modal-window .close {
	width: 22px;
	height: 22px;
	background: url('close.png');
	margin-bottom: -22px;
	position: relative;
	left: 100%;
	margin-left: -32px;
	top: 7px;
	cursor: pointer;
	opacity: 0.85;
}

.modal-window .close:hover {
	opacity: 1;
}

.assist-view .modal-window .close {
	opacity: 1;
	background: none;
}

.assist-view .modal-window .close:before {
	display: block;
	content: '\00D7';
	font-weight: bolder;
	font-size: 200%;
	line-height: .7em;
	width: .7em;
	padding: .05em;
	border: 1px solid black;
	text-align: center;
	position: relative;
	margin-left: -0.3em;
	top: 0.15em;
}

#ereporter_modal h2 {
	color: #456;
	font-size: 120%;
	margin-bottom: 1em;
}

#ereporter_modal .err-txt {
	border: 1px solid #aaa;
	width: 95%;
	padding: 5px 4% 5px 1%;
	max-height: 150px;
	overflow: auto;
	font-size: 80%;
}

.assist-view #ereporter_modal .err-txt {
	font-size: 100%;
	border: 1px solid black;
	background: transparent;
}

#ereporter_modal textarea {
	width: 95%;
	border: 1px solid #aaa;
	font-size: 90%;
	padding: 10px 4% 10px 1%;
	display: block;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
	height: 80px;
}

.assist-view #ereporter_modal textarea {
	font-size: 100%;
	background: transparent;
	border: 1px solid black;
	color: inherit !important;
}

.assist-view ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}

.assist-view ::-moz-placeholder {
	color: #000;
	opacity: 1;
}

.assist-view :-moz-placeholder {
	color: #000;
	opacity: 1;
}

.assist-view :-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

.assist-invert ::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

.assist-invert ::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.assist-invert :-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.assist-invert :-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.er-notice {
	font-size: 80%;
	color: #456;
	position: relative;
	top: -0.7em;
	margin-bottom: 0.2em;
}

.assist-view .er-notice {
	font-size: 90%;
	color: inherit;
}

.aloader {
	width: 16px;
	height: 16px;
	margin-bottom: -16px;
	background: url('ajax-loader-small.gif');
	position: relative;
	top: -22px;
	left: 8em;
	display: none;
}

.send-error {
	position: relative;
	color: #da251c;
	font-size: 90%;
	width: 400px;
	white-space: nowrap;
	height: 1em;
	margin-bottom: -1em;
	left: 8em;
	top: -25px;
	display: none;
}

.message-sent {
	color: #da251c;
	font-size: 115%;
	display: none;
	padding-top: 2em;
}

#ereporter_modal .layout {
	overflow: hidden;
}

.Ctrl-Enter {
	clear: both;
	margin-left: 35%;
	padding-top: 1.1em;
	font-size: 75%;
	color: #567;
}

.adopt-600 .Ctrl-Enter,
.adopt-700 .Ctrl-Enter,
.adopt-mobile .Ctrl-Enter {
	display: none;
}

.assist-view .Ctrl-Enter {
	font-size: 90%;
	color: inherit;
}