

#banner {
	position: fixed!important;
	z-index: 16777270;
	width: 100%!important;
	text-align: center;
	background-color: #e3000f;
	border-width: 1px 0 1px 0!important;
	border-style: solid!important;
	border-color: #fff!important;
	display: none;
	box-shadow: 0 0 40px #444;
	padding: 10px 0;
	color: #FFF;
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	left: 0;
	right: 0;
	float:none!important;
	text-shadow:none;
	border-radius: 0!important;
	margin: 0 auto!important;
}

#banner a{
	color:#FFF;
	text-decoration:underline;
}

#info {
    background: #fff;
    height: 304px;
    left: 50%;
    margin-left: -350px;
    margin-top: -182px;
    margin-bottom:20px;
    position: fixed;
    top: 50%;
    width: 700px;
    box-shadow:0 0 40px #444;
    z-index:16777271;
    padding:30px;
    box-sizing:border-box;
    display:none;
    border:1px solid #999999
	text-shadow:none;
}
#info .info_close {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #fff;
    font-weight: bold;
    height: 25px;
    width: 25px;
    border-radius: 16px;
    background: #AA0000 url('img/close.png');
    text-align: center;
    line-height: 1.3em;
    font-size: 18px;
    cursor:pointer;
}
#info_plus {
    box-sizing:border-box;
    overflow: auto;
    height: 254px;
    padding-right:10px;
	color:#000;
	text-align:left;
}
#info_plus  p{
	color:#000;
	text-align:left;
	font-size:12px;
}



#banner .accept {
	cursor:pointer;
	font-size:18px;

	margin:10px auto;
	height:23px;
	line-height:20px;
	width:95px;
	background-color: #E7E7E7;
	border-radius:3px;
	color: #000;
	font-family: 'Dosis', sans-serif;
	float:none!important;
}
#banner .accept:hover {
    box-shadow:0 0 2px #000;
}


.infoplus{
	color:#FFF;
	cursor:pointer;
	text-decoration:underline;
}