@charset "utf-8";
/* CSS Document */

			
			body {
				margin: 0px;
				padding: 0px;
			}
			#flashContent {
				position: fixed;
				bottom: -98px;
				right: -30px;
			}
			#toggleFlash {
				/*background: #000;
				border-radius: 10px 10px 0 0;*/
				bottom: 210px;
				/*color: #fff;
				cursor: pointer;
				font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
				font-size: 14px;*/
				height: 32px;
				/*padding: 5px 10px;*/
				position: fixed;
				right: 25px;
				/*text-align: center;
				transform: rotate(270deg);
				-moz-transform: rotate(270deg); /* Firefox */
				/*-webkit-transform: rotate(270deg); /* Safari/Chrome */
				/*-ms-transform: rotate(270deg); /* IE9? */
				/*-sand-transform: rotate(270deg); /* IE < 9 */
				width: 100px;
				z-index: 9999999;
			}