#container {
	/*padding-top: 50px;*/
}
.game {
	/*cursor: url(i/cursor.cur), default;
	_cursor: crosshair;*/
	cursor: url(i/cursor.cur), crosshair;
}
#divGame {
	height: 255px;
	clear: both;
}
#divGame * {
}
.bird area {
}
.bird {
	position: absolute;
	left: 0;
	top: 0;
	width: 101px !important;
	height: 96px !important;
	background-repeat: no-repeat;
}
.bird * {
	/*cursor: url(i/cursor.cur), default;
	_cursor: crosshair;*/
	cursor: url(i/cursor.cur), crosshair;
}
.ball {
	width: 169px;
	height: 158px;
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 25px;
	cursor: pointer;
}
#container.game .ball {
	/*cursor: url(i/cursor.cur), default;
	_cursor: crosshair;*/
	cursor: url(i/cursor.cur), crosshair;
}
.shit {
	width: 72px !important;
	height: 76px !important;
	background-image: url(i/shit.gif);
}
.score {
	position: absolute;
	width: 107px !important;
	height: 28px !important;
	margin: 160px 0 0 40%;
	padding: 12px 15px 0 0px;
	background: url(i/score.gif) no-repeat 100% 50%;
	text-align: right;
}
.msg {
	position: absolute;
	left: 50%;
	top: -71px;
	width: 300px !important;
	height: 100px !important;
	margin-left: -150px;
	padding: 10px 10px 40px 10px;
	background-color: #375017;
	border: solid 1px #76A733;
}
.msg .start {
	width: 67px !important;
	height: 13px !important;
	position: relative !important;
	left: 10px;
	bottom: -7px;
	background-image: url(i/start.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
.msg .cancel {
	width: 37px !important;
	height: 13px !important;
	position: relative !important;
	left: 251px;
	bottom: 7px;
	background-image: url(i/cancel.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
.msg .save {
	width: 62px !important;
	height: 13px !important;
	position: relative !important;
	left: 10px;
	bottom: -13px;
	background-image: url(i/save.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
.msg input {
	display: block;
	margin: 6px 0 -8px 12px;
	_margin: 10px 0 44px 155px;
	*margin: 10px 0 44px 155px;
}
.finish {
	width: 110px !important;
	height: 13px !important;
	position: absolute;
	left: 44%;
	top: -125px;
	background-image: url(i/finish.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
