html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus{outline: 0;}

ol, ul {list-style: none;}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}



body {
	font:90% Arial, Helvetica, sans-serif;
	color:#333;
}
a {
	text-decoration:none;
	color:#0079be;
}
a:hover{text-decoration:underline;}

em {
    font-style: italic;
}
strong {
    font-weight: bold;
}




.b-game-fortune_cookie {
    height: 268px;
    position: relative;
    width: 100%;
    clear: both;
    float: left;
}
.b-game-fortune_cookie .b-game-fortune_random-fortune {
    position: absolute;
    top: 97px;
    left: 81px;
    z-index: 1;
}
.b-game-fortune_cookie .b-game-fortune_random-fortune li {
    font-family:"Times New Roman", Times, serif;
    font-size: 14px;
    color: #000000;
    width: 260px;
    display: none;
}
.b-game-fortune_cookie .b-game-fortune_random-fortune li table {
    width: 100%;
}
.b-game-fortune_cookie .b-game-fortune_random-fortune li table td {
    vertical-align: middle;
    text-align: center;
    height: 45px;
    width: 100%;
}
.b-game-fortune_cookie .b-game-fortune_moregames {
    position: absolute;
    bottom: 0px;
    left: 3px;
    z-index: 1;
}
.b-game-fortune_cookie .b-game-fortune_moregames li {
    display: inline;
    font-weight: normal;
    color: #000000;
}
.b-game-fortune_cookie .b-game-fortune_moregames li a {
    color: #F7BE81;
    text-decoration: none;
    margin: 0px 5px;
}
.b-game-fortune_cookie .b-game-fortune_moregames li a:hover {
    color:#000000;
}


}
.b-game-fortune_opened {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.b-game-fortune_closed {
    cursor: pointer;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}
.b-game-fortune_again {
    visibility: hidden;
}

