html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 150%;
	font-size: 14px;
	/*min-width: 320px;*/
	min-width: 1140px;
}
html, body, input, select{
	font-family: Arial,微軟正黑體,"Microsoft JhengHei","Microsoft JhengHei UI","Microsoft YaHei","Microsoft YaHei UI","PingFang TC","Lantinghei TC","Heiti TC","Apple LiGothic","PMingLiU",Arial,sans-serif;
}
body {
	background: #62bae2 url(../images/bg.jpg) center top no-repeat;
}
form{ 
	margin: 0;
	padding: 0;
}
a {
	cursor: pointer;
	color: inherit;
}
img {
	border: 0;
}
hr{
	background-color: #f2f2f2;
	border: 0;
	clear: both;
	height: 1px;
	margin: 25px 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 150%;
	color: #444;
}
h1 {
	font-size: 28px;
	color: #00bd9b;
	margin: 0 0 28px 0;
}
h2{
	font-size: 24px;
	margin: 0;
	color: #fff;
	font-weight: normal;
}
input[type=text], input[type=password], select {
	border: 1px solid #D8D8D8;
	width: 410px;
	padding: 9px 10px;
	margin: 3px 0;
	position: relative;
	font-size: 14px;
	vertical-align: top;
	box-sizing: border-box;
}
input[type=submit]{
	font-size: 16px;
	line-height: 150%;
}
input[type=submit]::-moz-focus-inner {
    padding:0;
    border:0;
}
table{
	border-collapse: collapse;
}
.hiddenForm{
	display: none;
}
.eye {
    font-family: arial,sans-serif !important;
    font-size: 1.3em !important;
    font-weight: inherit !important;
    line-height: 0.7em !important;
}
.center{
	text-align: center !important;
}
.greyTxt {
	color: #7c7c7c;
}
.whiteBg {
	background-color: #fff;
}
.greenBg {
	background-color: #00bd9b;
}
.blub{
	vertical-align: middle;
	margin-right: 10px;
}
.hints {
	line-height: 29px;
}
.button {
    border: none;
    color: #ffffff;
	background-color: #00bd9b;
    cursor: pointer;
    text-decoration: none;
	font-size: 18px;
	padding: 12px 30px;
	display: inline-block;
	text-align: center;
}
.button.large {
	font-size: 36px;
	line-height: 150%;
	min-width: 128px;
}
.button.full {
	background-color: #ff3d23 /*#ad2438*/;
	cursor: default;
}
.button.end {
	background-color: #e5e5e5;
	cursor: default;
}
.warning {
	color:#7b7b7b;
	line-height: 20px;
	text-align: center;
	margin-bottom: 25px;
}
.warning img{
	vertical-align: middle;
	margin: 0 4px 1px 0;
}
.errorTxt {
	color: #ED4E6E /*#ed0000*/;
	display:none;
	width: 100%;
}
.row, .dashed-row { 
	line-height: 210%;
}
.dashed-row {
	border-bottom: 1px dashed #00bd9b;
}
.dashed-row.last{
	border-bottom: none;
}
.row:after, .dashed-row:after{
	content: ".";
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
.colA {
	width: 16%;
	float: left;
	font-weight: bold;
}
.colB {
	width: 84%;
	float: left;
}
.special {
	vertical-align: middle;
	margin-left: 5px;
}
#wrapper{
	width: 100%;
	min-height: 100%;
	margin-bottom: -113px;
	font-size: 16px;
	line-height: 170%;
	background-image: url(../images/hill.png);
	background-position: center bottom;
	/*background-position-y: 100%;
	background-position-x: center;*/
	background-repeat: no-repeat;
}
#wrapper:after{
  content: "";
  display: block;
}
#header {
	width: 100%;
	margin: auto;
	margin: 0 auto;
	background-color: #fff;
	padding: 13px 0;
}
#header, #header img {
	height: 63px;
}
.container {
	width: 800px;
	margin: auto;
}
#main {
	margin: 32px auto 70px auto;
	/*margin-bottom: 55px;*/
	max-width: 1080px;
	width: 100%;
	/* min-height: 758px; */
	box-sizing: border-box;
	padding: 0;
	position: relative;
	min-height: 0;
}
#main_visual{
	width: 100%;
	height: 785px;
	position: relative;
}
#main_visual2{
	width: 100%;
	height: 1066px;
	position: relative;
}
#introTxt{
	position: absolute;
	left: 149px;
	bottom: 0;
	width: 720px;
	padding: 15px 40px;
}
.content {
	width: 720px;
	margin-left: 149px;
	padding: 0 40px;
}
#main_content {
	padding: 20px 40px 90px 40px;
}
#main_content2 {
	position: absolute;
	top: 295px;
	left: 0;
	padding: 0 80px;
	width: 640px;
	margin-left: 149px;
	max-height: 800px;
	overflow: auto;
}
#main_content2 .row {
	line-height: 170%;
}
#event_details {
	padding: 14px 3px 3px 3px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 35px;
}
#event_details h2 {
	padding: 0 11px;
}
#event_details .whiteBg{
	padding: 7px 14px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top: 8px;
	
}
#register_now, #form_submit{
	text-align: center;
	margin-bottom: 60px;
}
#register_area{
	border: 5px solid #00bd9b;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 26px 40px;
	margin-bottom: 20px;
}
#register_form table{
	margin-top: 40px;
}
#register_form td {
	vertical-align: top;
}
#register_form  .inputLabel {
	display: inline-block;
    padding-top: 9px;
}
#register_form .seatLabel {
	margin: 7px 0 6px 0;
	display: inline-block;
}
#register_form .leftLabel{
	margin-right: 20px;
}
#register_form #VCode{
	width: 255px;
}
#register_form a {
	color: #ff8900;
	text-decoration: underline;
}
#captchaimg {
    margin-top: 5px;
}
#pic_tc{
	width: 100%;
	color: #58595b;
	font-size: 14px;
	padding: 0;
	margin: 0;
	word-break: break-all;
}
#pic_tc a {
	color: #00aeff;
}
#remarks{
	font-size: 14px;
	margin-top: 60px;
}
#remarks ol {
	padding: 0  0 0 17px;
	margin: 0;
}
#register_success{
	margin: 0 0 32px 0;
}
#register_details{
	border: 5px solid #00bd9b;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 26px;
	margin-bottom: 48px;
}
#main_theme_bottom {
	height: 99px;
	background-image: url('../images/main_theme_bottom.png');
}
#footer, #footer_content, #wrapper{
	width: 100%;
	box-sizing: border-box;
}
#footer, #wrapper:after, #footer img  {
  height: 113px; 
}
#footer{
	background-color: #fff;
    width: 100%;
	padding: 10px 0 32px 0;
}
#footer_content{
	max-width: 980px;
	margin: auto;
	background-color: #fff;
}
#footer img  {
  height: 71px; 
}
#hkt-logo{
	float: left;
}
#pccw-logo{
	float: right;
}
#footer_links, #footer_links a {
	color: #757575;
    font-size: 11px;
    line-height: 14px;
    text-decoration: none;
}
#footer_links{
	padding-top: 22px;
	width: 382px; 
	margin: auto;
}
#maskBg{
	background: url('../images/black_trans.png') left top repeat \9;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	min-width: 320px;
	line-height: 170%;
}
#popup{
	width: 100%;
	max-width: 620px;
	min-height: 180px;
	background-color: #fff;
	padding: 30px 20px 20px 25px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -90px;
	margin-left: -310px;
	word-break: break-all;
	max-height: 94%;
	overflow: auto;
}
#popup_heading{
	font-weight: bold;
	font-size: 28px;
	display: block;
	color: #00bd9b;
	line-height: 100%;
	padding: 0 25px;
	margin-bottom: 15px;
}
#msg{
	margin: 0 0 30px 0;
	text-align: justify;
	border: 3px solid #00bd9b;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 12px 24px;
	word-break: break-all;
	background-color: #ccf2eb;
	font-size: 16px;
}
#msg .short_msg{
	display: inline-block;
	margin: 20px 0;
}
#register_details .colA, #msg .colA {
	width: 27%;
}

#register_details .colB, #msg .colB {
	width: 73%;
}

/*non-responsive font size fix*/
#pic_tc, #remarks{
	max-height: 9999999px;
}

/* IE8 border radius fix */
#event_details, #event_details .whiteBg, #register_area, #register_details, #msg{
	position: relative;
	behavior: url(css/PIE.htc);
}