@CHARSET "UTF-8";

@font-face {
    font-family: 'walkway_ultraboldregular';
    src: url('Walkway_UltraBold-webfont.eot');
    src: url('Walkway_UltraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Walkway_UltraBold-webfont.woff') format('woff'),
         url('Walkway_UltraBold-webfont.ttf') format('truetype'),
         url('Walkway_UltraBold-webfont.svg#walkway_ultraboldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#community_box {
	display: none;
	visibility: hidden;
	font-family: walkway_ultraboldregular, Arial, sans-serif;
	border: 10px solid #134C13;
	width: 450px;
	height: 370px;
	background: #fff;
	border-radius:10px;	
	z-index:99999999999999999999999999999999999;
	
	background: url(bg_box.jpg);
	
	box-shadow: 10px 10px 5px #051205;
	position: fixed;
	

	left: 50%;
	margin-left: -250px;	
	margin-top:-450px;

	animation-name: mytest;
	animation-duration: 5s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 10s;
	animation-play-state: running;
	animation-fill-mode: forwards;
	opacity:0.8;
}

@keyframes mytest
{
	0%		{top:0px;}
	100%	{top:550px; opacity:1;}
}

#community_box_text {
	position: absolute;
	
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	
	font-size: 22px;
	text-align: left;
	line-height: 26px;
	letter-spacing: 1px;
	
	text-shadow: 1px 1px 1px #ccc;
}
#community_box_text p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#community_box_logo {
	float: right;
	clear: right;
	background-image: url(gtav-logo.png);
	text-align: right;
	vertical-align: middle;
	width: 100px;
	height: 79px;
}

#community_box_buttons {
	top: 305px;
	left: 10px;
	position: absolute;
	height: 45px;
	width: 435px;
}

#community_box_ok {
	padding: 5px;
	background-color: #134C13;
	border-radius:5px;
	width: 200px;
	height: 40px;
	color: #fff;
	font-size: 26px;
	line-height: 40px;
	float: left;
	margin: 2px;
	cursor: pointer;
	text-align: center;
}

#community_box_ok:hover {
	background-color: #369236;
}

#community_box_close {
	padding: 5px;
	background-color: #B40404;
	border-radius:5px;
	width: 200px;
	height: 40px;
	color: #fff;
	font-size: 26px;
	line-height: 40px;
	float: left;
	margin: 2px;
	cursor: pointer;
	text-align: center;
}

#community_box_close:hover {
	background-color: #B74040;
}