/* CSS Document */

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


a {
	color: #777;
}

.formula {
	background-color:#F6F3E9;
	padding:15px;
	margin:20px;
	border:1px dashed #cdcdcd;
	display:block;
}

.fdesc {
	color: #199FCF;
	font-size: 0.6em;
}

.formula li {
	height:20px;
	font-family:"Courier New";
	font-size:1.25em;
	color: #222;
}

.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.8em;
	border-bottom: 1px dashed #cdcdcd;
	color: #FC911E;
	margin-bottom: 10px;
	margin-top: 10px;
}

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

.linklist li {
	height:20px;
}

.linklist li a:link,.linklist li a:visited, .linklist li a:active {
	COLOR: #999999; text-decoration:underline;
	background: url(../images/li.png) no-repeat;
	padding: 4px 0 0 20px;
}

.linklist li a:hover {
	COLOR: #777777; text-decoration:none;
	background: url(../images/li.png) no-repeat-x;
	padding: 4px 0 0 20px;
}

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

#content {
	padding: 20px;
}

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

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

#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;
}