div.focusOnPlugin{
		z-index: 9998;
	}
	div.focusOnPlugin.focusOnPlugin_title{
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;

		min-width: 200px;
	
		padding: 7px;
		background-color: #ffa63d;
		/*background-color: #d54441;*/
		color: #191919;
		text-align: center;
		position: fixed;
		z-index: 9999;

		font-size: 18px;
		line-height: 22px;
		min-width : 200px;
	}
		div.focusOnPlugin.focusOnPlugin_title .focusOnPlugin_content{
			background:white;
			color:black;
			padding: 10px;
		}
		div.focusOnPlugin.focusOnPlugin_title .focusOnPlugin_next{
			padding: 10px;
			margin-top: 9px;
			/*background: #f9d8d7;*/
			background: #fceed5;

			text-align: center;
			font-size: 18px;

		}
			div.focusOnPlugin.focusOnPlugin_title .focusOnPlugin_next a{
				display: inline-block;
				margin: 0 5px;
				margin-bottom: 15px;
				padding: 0px 10px;
				text-decoration: none;
				color: #da7e12;
				text-transform: uppercase;
			}
			div.focusOnPlugin.focusOnPlugin_title .focusOnPlugin_next a:hover{
				color: #c9720b;
			}			
			div.focusOnPlugin.focusOnPlugin_title .focusOnPlugin_next a .button{
				padding: 5px 20px;
				color: white;
				background: #da7e12;
				font-size: 18px;
				border: none;
				-webkit-text-shadow:0 0 0 transparent;
				-moz-text-shadow:0 0 0 transparent;
				text-shadow:0 0 0 transparent;
			}
			div.focusOnPlugin.focusOnPlugin_title .focusOnPlugin_next a:hover .button{
				background: #c9720b;
			}			
	div.focusOnPlugin.focusOnPlugin_cover{
		opacity: 0;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		display: none;
	}
	div.focusOnPlugin.focusOnPlugin_frame{
		background-color: black;
		opacity: 0.6;
		position: fixed;
		display: none;
	}
	div.focusOnPlugin.focusOnPlugin_frame.focusOnPlugin_top{
		top: 0px;
		width: 100%;
	}
	div.focusOnPlugin.focusOnPlugin_frame.focusOnPlugin_bottom{
		bottom: 0px;
		width: 100%;
	}
	div.focusOnPlugin.focusOnPlugin_frame.focusOnPlugin_right{
		right: 0px;
	}
	div.focusOnPlugin.focusOnPlugin_frame.focusOnPlugin_left{
		left: 0px;
	}