@charset "UTF-8";
body {
	color: #666666;
	font-family: "Microsoft JhengHei", "Arial";
	/* background: url('../images/bg.jpg'); */
	/* position: relative; */
}
body.view-intro {
	background: #FFFFFF;
}
.all {
	position: relative;
	z-index: 2;
}
/* a {
	color: #fd4239;
}
a:hover,
a:focus {
	color: #99150e;
} */
a {
	color: #2951a6;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
img {
	max-width: 100%;
}
.highlight {
	color: #f00;
}
select {
	line-height: 32px;
	padding: 5px;
	margin: 0 5px;
}
/* .btn,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-webkit-margin-before:0em;
	-webkit-margin-after:0em;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	margin: 5px;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
a.submit {
	font-size: 27px;
	line-height: 50px;
	padding: 0 45px;
}
input[type="button"].small,
input[type="submit"].small,
input[type="reset"].small,
.btns a.btn.small,
.btns a.submit.small {
	font-size: 19px;
	line-height: 40px;
	padding: 0 15px;
}
.btns {
	text-align: center;
} */
/* .btns a:focus, */
/* input[type="reset"]:focus,
input[type="button"]:focus, */
/* .btns a:hover, */
/* input[type="reset"]:hover,
input[type="button"]:hover {
	background: #333;
} */
/* .btns a.submit,
.btns input[type="submit"],
.btns input[type="button"],
.btns a.submit.red:focus,
.btns a.submit.red:hover {
	background: #ff9600;
}
.btns a.submit:focus,
.btns input[type="submit"]:focus,
.btns input[type="button"]:focus,
.btns a.submit:hover,
.btns input[type="submit"]:hover,
.btns input[type="button"]:hover,
.btns a.submit.red {
	background: #d01111;
} */
input[type="text"] {
	/* padding: 0 5px; */
	margin: 0 0 5px 5px;
	border-radius: 3px;
	border: 1px solid #E6E6E6;
}
input[type="file"] {
	width: 100%;
	min-width: 75px;
}
input[type="radio"],
input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
textarea {
	margin: 0 5px;
}
li.disc {
	list-style: disc;
}
.alert-message .close,
.alert-message .alert-heading,
.alert-notice .close,
.alert-notice .alert-heading {
	display: inline;
}
em {
	font-style: italic;
}
.icon-zoom-in {
	cursor: pointer;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
hr {
	border-color: rgba(0,0,0,0.2);
	border-bottom: 0;
}
.warning {
	font-size: 16px;
	line-height: 30px;
	color: #970303;
	font-weight: bold;
}
.ordertype {
	font-size: 20px;
	margin-top: 1rem;
}
/*.ordertype button,*/
.ordertype a {
	border: 1px solid #c7d8ff;
	background: rgba(234,243,252,1);
	background: -moz-linear-gradient(top, rgba(234,243,252,1) 0%, rgba(226,239,252,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(234,243,252,1)), color-stop(100%, rgba(226,239,252,1)));
	background: -webkit-linear-gradient(top, rgba(234,243,252,1) 0%, rgba(226,239,252,1) 100%);
	background: -o-linear-gradient(top, rgba(234,243,252,1) 0%, rgba(226,239,252,1) 100%);
	background: -ms-linear-gradient(top, rgba(234,243,252,1) 0%, rgba(226,239,252,1) 100%);
	background: linear-gradient(to bottom, rgba(234,243,252,1) 0%, rgba(226,239,252,1) 100%);
	color: #4f77d0;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 0.8rem;
	line-height: 30px;
	margin-right: 5px;
}
/*.ordertype button:hover,*/
/*.ordertype button.active,*/
.ordertype a.active,
.ordertype a:hover {
	background: rgba(91,137,215,1);
	background: -moz-linear-gradient(top, rgba(91,137,215,1) 0%, rgba(68,101,201,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(91,137,215,1)), color-stop(100%, rgba(68,101,201,1)));
	background: -webkit-linear-gradient(top, rgba(91,137,215,1) 0%, rgba(68,101,201,1) 100%);
	background: -o-linear-gradient(top, rgba(91,137,215,1) 0%, rgba(68,101,201,1) 100%);
	background: -ms-linear-gradient(top, rgba(91,137,215,1) 0%, rgba(68,101,201,1) 100%);
	background: linear-gradient(to bottom, rgba(91,137,215,1) 0%, rgba(68,101,201,1) 100%);
	color: #FFFFFF;
}

/* ********************** */
.verifylevel_intro {
	display: inline-block;
	width: 324px;
	vertical-align: text-top;
	max-height: 28px;
}
.verifylevel_verify {
	width: 324px;
	vertical-align: text-top;
	max-height: 28px;
}
.already_check{
	display: none;
}
.already_fancybox{
	background-color: #424242;
	color: #FFFFFF;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	font-size: 1.25em;
	padding: 10px 0px 10px 0px;
	line-height: 30px;
	z-index: 99;	
	text-align: center;
}
/*  **********************  */