#ErrorMsg
{
	color: red;
	font-size: 20px;
}

.search_font {
	color: blue;
}

#gameId_captcha {
	margin:auto;
	display: none;
	width: 30%;
}

#all_content {
	margin: 0 auto;
}

#gameId_input {
	width: 100%;
  	text-align: center;
  	padding: 0% 0% 1% 0%;
}

#cashFlow_top {
	/*border: solid 5px;*/
	
	position: relative;
} 

#top_btn {
	width: 33%;
	position: absolute;
	top: 3%;
	left: 60%;
}

.step_bar_img
{
	width: 100%;
	z-index: 1;
}

#top01 {
	width: 100%;
	z-index: 1;
}

#top02 {
	width: 49%;
	position: relative;
	z-index: 99;
}

#top03 {
	width: 51%;
	position: absolute;
	z-index: 99;
}

#gameId_form {
	width: 100%;
	text-align: center;
	margin-top: 3%;
}


.step_bar {
	width: 100%;
}

#cancel_pay {
	/*margin-left: 15%;
	margin-right: 10%;*/
}

#gameId {
	text-align: center;
	/*font-size: 18px;*/
	padding: 3px;
	margin-bottom: 3%;
	border:2px black solid;

}

#gameId_send {
	margin-bottom: -3%;
}


.img_inline {
	display: inline-block;
}

.final_button {
	text-align: center;
}


.product_table {
	width:100%;
	display:table;
	table-layout: fixed;

}

.product_table img {
	display:table-cell;
	width:25%;
	vertical-align: middle;
	text-align: center;
	float: left;
}

.product_table_2 {
	width:100%;
	display:table;
	table-layout: fixed;

}

.product_table_2 img {
	display:table-cell;
	width:50%;
	vertical-align: middle;
	text-align: center;
	float: left;
}

.payType_table {
	width:100%;
	display:table;
	table-layout: fixed;

}

.payType_table img {
	display:table-cell;
	width:25%;
	vertical-align: middle;
	text-align: center;
	float: left;
}

#nickname_form {
	width: 40%;
	margin:0 auto;
	text-align: left;
	font-size: 12px;
}

#invoice_form {
	margin: 3% 15% 3% 10%;
	text-align: left;
}

#invoiceInfo input{
	width: 100%;
	font-size: 14px;
}

#reload_input {
	width: 15%;
	margin-top:-50px;
}

#check_wrapper {
	width: 100%;
}

@media screen and (min-width: 1200px) {

/*如果使用者視窗寬度 >= 1200px */
	#all_content {
		margin-left: 25%;
		margin-right: 25%;
		width: 50%;
	}

	#gameId {
		text-align: center;
		font-size: 22px;
		height: 50px;
		padding: 7px;
		margin-bottom: 3%;
		border:2px black solid;

	}


	#gameId_send {
		margin-bottom: -3%;	
	}


	#invoice_form {
		margin: 3% 15% 3% 10%;
		text-align: left;
		font-size: 18px;
	}
  
	.search_font {
		color: blue;
		font-size: 20px;
	}


	#reload_input {
		width: 15%;
		
	}


	#nickname_form {
		width: 40%;
		margin:0 auto;
		text-align: left;
		font-size: 20px;
	}

}




