@charset "utf-8";
/* CSS Document */

.contentBox .leftBox{
	padding:0 50px 0 0;}
.thankInfo{
	padding:0 0 20px 0;
	color:#2f2f2f;
	font-size:14px;
	line-height:1.8;
	margin-bottom:25px;
	border-bottom:1px solid #D6D6D6;}
.formBox{
	margin-top:20px;
	color:#2f2f2f;
	font-size:16px;}
.formBox label em{
	color:#E61F6E;
	font-style:normal;
	font-weight:normal;
	font-family:"新細明體", Verdana, Geneva, sans-serif}
.formBox form select{
	box-sizing:border-box;
	padding:5px;
	height:35px;
	border:1px solid #D6D6D6;
	border-radius:3px;}
.formBox .left{
	margin-bottom:5px;}
.formBox input[type="text"]{
	box-sizing:border-box;
	padding:5px;
	width:100%;
	height:35px;
	line-height:35px;
	border:1px solid #D6D6D6;
	border-radius:3px;}
.formBox textarea{
	box-sizing:border-box;
	padding:5px;
	width:100%;
	height:100px;
	padding:0 5px;
	border:1px solid #D6D6D6;
	border-radius:3px;}
.checkArea{
	clear:both;
	padding-top:25px;}
.checkArea .sliderBox{
	position:relative;
	display:inline-block;
	margin-right:8px;}
.QapTcha .bgSlider{
	width:200px;
	height:34px;
	float:left;
	border-radius:6px;
	background:linear-gradient(135deg, #45484d 0%,#000000 100%);}
.QapTcha .Slider{
	cursor:pointer;
	width:45px;
	height:30px;
	background:url(../Scripts/Qaptcha/but-arrow.gif) no-repeat;
	position:relative;
	top:2px;
	left:0;
	z-index:99;}
.QapTcha .clr{
	clear:both;}
.QapTcha .dropError{
	display:none;}
.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;
	color:#fff;
	display:inline-block;
	padding:7px 15px;
	font-size:16px;
	box-shadow:2px 2px 2px #CCC;
	border-radius:3px;
	transition:none;}

	
@media screen and (max-width:1020px){
	.contentBox .leftBox {
    padding: 0;}	
}		