/* 
	No Script Message
*/
#noscript-overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	top:0px;
	background-color: #333;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	z-index:1000;
}

#noscript {
	border-top: 10px solid #4F4F4F;
	border-bottom: 10px solid #4F4F4F;
	padding: 20px 0px 20px 0px;
	text-align: left;
	position: fixed;
	top: 25%;
	z-index: 100000;
	height: 215px;
	background: #FFFFFF url(../img/icons/noscript/warning.png) no-repeat;
	color: #323337;
	font-size: 1em;
	font-family: 'Times New Roman, Arial, Century Gothic';
}
#noscript a {
	color:#333;
}
#noscript a:hover {
	color:#666;
}
#noscript .details {
	width:  70%;
	margin: 48px auto auto 290px;
}

#noscript .js-help {
	margin-top: 20px;
	text-align: center;
}

#noscript .js-help table {
	margin:auto;
	text-align:left;
}

#noscript .js-help table .browser {
	width: 155px;
}

#noscript .sig {
	float: right;
	text-align: right;
}

#noscript h2 {
	margin-bottom: 5px;
	color: #333;
	text-align: center;
	font-size: 2em;
}
