#permission-bar-prompt-content, #permission-bar{
		color:white;
		font-family: inherit;
	}
	#permission-bar-prompt-content a, #permission-bar a, #permission-bar-prompt-content span{
		color: #31a8f0;
		text-decoration:none;
	}
	#permission-bar-prompt-content a:hover, #permission-bar a:hover{
		color: #31a8f0;
		text-decoration:underline;
	}
	#permission-bar-prompt-close{
		width:14px;
		height:14px;
		float:right;
		display:block;
		background:url(../images/x.png) no-repeat;
	}
	#permission-bar-prompt-logo{
		width:190px;
		height:42px;
		float:left;
		display:block;
		background:url(logo.png) no-repeat;
	}
	#permission-bar-prompt-close span, #permission-bar-prompt-logo span{
		display: none;
	}
	#permission-bar{
		position:relative;
		float: left;
		width:100%;
		margin:0;
		padding:0;
		font-size:12px;
		line-height:20px;
		color: #000;
	}
	#permission-bar p{
		float:left;
		padding:0;
		font-size: 16px;
	}
	#permission-bar-button{
		margin-left:10px;
		background-color: #008bcc;
		font-size:13px;
		display: inline-block;
		padding: 5px 10px 6px;
		color: #fff!important;
		text-decoration: none;
		font-weight: bold;
		line-height: 1;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		position: relative;
		cursor: pointer;
		margin-top:2px;
	}
	#permission-bar-prompt{
		position: fixed;
		width:100%;
		height:100%;
		top:0;
		left:0;
		z-index:99999;
		background:url(../images/prompt-bg.png);
	}

	#permission-bar-prompt-content{
		position: fixed;
		width:400px;
		height:300px;
		padding:25px;
		background:black;
		color:white;
		opacity: 0.9;
		-moz-opacity: 0.9;
		z-index:9998;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		font-size:15px;
		top:50%!important;
		left:50%!important;
		margin-top: -150px;
		margin-left: -200px;
	}

	.clear{
		clear:both;
	}