/***************************************
* For every pages
***************************************/
*{margin: 0;}


html, body{
	height:100%;
	background-image:url(../image/bg.jpg);
	background-repeat:no-repeat;
	background-color:#FEFEFE;
}

h1, h2, h3, h4, h5, h6 {
	color:#336699;
	display: block;
	/* fixed for Non-PCs without Photoshop CS2+ */
	font-family: "Myriad Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
}

h1 { font-size: 34px; line-height: 1.2; margin: 0px 0px 10px 5px; }
h2 { font-size: 28px; line-height: 1.3; margin: 0px 0px 10px 5px; }
h3 { font-size: 24px; line-height: 1.3; margin: 0px 0px 10px 5px; }
h4 { font-size: 19px; margin: 0px 0px 10px 5px; }
h5 { font-size: 1.3em; margin: 0px 0px 10px 5px; }
h6 { font-size: 1.15em; margin: 0px 0px 10px 5px; }

.container{
	margin:auto;
	width:805px;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.boxLogo{
	margin-top:50px;
	margin-bottom:20px;
}

.boxCode{
	padding:15px;
	background-color:#FFFFFF;
	width:770px;
	border:1px solid #EEEEEE;
	text-align:center;
}

.boxBottom{
	display:block;
	background-image:url(../image/box-bottom.png);
	width:800px;
	height:20px;
}

.boxOptions{
	display:none;
	text-align:left;
	font-size:10px;
	color:#999999;
	margin-top:15px;
	border-top:1px dashed #CCCCCC;
	padding-top:10px;
	padding-left:12px;
}

.moreOptionText{
	padding-left:12px;
	padding-top:5px;
	text-align:left;
	font-size:10px;
}

.moreOptionText a{ 
	color:#999999;
	text-decoration:none;
}

.moreOptionText a:visited{ 
	color:#999999;
	text-decoration:none;
}

.qrCodeBox{
	margin-top:20px;
	margin-bottom:25px;
	text-align:center;
	display:none;
}

.qrCodeBoxTemp{
	display:none;
	border:1px solid #CCCCCC;
}

.boxRed{
	background-color:#FF0000;
	padding:5px;
	color:#FFFFFF;
	width:760px;
	font-size:10px;
}

.boxRedBottom{
	width:760px;
	margin-bottom:10px;
	margin-bottom:10px;
}

.langBox{
	float:right;
	width:100px;
	text-align:right;
	font-size:5px;
	margin-top:55px;
	margin-right:10px;
}

.langBox img{
	vertical-align:middle;
	margin-right:5px;
}
