

#banner {
	position: fixed!important;
	z-index: 555;
	width: 100%!important;
	text-align: center;
	border-top: 3px solid #333333;
	background-color: #FFFFFF;
	/* border-width: 1px 0 1px 0!important; */
	/* border-style: solid!important; */
	display: none;
	/* box-shadow: 0 0 40px #444; */
	padding: 10px 0;
	color: #404040;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	left: 0;
	right: 0;
	padding-top: 20px;
	float:none!important;
	text-shadow:none;
	border-radius: 0!important;
	margin: 0 auto!important;
}

#banner a{
	color: #24303e;
	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: 14px;
	margin:10px auto;
	/* height:23px; */
	padding: 5px;
	width: 120px;
	background-color: #24303e;
	font-weight: 400;
	/* border-radius:3px; */
	color: #FFFFFF;
	font-family: 'Roboto',sans-serif;
	text-transform: uppercase;
	float:none!important;
}
#banner .accept:hover {
    box-shadow:0 0 2px #000;
}


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