/* THIS FILE IS KEPT SEPARATE AS IT MESSES WITH THE FCK EDITOR
STYLE COMBO BOX - THE HIGH Z-INDEX IT PREVENTS IT FROM CLOSING
*/
.no_javascript {
	position:fixed;
	font-size: 1em;
	background-color: #333333;
	padding: 5px;
	visibility: visible;
	width: 100%;
	z-index:200;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	text-align: center;
	color: #B4A079;
	background-image: url(../../content/image/core_images/button_bg.gif);
	background-repeat: repeat-x;
}