@charset "utf-8";
#tree-calc {
	margin-left: auto;
	margin-right: auto;
	width: 430px;
}
#tree-calc table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
}
#tree-calc h1, #tree-calc h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	position: absolute;
	white-space: nowrap;
	margin:0;
	padding:0;
}
#tree-calc h1 {
	top: 98px;
	left: -73px;
	color: #828282;
}
#tree-calc h2 {
	top: 17px;
	left: -143px;
	color: #828282;
}
#tree-calc .calc-top_left {
	width: 100%;
	height: 130px;
	background: transparent url(imgs/body_top_left.png) top left no-repeat;
	padding-left: 205px;
}
#tree-calc .calc-top {
	height: 130px;
	background: transparent url(imgs/body_top.png) top right no-repeat;
	position: relative;
}
#tree-calc .calc-body_left {
	width: 100%;
	background: #0f0f0f url(imgs/body_left.png) repeat-y left top;
	padding-left: 23px;
}
#tree-calc .calc-body {
	background: #1C1C1C url(imgs/body_right.png) repeat-y right top;
	padding: 0px 28px 0px 5px;
	margin: 0px;
}
#tree-calc .calc-bot_left {
	width: 100%;
	height: 83px;
	background: transparent url(imgs/body_bot_left.png) top left no-repeat;
	padding-left: 214px;
}
#tree-calc .calc-bot {
	height: 83px;
	background: transparent url(imgs/body_bot.png) top right no-repeat;
	position: relative;
}
#tree-calc form .result {
	background: #BBDDCA;
	width: 99%;
	font-size: 18px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #484848;
}
#tree-calc .calc-body select {
	width: 90%;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #484848;
	background-color: #BBDDCA;
	margin: 4px 0px 0px 5%;
	line-height: 1em;
}
#tree-calc form .calc-help {
	color: #FFFFFF;
	background: #3A3A3A;
	margin-right: 6px;
	margin-left: 6px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
}
#tree-calc .calc-help h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida;
	font-size: 15px;
	color: #66FFCC;
	margin: 5px 0px 0px;
	text-align: center;
}
#tree-calc .calc-help p {
	font: 14px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida;
	margin: 0.5em 0px 0px;
	color: #e8e8e8;
}
#tree-calc .calc-help p strong {
  color: #fff;
}
#tree-calc .calc-help ol {
	margin-top: 5px;
	margin-bottom: 0;
}
#tree-calc .calc-help ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e8e8e8;
}
#tree-calc .calc-help ol ul {
	margin-top: 5px;
	margin-bottom: 5;
}
#tree-calc .calc-help ol ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e8e8e8;
}
#tree-calc .calc-help ol ul li em {
}
#tree-calc form {
	margin: 0;
	padding: 0;
}
#tree-calc form legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#tree-calc form .kbData {
	margin-left: 35px;
	margin-top: 6px;
	background: #E0E0FF;
	text-align: right;
	padding-right: 0.5em;
	width: 110px;
}
#tree-calc form label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 5px;
	color: #e8e8e8;
}
#tree-calc form label em {
	font-size: 0.9em;
	font-style: normal;
	color: #999999;
}
#tree-calc form fieldset {
	padding-bottom: 12px;
	border-color: #D8D8D8;
}
#tree-calc form fieldset legend {
	color: #D8D8D8;
}
#tree-calc form .action {
	width: 100%;
	margin-top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
}
#tree-calc form .helpBtn {
	width: 80px;
}
