html{
	margin: 0px;
	padding: 0px;

}


html,body{
 color: #000000;
 margin: 0px;
 padding: 0px;
 background-color: #000000;
}

#frm {
  margin-top:60px;
}

#btns{
	position:absolute;
	top:0;
	left:0;
	right: 0;
	z-index:10;
	padding: 10px;
	text-align: center;
}

#btns a {
  display:inline-block;
  margin:0 10px 0 0;
  padding:0 10px;
  font-size:14px;
  line-height:40px;
  color:#fff;
  text-decoration:none;
  border:solid 2px #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
	border-radius: 5px;
}

#btns a:hover {
  color:#fff;
	background:#e6002d;
	border: solid 2px #e6002d;
}


.yokoku #btns a:nth-of-type(1),
.short #btns a:nth-of-type(2) {
  color:#fff;
	background:#e6002d;
	border: solid 2px #e6002d;
}
