* {
	font-family: Arial, Helvetica, sans-serif;
}


a {
	color: #777;
}


.amount-input {
	font-size: 2em;
	width: 190px;
	margin: 8px;
	padding: 1px;
	text-align: right;
	color: #333;
	border:1px solid #DC5000;
}

body,html {
	background-image: url(/images/background-bg.png);
	background-repeat: repeat-x;
}

p {
	font-size:1.15em;
	color: #555;
}

h1 {
	font-size: 2.3em;
	border-bottom: 1px dashed #cdcdcd;
	color: #888;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.2em;
	border-bottom: 1px dashed #cdcdcd;
	color: #3f8023;
}

#content_container {
	background-image: url(/images/layout-bg.png);
	background-repeat: no-repeat;
	width: 804px;
	margin: 0 auto;
	height: 600px;
	text-align: center;
}

#content {
	padding: 20px;
}

#form {
	background-image: url(/images/background-form.png);
	background-repeat: no-repeat;
	width: 670px;
	height: 214px;
	margin: 0 auto;
}

#form-button {
	margin-top: 2px;
	float: right;
	height: 53px;
	cursor: pointer;
	margin-left: 12px;
}

#form-tax {
	background-image: url(/images/form-tax2-bg.png);
	background-repeat: no-repeat;
	float: right;
	height: 53px;
	width: 62px;
	
}

#form-input {
	background-image: url(/images/form-input-bg.png);
	background-repeat: no-repeat;
	width: 214px;
	height: 53px;
	margin-left: 40px;
}

#form-content {
	padding: 93px;
}

#footer {
	color: #777;
}

#footer {
	margin: 0 auto;
	width: 804px;
	text-align:center;
}

#indicator {
	padding-top: 10px;
	text-align: right;
	display: none;
	font-size: 1.2em;
	color: #777;
}

#logo {
	padding: 30px;
}

#result {
	text-align: left;
}

.resultTable {
	width: 100%;
	color: #555;
}

.resultBox {
	padding:20px;
	background-image:url(/images/resultbox-bg.png);
	background-repeat: no-repeat;
}

.resultTable td {
	font-size: 1.3em;
	padding: 5px;
}

.tax-input {
	font-size: 2em;
	width: 36px;
	margin: 8px;
	padding: 1px;
	text-align: center;
	color: #333;
	border:1px solid #DC5000;
}