.betobu-title-bar
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 32px;
	background-color: #06266f;
	color: #ffffff;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.betobu-logo-color1
{
	color: #ffaa00;
}

.betobu-logo-color2
{
	color: #ffd300;
}

.betobu-logo-color3
{
	color: #ffffff;
}

.betobu-points-color1
{
	color: #6c8cd5;
}

.betobu-game
{
	width: 480px;
	height: 500px;
	background-color: #ffe773;
	border: #ffde40;
	z-index: 9; 
	visibility: hidden; 
	position: absolute; 
	margin:auto;
	top: 50%;
    left: 50%;
	margin-top: -250px; /*set to a negative number 1/2 of your height*/
    margin-left: -240px; /*set to a negative number 1/2 of your width*/
	z-index: 3000;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.betobu-frame
{
}

.betobu-points-field
{
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	position:absolute; 
	bottom: 24px;
	left: 32px;
	right: 32px;
	color: #200772;
}

.betobu-record-field
{
	font-size: 14px;
}

#betobu-register-info
{
	background-color: #ffaa00;
	position: absolute;
	color: #06266f;
	width: 100%;
	font-style:italic;
	bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.betobu-sphere
{
	position: absolute;
	cursor: pointer; 
	cursor: hand;
}

.betobu-sphere-left
{
	position: absolute;
	cursor: pointer; 
	cursor: hand;
}

.betobu-beright
{
    margin: 10px;
	float: right;
}

.betobu-invisiblebutton
{
	right: 10px;
	margin-top: 2px;
	margin-right: 5px;
	border: none;
	float: right;
	color: transparent;
	background-color: transparent;
	border-color: transparent;
	cursor: hand;
	cursor: pointer;
	opacity: 0.3;
}

.betobu-invisiblebutton:hover
{
	opacity:1;
}

/* Pulse */
@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.pulse11 {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse11:hover, .pulse11:focus, .pulse11active {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
