.ModuleTitle{
	background: url(images/box-wrapp-bkg.gif) repeat-x left top;
	padding: 25px 20px 20px 20px;
/*	width: 100%;*/
	-moz-box-sizing: padding-box;
}
.ModuleTitle2{
	background: url(images/title-bkg.gif) no-repeat left center;
	padding: 8px 20px 7px 80px;
	width: 100%;
	-moz-box-sizing: border-box;
}

.ModuleTitle2 h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 0px;
}

.Actions {
	float: left;
	width: 20px;
	position: relative;
	z-index: 900;
}

.ModuleFooter {
	text-align: right;
	margin: 0px;
	clear: left;
}

.ModuleFooter2 {
	text-align: right;
}

.ModuleContentPane{
	position: relative;
	
}

.ModuleContent {
	border: 1px solid #EFF0F0;
	border-top: none;
	/*position: relative;*/
}

.LoginPane .ModuleContent {
	border: 0 none;
}
