a:link    { color:#006ac1; text-decoration:none;     }
a:visited { color:#006ac1; text-decoration:none;     }
a:active  { color:#006ac1; text-decoration:underline;  }
a:hover   { color:#006ac1; text-decoration:underline;  }
  
input {
	background-color: #FFFFFF;
	color: black;
	border: 1px solid #555555;
	border-radius: 8px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

button {
	background-color: #e7e7e7;
	color: black;
	border: 1px solid #555555;
	border-radius: 8px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

button:disabled {
	background-color: #555555;
	color: white;
}

button.buy {
	width: 160px;
	height: 50px;
}

#loading {
	background-color: #000000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.loading_wrap {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: auto;
}

.loading_content {
	display: table-cell;
	vertical-align: middle;
}


.container {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0px auto;
	background-color: yellow;
}

.box {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}

.thanks {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}

.notice {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../img/blank.png) repeat;
}

.message {
	margin-top: 70px;
	text-align: center;
}
