@charset "utf-8";
/* CSS Document */

/*註冊頁面*/
.section{
	margin-top:40px;}

.section:first-child{
	margin:0;}

.section h3{
	clear:both;
	position:relative;
	margin-bottom:15px;
	padding:8px 0;
	font-size:16px;
	font-weight:normal;
	color:#000;
	
	border-bottom:1px solid #D6D6D6;}

.condition{}

.condition .textEditor{
	margin:0;
	background:#FFF;
	border:1px solid #aaa;
	padding:15px;
	font-size:13px;
	height:250px;
	overflow-y:scroll}

.condition .check{
	clear:both;
	margin-top:10px;
	font-weight:bold;
	color:#db1b60;}

.condition .check input[type="checkbox"]{
	margin-right:5px;
	vertical-align:middle;
	width:25px;
	height:25px;}

.formBox{
	padding:20px 0;
	font-size:13px;
	color:#666;}

.formBox .form{
	margin-top:15px;}

.formBox .form:first-child{
	margin:0;}

.formBox label{}

.formBox .form .right{
	overflow:hidden;}

.formBox .left{/*左邊欄位字*/
	display: block;
	float: left;
	margin-right: 10px;
	width: 70px;
	text-align: right;
	font-size: 13px;
	font-weight:normal;
	color: #666;}

.formBox .left em{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#F00;}

.formBox select{
	display:inline-block;
	padding: 5px;
	height: 30px;
	line-height: 30px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

.formBox input[type="text"]{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	padding: 5px;
	width:200px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;}

.formBox input[type="password"]{
	padding: 5px;
	width: 200px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

.formBox input[type="radio"]{
	vertical-align:middle;}

.error{
	border: 1px solid #F00 !important;
	box-shadow: 0 0 3px 2px #F00;}

.formBox b{
	display:inline-block;
	margin-left:5px;
	font-weight:normal;
	color:#9C9C9C;}

.formBox b a{
	color:#06F;}

.formBox b a:hover{
	text-decoration:underline;}

.form{
	clear:both;}

/*驗證碼*/
.checkArea{
	clear:both;
	padding-top:25px;}

.checkArea .sliderBox{
	position:relative;
	display:inline-block;
	margin-right:8px;}

.checkArea p.note{/*向右滑動解鎖*/
	font-size:15px;
	font-family:微軟正黑體;
	color:#999;
	position:absolute;
	left:55px;
	top:7px;}

.checkArea .btn{/*送出按鈕*/
	display:inline-block;}

.checkArea .btn a{/*送出按鈕*/
	cursor:pointer;
	display:inline-block;
	padding:7px 15px;
	
	font-size:16px;
	color:#FFF;
	box-shadow:2px 2px 2px #CCC;
	border-radius:3px;
	
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;}

.error{
	box-shadow:0 0 10px #F00;}

/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {/*整個驗證碼區*/
		}
		
.QapTcha .clr{
	clear:both;}
	
.QapTcha .bgSlider{/*滑軌*/
	width:200px;
	height:34px;
	float:left;
	border-radius:6px;
	
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(211,211,211,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(211,211,211,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(211,211,211,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(211,211,211,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(211,211,211,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(211,211,211,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
}
	
.QapTcha .Slider{/*按鈕*/
	cursor:pointer;
	width:45px;
	height:30px;
	background:transparent url(../Scripts/Qaptcha/but-arrow_white.gif) no-repeat;
	position:relative;
	top:2px;
	left:0;
	z-index:99;}

.checkArea p.note{/*向右滑動解鎖*/
	font-size:15px;
	font-family:微軟正黑體;
	color:#949494;
	position:absolute;
	left:55px;
	top:7px;}
	
.QapTcha .dropSuccess{/*成功*/
	color:#4e8b37;}
	
.QapTcha .dropError{/*錯誤*/
	display:none;}
	
/*history.php 歷史訂單列表*/
.orderList{}

.orderList table{
	border-collapse:collapse;
	color:#222;}

.orderList table th{
	padding:10px;
	background:#efefef;
	font-size:13px;
	color:#167b00;
	
	border:1px solid #d0d0d0;}
	
.orderList table td{
	padding:10px;
	font-size:13px;
	color:#222;
	background:#FFF;
	
	border:1px solid #d0d0d0;}

.orderList table td a{
	color:#09F;}

.orderList table td a:hover{
	text-decoration:underline;}


@media (max-width: 640px){
	.formBox .left{
		display:block;
		float:none;
		width:100%;
		text-align:left;
		margin:0 0 5px 0;}
	
	.formBox input[type="text"], .formBox input[type="password"]{
		width:100%;}

}