@charset "UTF-8";

.my_btn {
	position: absolute;
	right: 0;
}
#toolArea {
	width: 50%;
	margin: 1em auto;
	margin-bottom: 3em;
	padding: 2em;
	border: solid 1px #ccc;
	border-radius: 8px;
	box-shadow: 0px 1px 20px -7px #ccc;
	text-align: center;
}
#my_register_btn {
	display: block;
	height: 64px;
	line-height: 64px;
	border: solid 1px #ccc;
	box-shadow:inset 0px -3px 7px 0px #5e91a8;
	background:linear-gradient(to bottom, #5b9abf 5%, #7da5c9 100%);
	background-color:#5b9abf;
	border-radius:3px;
	border:1px solid #0b0e07;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
}
#my_register_btn:hover {
	background:linear-gradient(to bottom, #7da5c9 5%, #5b9abf 100%);
	background-color:#7da5c9;
}
#my_register_btn:active {
	position:relative;
	top:1px;
}
#err_msg {
	display: none;
}
#err_msg_ {
	display: none;
	color: #ff0000;
}
.err_msg_ {
	display: block;
	color: #ff0000;
}

@media screen and (max-width: 767px) {
	#toolArea {
		width: 100%;
	}
}
@media screen and (max-width: 1135px) {
	.mr2 {
		margin-right: 2%;
	}
}
