@charset "utf-8";
/*--------------------- 按鈕 -------------------------------*/
.btn-area{
	position: relative;
}
.btn-area-b1{
	position: absolute;
	z-index: 888;
	left: 0px;
	bottom: 0px;
}

.btn-area-b1s{
	position: absolute;
	z-index: 888;
	right: 0px;
	bottom: 0px;
}

.send-area{
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.send{
	font-size: 260%;
	font-family: 'cwtexhei', 'Varela Round', '敺株��迤暺煾��', sans-serif;
	color: #00CC33;
	border: 0;
	border-radius: 3px;
	letter-spacing: 5px;
	padding: 0px;
	margin: 0px;
}
.send:hover{
	font-size: 260%;
	font-family: 'cwtexhei', 'Varela Round', '敺株��迤暺煾��', sans-serif;
	color: #99FF00;
	border: 0;
	border-radius: 3px;
	letter-spacing: 5px;
	padding: 0px;
	margin: 0px;
}

.fb{
	font-size: 260%;
	font-family: 'cwtexhei', 'Varela Round', '敺株��迤暺煾��', sans-serif;
	color: #285dbe;
	border: 0;
	border-radius: 3px;
	letter-spacing: 5px;
	padding: 0px;
	margin: 0px;
}
.fb:hover{
	font-size: 260%;
	font-family: 'cwtexhei', 'Varela Round', '敺株��迤暺煾��', sans-serif;
	color: #0099FF;
	border: 0;
	border-radius: 3px;
	letter-spacing: 5px;
	padding: 0px;
	margin: 0px;
}
.btn-nav{
	border-radius: 50px;
	height: 50px;
	width: 50px;
	color: #FFF;
	background-color: #999;
	margin: 5px;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 11px;
	}
	
.btn-nav:hover{
	border-radius: 50px;
	height: 50px;
	width: 50px;
	color: #FFF;
	background-color: #F90;
	margin: 5px;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 11px;
	}
	
.btn-navs{
	border-radius: 50px;
	height: 50px;
	width: 50px;
	color: #FFF;
	background-color: #999;
	margin: 5px;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	}
	
.btn-navs:hover{
	border-radius: 50px;
	height: 50px;
	width: 50px;
	color: #FFF;
	background-color: #0D95F0;
	margin: 5px;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	}

.btn-area{
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
}

.btn{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 10px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #d0c0a4;
	background-color: #666;
	box-shadow: 0px 0px 0px #9e9e9e;
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #666;
}.btn.focus,.btn:focus,.btn:hover{
	color: #fff;
	text-decoration: none;
	background-color: #333333;
}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}

.btn-more{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 6px;
	font-size: 90%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 2px solid #FFFFFF;
	transition: 1s;
	background-color: #58c0c6;
}

.btn-more.active.focus,.btn-more.active:focus,.btn-more.focus,.btn-more:active.focus,.btn-more:active:focus,.btn-more:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	transition: 1s;
	color: #fff;
}.btn-more.focus,.btn-more:focus,.btn-more:hover{
	transition: 1s;
	color: #333;
	text-decoration: none;
	background-color: #CCC;
}.btn-more.active,.btn-more:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-more.disabled,.btn-more[disabled],fieldset[disabled] .btn-more{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-more.disabled,fieldset[disabled] a.btn-more{pointer-events:none}

.btn-mores{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 5px;
	font-size: 90%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #ff9c00;
	background-color: #e4c588;
	transition: 1s;
}

.btn-mores.active.focus,.btn-mores.active:focus,.btn-mores.focus,.btn-mores:active.focus,.btn-mores:active:focus,.btn-mores:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
	transition: 1s;
}.btn-mores.focus,.btn-mores:focus,.btn-mores:hover{
	color: #333;
	text-decoration: none;
	background-color: #CCC;
	transition: 1s;
}.btn-mores.active,.btn-mores:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}.btn-mores.disabled,.btn-mores[disabled],fieldset[disabled] .btn-mores{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65;}a.btn-mores.disabled,fieldset[disabled] a.btn-mores{pointer-events:none;}

.btn-fb{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 5px;
	font-size: 80%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #ff9c00;
	background-color: #0066CC;
}

.btn-fb.active.focus,.btn-fb.active:focus,.btn-fb.focus,.btn-fb:active.focus,.btn-fb:active:focus,.btn-fb:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
}.btn-fb.focus,.btn-fb:focus,.btn-fb:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #333;
}.btn-fb.active,.btn-fb:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-fb.disabled,.btn-fb[disabled],fieldset[disabled] .btn-fb{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-fb.disabled,fieldset[disabled] a.btn-fb{pointer-events:none}

.btn-line{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 5px;
	font-size: 80%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #ff9c00;
	background-color: #00CC66;
}

.btn-line.active.focus,.btn-line.active:focus,.btn-line.focus,.btn-line:active.focus,.btn-line:active:focus,.btn-line:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
}.btn-line.focus,.btn-line:focus,.btn-line:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #333;
}.btn-line.active,.btn-line:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-line.disabled,.btn-line[disabled],fieldset[disabled] .btn-line{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-line.disabled,fieldset[disabled] a.btn-line{pointer-events:none}

.btn-back{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 10px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 0px solid #cfcfcf;
	background-color: #099;
	transition: 1s;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.btn-back.active.focus,.btn-back.active:focus,.btn-back.focus,.btn-back:active.focus,.btn-back:active:focus,.btn-back:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #333;
	transition: 1s;
}.btn-back.focus,.btn-back:focus,.btn-back:hover{
	color: #333;
	text-decoration: none;
	background-color: #FFF;
	transition: 1s;
	border: 2px solid #999;
}.btn-back.active,.btn-back:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-back.disabled,.btn-back[disabled],fieldset[disabled] .btn-back{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-back.disabled,fieldset[disabled] a.btn-back{pointer-events:none}


.btn-form{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 5px;
	font-size: 80%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #FFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #cfcfcf;
	background-color: #C00;
}

.btn-form.active.focus,.btn-form.active:focus,.btn-form.focus,.btn-form:active.focus,.btn-form:active:focus,.btn-form:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
}.btn-form.focus,.btn-form:focus,.btn-form:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #666;
}.btn-form.active,.btn-form:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-form.disabled,.btn-form[disabled],fieldset[disabled] .btn-form{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-form.disabled,fieldset[disabled] a.btn-form{pointer-events:none}

.btn-all{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 5px;
	font-size: 108%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #FFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #cfcfcf;
	background-color: #c8a063;
}

.btn-all.active.focus,.btn-all.active:focus,.btn-all.focus,.btn-all:active.focus,.btn-all:active:focus,.btn-all:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
}.btn-all.focus,.btn-all:focus,.btn-all:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #c8a063;
}.btn-all.active,.btn-all:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-all.disabled,.btn-all[disabled],fieldset[disabled] .btn-all{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-all.disabled,fieldset[disabled] a.btn-all{pointer-events:none}

.btn-send{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 20px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 2px solid #fff;
	background-color: #005209;
	transition: 1s;
}

.btn-send.active.focus,.btn-send.active:focus,.btn-send.focus,.btn-send:active.focus,.btn-send:active:focus,.btn-send:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
}.btn-send.focus,.btn-send:focus,.btn-send:hover{
	color: #fff;
	text-decoration: none;
	background-color: #006699;
}.btn-send.active,.btn-send:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-send.disabled,.btn-send[disabled],fieldset[disabled] .btn-send{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-send.disabled,fieldset[disabled] a.btn-send{pointer-events:none}


.btn-res{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 0px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #fff;
	background-color: #999;
}

.btn-res.active.focus,.btn-res.active:focus,.btn-res.focus,.btn-res:active.focus,.btn-res:active:focus,.btn-res:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
}.btn-res.focus,.btn-res:focus,.btn-res:hover{
	color: #fff;
	text-decoration: none;
	background-color: #333;
}.btn-res.active,.btn-res:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-res.disabled,.btn-res[disabled],fieldset[disabled] .btn-res{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-res.disabled,fieldset[disabled] a.btn-res{pointer-events:none}

.wbk{
	border-radius: 5px;
	border: 1px solid #D4D4D4;
	box-shadow: inset 0 2px 5px #eee;
	color: #333333;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	font-size: 100%;
	background-color: #FFF;
	height: 40px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.wbks{
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #D4D4D4;
	box-shadow: inset 0 2px 5px #eee;
	color: #333333;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	font-size: 100%;
	background-color: #FFF;
}

.btn-red{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 10px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #cfcfcf;
	background-color: #dc3030;
}
.btn-red.active.focus,.btn-red.active:focus,.btn-red.focus,.btn-red:active.focus,.btn-red:active:focus,.btn-red:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
}.btn-red.focus,.btn-red:focus,.btn-red:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #333;
}.btn-red.active,.btn-red:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-red.disabled,.btn-red[disabled],fieldset[disabled] .btn-red{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-red.disabled,fieldset[disabled] a.btn-red{pointer-events:none}



@media (max-width: 768px) {
	
	.btn-send{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 20px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 2px solid #fff;
	background-color: #005209;
	transition: 1s;
}

.btn-send.active.focus,.btn-send.active:focus,.btn-send.focus,.btn-send:active.focus,.btn-send:active:focus,.btn-send:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
}.btn-send.focus,.btn-send:focus,.btn-send:hover{
	color: #fff;
	text-decoration: none;
	background-color: #006699;
}.btn-send.active,.btn-send:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-send.disabled,.btn-send[disabled],fieldset[disabled] .btn-send{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-send.disabled,fieldset[disabled] a.btn-send{pointer-events:none}

	
.btn-area{
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 15px;
	text-align: left;
}
}
