
.nojs_wrap {
	display: block;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: fixed;
	background-image: none !important;
	list-style-image: none !important;
	z-index: 11111;
}

.nojs_shdw {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1111;
}

.nojs_content {
	line-height: 1.1em;
	background-color:#fefefe !important;
	width: 600px;
	left: 42%;
	top: 35%;
	position: fixed;
	margin: -100px -200px;
	padding: 20px;
	z-index: 1122;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px 10px #888888;
	-moz-box-shadow: 0 0 10px 10px #888888;
	box-shadow: 0 0 10px 10px #888888;
}

.nojs_content > h3 {
	font-weight: bold;
	font-size: 30px;
	text-align: left;
	color: #005703;
}

.nojs_content > p  {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	color: #383838;
}

#msuerror_doc a,
.nojs_content  a  {
	font-size: 90%;

	color: #f0f0f0;
	background: #00ba06;
	background: -moz-linear-gradient(top, #00ba06 0%, #057805 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00ba06), color-stop(100%,#057805));
	background: -webkit-linear-gradient(top, #00ba06 0%,#057805 100%);
	background: -o-linear-gradient(top, #00ba06 0%,#057805 100%);
	background: -ms-linear-gradient(top, #00ba06 0%,#057805 100%);
	background: linear-gradient(to bottom, #00ba06 0%,#057805 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ba06', endColorstr='#057805',GradientType=0 );

	outline: none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	border: 1px solid grey;
	margin: 0px 1px 0px 5px;
	padding: 1px 23px;
}
