
/* JQUERY Login Form */
		label, input { display:block; }
		input.text { margin-bottom:12px; width:95%; padding: .4em; }
		fieldset { padding:0; border:0; margin-top:25px; }
		div#users-contain {  width: 350px; margin: 20px 0; }
		div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
		div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
		.ui-button { outline: 0; margin:0; padding: .4em 1em .5em; text-decoration:none;  !important; cursor:pointer; position: relative; text-align: center; }
		.ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error { padding: .3em;  }

/* ====================	 */


	#mfpagehead {
	z-index:999;
	background-color:#FFCA9A;
	background: url('/_system/media/modulform/bgtop24px.gif');
	background-position: bottom; 
	background-repeat: repeat-x
	position:fixed;
	left:0;
	top:0;
	padding:0;
	width:100%;
	height:16px;
	-moz-opacity:98; filter:  Alpha(Opacity=90); opacity:.9;
}

	#mfpagehead ul {
		display:inline;
		position:absolute;
		list-style:none;
		list-style-position: inside;
		white-space:nowrap;
		border:0;
		padding:0;
		margin:0;
		height:16px;
		overflow:hidden;
	}
	#mfpagehead ul li {
/* 		background: #fc7800; */
		border:0;
		padding:0;
		margin:0;
		white-space:nowrap;
		display:inline;
		position:relative; 
		margin-right:-2px;
	}
	li.spacer {
		padding-left:100px;
	}

.modulform {
	float:left;
	padding:0;
	border:1px solid right;
	margin:0;
}

#mfpageheadHelp {
	z-index:999;
	position:fixed;
	right:0;
	top:24px;
	padding:0;
	width:100px;
	height:24px;
}

#mfpageheadHelp a img {
	filter: alpha(opacity=80);
	opacity: .80;
	-moz-opacity: .80;
	-khtml-opacity: .80;
}

#mfpageheadHelp a:hover img {
	filter: alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
}

#mfpagehead[id] {
	position: fixed;
}

#mfpagehead2 {
	height:0px;
	z-index:1000;
	position:absolute;
	right:0px;
	top:0px;
	padding:0;
}

#mfpagehead2[id] {
	position: fixed;
}
#mfpagefooterWarning, #mfpagefooterWarning a,  #mfpagefooterWarning a:visited {
	text-decoration:none;color:#fff;	
}
#mfpagefooter, #mfpagefooter a,  #mfpagefooter a:visited   {
	text-decoration:none;color:#aaa;	
}
#mfpagefooter a:hover {
	color:#FFF;
}

#mfpagefooterWarning a:hover  {
	color:#FFCA9A;
}

#mfpagefooterWarning:hover  {
	filter: alpha(opacity=95);
	opacity: .95;
	-moz-opacity: .95;
	-khtml-opacity: .95;
}
#mfpagefooter:hover  {
	filter: alpha(opacity=95);
	opacity: .95;
	-moz-opacity: .95;
	-khtml-opacity: .95;

}

#mfpagefooter, #mfpagefooterWarning {
	display:none;
	filter: alpha(opacity=25);
	opacity: .25;
	-moz-opacity: .25;
	-khtml-opacity: .25;	
	padding:3px;
	color:#fff;
	position:fixed; 
	right:0;
	background-color:#444;
	z-index:1000;
}

#mfpagefooterWarning {
	background-color:#FC7800;
}

#mfpagefooter[id], #mfpagefooterWarning[id] {
	bottom:0; 
	position: fixed;
}

#mfcontent[id] {
	padding:16px 0 0 0;
}

