input.col-lg-5 {
	width			: 200px;
}
.tooltip-inner {
	max-width		: 600px;
	text-align		: left;
}
body.desktop .hint {
	display			: none;
}
body.mobile .hint {
}
@media screen and (min-width: 768px) {
	.modal-dialog {
		width		: 729px;
	}
}
.modal-header {
	text-align		: center;
}

.modal-body {
	text-align		: left;
}
.ielt9-only {
	display			: none;
	visibility		: hidden;
}


#ajaxLayer {
	border			: 1px solid black;
	position		: absolute;
	overflow		: visible;
	width			: 700px;
	top				: 20px;
	min-height		: 300px;
	left			: 50%;
	margin-left		: -350px;
	background		: #eee;
	z-index			: 99;
	filter			: alpha(opacity=90);
	-moz-opacity	: 0.9;
	display			: none;
	text-align		: left;
	color			: black;
	padding			: 10px;

	top				: 50px;
	position		: fixed;
	z-index			: 1001;
}

#ajaxLayer h2 {
	border-bottom	: 1px solid black;
	border-top		: 1px solid black;
	padding			: 5px 0px 5px 5px;
}

.ajaxError {
	background		: red;
	color			: white;
}