body {
	background: url(images/bgBasic.png);
	background-size: cover;
}
#top {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1;
}
#wrapper {
	max-width: 640px;
	padding-top: 110px;
	padding-bottom: 100px;
	margin: auto;
	-webkit-overflow-scrolling: touch;
}
#headBar, #headBar2 {
	background: #ff9f00;
	max-width: none;
	height: 50px;
	text-align: center;
}
#headText1 {
	width: 194px;
	margin-top: 12px;
}
#headBar2 {
	background: #ffb600;
}
#headText2 {
	width: 260px;
	margin-top: 5px;
}
#btnClear {
	width: 80px;
	margin: 10px auto;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
#btnClear:active {
	transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
}
#middle {
	text-align: center;
}
#headMid {
	width: 280px;
}
.allinput {
	margin: 5px auto;
	font-size: 14px;
	text-align: center;
}
.inboxDetail {
	width: 125px;
	height: 45px;
	margin: 5px 15px 2px 0;
}
#tabSmall {
	background: url(images/tab2_new.png);
	background-size: 100% 100%;
	width: 280px;
	height: 80px;
	padding: 5px;
	margin: auto;
}
.allinput label {
	display: block;
	margin: 5px 0;
}
.Ar40 {
	position: relative;
	width: 290px;
	height: 80px;
	margin: 5px auto;
	text-align: right;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#Ar401 {
	background: url(images/btn401.png);
	background-size: 100% 100%;
}
#Ar401:active {
	background: url(images/btn401Active.png);
	background-size: 100% 100%;
}
#Ar402 {
	background: url(images/btn402.png);
	background-size: 100% 100%
}
#Ar402:active {
	background: url(images/btn402Active.png);
	background-size: 100% 100%
}
#Ar403 {
	background: url(images/btn403.png);
	background-size: 100% 100%
}
#Ar403:active {
	background: url(images/btn403Active.png);
	background-size: 100% 100%
}
#Ar404 {
	background: url(images/btn404.png);
	background-size: 100% 100%
}
#Ar404:active {
	background: url(images/btn404Active.png);
	background-size: 100% 100%
}
#Ar405 {
	background: url(images/btn405.png);
	background-size: 100% 100%
}
#Ar405:active {
	background: url(images/btn405Active.png);
	background-size: 100% 100%
}
#Ar406 {
	background: url(images/btn406.png);
	background-size: 100% 100%
}
#Ar406:active {
	background: url(images/btn406Active.png);
	background-size: 100% 100%
}
#Ar407 {
	background: url(images/btn407.png);
	background-size: 100% 100%
}
#Ar407:active {
	background: url(images/btn407Active.png);
	background-size: 100% 100%
}
#Ar408 {
	background: url(images/btn408.png);
	background-size: 100% 100%
}
#Ar408:active {
	background: url(images/btn408Active.png);
	background-size: 100% 100%
}
#inputIncomeYear {
	background: #4B2813;
	color: white;
	margin-left: 10px;
	text-align: right;
}
#inputTaxWithholdingYear {
	width: 210px;
}
.showinput, .readOnlyinput {
	background: white;
	display:inline-block;
	width:170px;
	height: 24px;
	padding-right: 8px;
	border: 3px solid #A96316;
	border-radius: 16px;
	margin: 2px auto 5px ;
	font-size: 14px;
	text-align: right;
	line-height: 20px;
}
.showinput {
	background: #4B2813;
	color: white;
}
.readOnlyinput {
	position: absolute;
	right : 4px;
	bottom: 4px;
	margin: 0;
}
.infoDetail2 {
	display: inline-block;
	margin-left: 5px;
	font-size: 14px;	
}
#btnCalTax, #btnCalDeduct {
	display: inline-block;
	width: 36px;
	margin-left: 3px;
	vertical-align: middle;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
#btnCalSum {
	width: 125px;
	margin-top: 30px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
#btnCalSum:active, #btnCalTax:active, #btnCalDeduct:active,#textPro:active {
	transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
}
#btnUnlock {
	display:none;
	position: fixed;
	width: 55px;
	margin-left: 3px;
	right: 0;
	top: 0;
	vertical-align: middle;
}
#textPro {
	background:#ffb600;
	/*background:#33CC79;*/
	color: white;
	position: fixed;
	right: 3px;
	top: 9px;
	vertical-align: middle;
	border: 2px solid white;
	border-radius: 8px;
	font-size: 12px;
}
#boxBottom {
	background: #ffb600;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
}
#bottom {
	position: relative;
	max-width: none;
	height: 56px;
	margin: 0 auto;
	overflow: hidden;
}
#msgLogo {
	position: absolute;
	height: 50px;
	margin-right: 5px;
	right: 0;
	bottom: 3px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
#moreApp {
	position: absolute;
	height: 50px;
	left: 0px;
	bottom: 3px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
#msgLogo:active, #moreApp:active{
	transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
}
#warning {
	color: black;
	position: absolute;
	padding-right: 5px;
	border-right: 1px solid black;
	left: 10px;
	bottom: 10px;
	font-size: 13px;
	text-align: center;
}
@media(min-height: 580px) {
	#wrapper {
		max-width: none;
	}
	.allinput, .infoDetail2 {
		font-size: 16px;
	}
	.readOnlyinput, .showinput{
		width: 200px;
		height: 28px;
		font-size: 16px;
		line-height: 22px;
	}
	#inputTaxWithholdingYear {
		width: 246px;
	}
	.Ar40, #tabSmall {
		width : 330px;
		height : 90px;
	}
	.tabSmall {
		width:330px;
		height:90px;
	}
	#btnCalTax, #btnCalDeduct {
		width:40px;
		margin-left: 5px;
	}
	#btnCalSum {
		width: 140px;
		margin-top: 40px;
	}
}