#moadss-panel {
	color: #555 !important;
	display: none;
	font: normal 11px/1.4 "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	position: absolute;
	right: 0;
	top: 0;
	width: 630px;
	text-shadow: none !important;
	text-align: left !important;
	z-index: 44;
}
	#moadss-panel p {
		margin: 0 0 .9em !important;
		padding: 0 !important;
		font-weight: normal !important;
	}
	#moadss-panel a {
		color: #555;
		text-decoration: underline;
		font-weight: normal !important;
	}
		#moadss-panel a:hover {
			color: #111;
		}
	#moadss-panel strong {
		font-weight: bold !important;
	}

#moadss-toggle {
	position: absolute;
	right: 30px;
	top: 10px;
	z-index: 50;
	list-style: none;
}
	#moadss-toggle li {
		float: right;
		padding: 0;
		margin: 0;
	}
		#moadss-toggle a {
			border: 1px #dedede solid;
			color: #555;
			display: block !important;
			background: #efefef;
			padding: 3px 7px 5px;
			text-decoration: none;
			margin: 0;
		}
			#moadss-home a {
				border-right: 0;
				background-image: url(img/home-icon.gif);
				background-repeat: no-repeat;
				background-position: center center;
				-moz-border-radius-topleft: 3px;
				-webkit-border-top-left-radius: 3px;
				-moz-border-radius-bottomleft: 3px;
				-webkit-border-bottom-left-radius: 3px;
				overflow: hidden;
				width: 10px;
				_width: 20px;
				text-indent: -999em;
			}
			#moadss-show a {
				background-image: url(img/down-arrow.gif);
				background-repeat: no-repeat;
				background-position: 10px center;
				-moz-border-radius-topright: 3px;
				-webkit-border-top-right-radius: 3px;
				-moz-border-radius-bottomright: 3px;
				-webkit-border-bottom-right-radius: 3px;
				padding-left: 20px;
				width: 70px;
				_width: 100px;
			}
			#moadss-show.moadss-hide a { background-image: url(img/up-arrow.gif); }
			#moadss-show.moadss-show a { background-image: url(img/down-arrow.gif); }
			#moadss-toggle a:hover {
				background-color: #efefef;
				color: #000;
			}

#moadss-content {
	background: transparent url(img/bg-bottom.png) left bottom no-repeat;
	_background-image: url(img/bg-bottom.gif);
	display: none;
	position: absolute;
	z-index: 45;
}
	#moadss-content-inner {
		background: transparent url(img/bg-repeat.png) repeat-y;
		_background-image: url(img/bg-repeat.gif);
		padding: 20px 40px 1px 35px;
		margin-bottom: 25px;
		overflow: hidden;
		zoom: 1;
		width: 555px;
		_width: 630px;
	}
		#moadss-custom {
			margin-top: 35px;
			float: right;
			width: 365px;
		}
			#moadss-custom .intro {
				font: normal 14px/1.4 Georgia, Palatino, "Times New Roman", sans-serif;
			}
		#moadss-logo {
			background: transparent url(img/moad-logo.gif) center center no-repeat;
			margin: 0 0 20px;
			display: block;
			float: left;
			height: 135px;
			line-height: 135px;
			width: 155px;
			text-indent: -999em;
			overflow: hidden;
		}
