.html .privacy_prompt{
	position: fixed;
    width: 100%;
    left: 0;
    top: auto;
	bottom:0;
    padding: 0;
    background: rgba(86,86,86,0.95);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
    z-index: 99999;
    text-align: center;
    color: #fff;
	margin:0;
	font-family: Arial, Helvetica, sans-serf;
	border-radius: 0;
    border: 0;
	padding-top:20px;
}
.html .privacy_prompt_content{
	display:inline-block;
	vertical-align: top;
	padding-top:10px;
}
.html .privacy_prompt h1,
.html .privacy_prompt .option{
	color:#fff;
}
.html .privacy_prompt .option,
.html .privacy_prompt .privacy_prompt_content .option label,
.html .privacy_prompt .privacy_prompt_content p,
.html .privacy_prompt  .privacy_prompt_content h1{
	display:inline-block;
	font-family: Arial, Helvetica, sans-serf;
	font-size: 13px;
	letter-spacing: 0;
	margin:0;
	vertical-align: top;
	font-weight: bold;
	line-height: initial;
}
.html .privacy_prompt_content p a,
.html .privacy_prompt_content p a:hover{
	color:#FFF;
	text-decoration: underline !important;
}
.html .privacy_prompt .option label{
	margin-right:10px;
	vertical-align: top;
}
.html .privacy_prompt_footer .button{
	padding: 8px 20px !important;
    text-decoration: none !important;
    font-family: 'Arvo', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #7DAF3B;
    padding: 0.5em 0.75em;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,0.25);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
    -o-transition: background 0.5s ease-in;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
	border:0;
}
.html .privacy_prompt_footer .button:hover{
	 background: #000;
    -o-transition: background 0.5s ease-in;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
    -ms-transition: background 0.25s ease-in;
}
.html .privacy_prompt > .close_btn_thick{
	display:none;
}
.html .privacy_prompt_footer{
	display:inline-block;
	padding: 0px 20px 0px 0px;
}
.html .option_set{
	display:inline-block;
	margin: 0px 0 10px 10px;
}