
#floatingFooterBox {
	position:relative;
	margin-bottom:-50px;
	padding:15px 0 0 10px;
}

#floatingFooter {
	margin:0 0 10px;
	padding:0;
	right:0;
	bottom:0;
}

#floatingFooter #borderHider {
	width:288px;
	height:68px;
	overflow:hidden;
	text-align:center;
	margin:0 10px;
}

#floatingFooter #borderHider iframe {
	margin:-1px;
	border:none;
	overflow:hidden;
	width:300px;
	height:70px;
}

#floatingFooter span {
	/*padding:0 10px;*/
	padding:0;
	margin:auto;
}

#floatingFooterBox.stuckToWindow {
	position:fixed;
	right:0;
	bottom:0;
	padding:0;
	margin:auto;
	width:100%;
	z-index:100;
}

#floatingFooterBox.stuckToWindow #floatingFooter {
	position:relative;
	margin:auto;
	width:340px;
	
	border:#FFF solid 2px;
	border-bottom:none;
	
	border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	-webkit-border-top-left-radius:20px;
	-khtml-border-top-left-radius:20px;
	border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	-webkit-border-top-right-radius:20px;
	-khtml-border-top-right-radius:20px;
		
	

	background: #dcdcdc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjZGNkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2I4YjhiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MTcxNzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #dcdcdc 0%, #b8b8b8 47%, #aaaaaa 48%, #717171 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(47%,#b8b8b8), color-stop(48%,#aaaaaa), color-stop(100%,#717171)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dcdcdc 0%,#b8b8b8 47%,#aaaaaa 48%,#717171 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dcdcdc 0%,#b8b8b8 47%,#aaaaaa 48%,#717171 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dcdcdc 0%,#b8b8b8 47%,#aaaaaa 48%,#717171 100%); /* IE10+ */
	background: linear-gradient(top,  #dcdcdc 0%,#b8b8b8 47%,#aaaaaa 48%,#717171 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#717171',GradientType=0 ); /* IE6-8 */

	

	padding:8px 0;
}

#floatingFooterBox.underFooter {
	clear:both;
	float:left;
	/*margin-top:45px;*/
	margin-top:30px;
	position:absolute;
}

#floatingFooterBox #CloseButton
{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	
	cursor:pointer;
	float:right;
	position:absolute;	
	top:4px;
	right:4px;
	width:24px;
	height:24px;
	/*background:url(images/CloseButton.png) bottom center no-repeat;*/
	background:url(/Media/Dis/buttons/CloseButton.png) bottom center no-repeat;
}

#floatingFooterBox #CloseButton:hover
{
	background-position:top;
}

#mainFooterInner .openHTMLModule {
	margin:0;
}