
.bowling_head_bg {
	margin: 0px auto;
	padding: 0;
	width: 540px;
	height:50px;
	background: url(../images/bowling_head_bg.png);
}

.bowling_bg {
	margin: 0px auto;
	padding: 0;
	width: 540px;
	height:318px;
	background: url(../images/bowling_bg.png);
}

.bowling_msg_bg {
	margin: 0px auto;
	padding: 0;
	width: 540px;
	height:150px;
	background: url(../images/bowling_msg_bg.png);
	text-align: center;
}

.bowling_ava {
	float: left;
	position: relative;
	top: 65px;
	left: 8px;
	width: 94px;
	height: 71px;
}

.bowling_ava img{
	position: relative;
	left: 50%;
	margin-left: -35px;
	height: 70px;
	padding: 1px;
}

.bowling_guthaben {
	float: left;
	position: relative;
	top: 62px;
	left: 8px;
	width: 94px;
	height: 16px;
	text-align: center;
	color: white;
	font-weight: bold;
}

.bowling_name {
	float: left;
	position: relative;
	top: 70px;
	left: 8px;
	width: 90px;
	height: 16px;
	text-align: center;
	color: white;
	font-weight: bold;
}

.bowling_scorescore {
	float: right;
	position: relative;
	top: -24px;
	right: 8px;
	width: 94px;
	height: 16px;
	text-align: center;
	color: white;
	font-weight: bold;
}

.bowling_scorethrow {
	float: right;
	position: relative;
	top: -16px;
	right: 8px;
	width: 90px;
	height: 16px;
	text-align: center;
	color: white;
	font-weight: bold;
}

.bowling_score {
	float: right;
	position: relative;
	top: -5px;
	right: 8px;
	width: 94px;
	height: 71px;
}

.bowling_score img{
	padding: 0px;
}

.row1 {
	float: right;
	position: relative;
	right: 50%;
	margin-right: -9px;
	width: 18px;
	height: 18px;
	top: 38px;
}

.row2 {
	float: right;
	position: relative;
	right: 50%;
	margin-right: -30px;
	width: 40px;
	height: 18px;
	top: 20px;
}

.row3 {
	float: right;
	position: relative;
	right: 50%;
	margin-right: -50px;
	width: 62px;
	height: 18px;
	top: 2px;
}

.row4 {
	float: right;
	position: relative;
	right: 50%;
	margin-right: -75px;
	width: 85px;
	height: 18px;
	top: -16px;
}

.bowling_erg {
	position: relative;
	top: -300px;
	width: 200px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: red;
	text-shadow: 0px 0px 5px #FFFB00, 1px 1px 0px #000;
	margin: 0 auto;
}

.bowling_action {
	position: relative;
	top: -125px;
	margin: 0 auto;
	width: 200px;
	text-align: center;
	z-index: 2;
}

.bowling_action a {
	font-size: 24px;
	font-weight: bold;
	color: green;
	cursor: pointer;
}

.bowling_action .sc_error {
	font-size: 16px;
	font-weight: bold;
	color: red;
}

#countdown_bowling {
	position: relative;
	top: -175px;
	margin: 0 auto;
	width: 50px;
	text-align: center;
	z-index: 2;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.bowling_message {
	position: relative;
	top: 5px;
	left:230px;
	color: white;
	width: 300px;
	height: 140px;
	overflow: hidden;
	text-align: left;
}

.bowling_message .new {
	color: #FFFB00;
}

.bowl_score_info {
	position: relative;
	top: -60px;
	left: 35px;
	width: 190px;
	font-size: 16px;
	text-align: left;
	color: #FFFB00;
	text-shadow: 0px 0px 5px red, 1px 1px 0px #000;
}

.bowl_jackpot_info {
	position: relative;
	top: -105px;
	left: 35px;
	width: 190px;
	font-size: 20px;
	text-align: left;
	color: #FFFB00;
	text-shadow: 0px 0px 5px red, 1px 1px 0px #000;
}

#bowling_ani {
	position: relative;
	top: -5px;
	margin-left: 50%;
	left: -110px;
	width: 215px;
	text-align: center;	
	z-index: -1;
}

#go_bowling {
	display: none;
}
.bowl_success {
	color:white;
	background-color: #03c027;
	font-weight:bold;
	text-align:center;
	position:fixed;
	top:200px;
	left:50%;
	margin-left:-100px;
	padding:10px;
	width:auto;
	z-index:9999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	opacity: .9;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
	filter: alpha(opacity=90);
}
.bowl_error {
	color:white;
	background-color: #FF0000;
	font-weight:bold;
	text-align:center;
	position:fixed;
	top:300px;
	left:50%;
	margin-left:-100px;
	padding:10px;
	width:auto;
	z-index:9999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	opacity: .9;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
	filter: alpha(opacity=90);
}
