
	#developerMode {
		position: fixed;
		bottom: 10px;
		left: 10px;
		background: #de7160;
		border-radius: 2px;
		padding: 5px 10px;
		color: white;
		width: 250px;
		z-index: 1000;
	}
		#developerMode > h2,
		#developerMode > p,
		#developerMode > div > a {
			color: white;
			font-family: sans-serif;
			margin: 0;
			padding: 0;
			text-decoration: none;
			font-weight: normal;
			text-align: center;
		}
			#developerMode > h2 {
				line-height: 18px;
				font-size: 14px;
			}
			#developerMode > p {
				line-height: 13px;
				font-size: 11px; 
				text-align: left;
				margin: 5px 0;
			}
			#developerMode > div > a {
				line-height: 14px;
				font-size: 10px;
				display: inline-block;
				padding: 2px 5px;
				border:1px solid white;
				text-transform: uppercase;
				margin: 0 5px;
			}
				#developerMode > div > a:hover {
					background: white;
					color: #de7160;
				}

	#developerModeClose {
		font-family:sans-serif;
		color: white;
		background: #de7160;
		border: 1px solid white;
		padding: 0 3px 1px 3px;
		font-size: 14px;
		line-height: 12px;
		position: absolute;
		top: 5px;
		right: 5px;
		text-decoration: none;
	}
		#developerModeClose:hover { text-decoration:none; background:white; color: #de7160; }



	#developerModeExited {
		position: fixed;
		top: 10px;
		left: 10px;
		right: 10px;
		background: #51d051;
		border-radius: 2px;
		padding: 10px 10px;
		color: white;
		font-family: sans-serif;
		margin: 0;
		text-decoration: none;
		font-weight: normal;
		text-align: center;
		font-size: 14px;
		line-height: 12px;
		z-index: 1000;
	}