/* CSS Document */

.calc2_2022 {
	color:#FFFFFF;
}
.calc2_2022 ul {
	list-style-type:none;
}
.calc2_2022 .wrap {
	width:166px;
	margin:0 auto;
}
.calc2_2022 .container {
	background:#0D0D0D url(../images/form2_bg.jpg) repeat-x top;
}
.calc2_2022 .left {
	background:url(../images/form2_left.jpg) repeat-y left;
}
.calc2_2022 .right {
	background:url(../images/form2_right.jpg) repeat-y right;
	padding-left:6px;
	overflow:hidden;
}

.calc2_2022 .inputbox {
	width:26px;
}
.calc2_2022 .yellow_inputbox {
	border:1px solid #666;
	background:#fff;
	color: #000;
	font-size: 12px;
	text-align: center;
	text-align: center;
	margin-right: -3px;
}

.calc2_2022 option {
	color: #000;
}
.calc2_2022 .selectbox {
	width:42px;
}
.calc2_2022 .gray_inputbox {
	border:1px solid #fc3;
	background:#666;
	text-align: center;
	color: #fff;
}
.calc2_2022 .dailybox {
	width:58px;
}
.calc2_2022 .listNum {
	background: url(../images/form2_list.gif) no-repeat  2px -1px;
	text-align:center;
	color:#000;
	height:18px;
	*margin-top: 4px;
	margin-left: 3px; 
	*margin-left: 3px !important; 
	*margin-left: 0px; 
	float: left; 
	width: 20px; 
	line-height:14px;
}
.calc2_2022 .table {
	margin:16px 0px 0px 0px;
	*margin: 8px 0px 0px 0px !important; 
	*margin: 8px 0px 0px 0px; 
	width: 94%;
	*width: 84%;
}
.calc2_2022 a {
	color: #FFF;
	text-decoration: underline;
}
.calc2_2022 .table td {
	text-align: right;
}
.calc2_2022 .totals {
	margin:3px 0px;
}
.calc2_2022 .see_title {
	margin:16px 0px 10px 0px;
	position: relative;
}
.calc2_2022 #msgs {
	font-size: 10px;
	font-weight: bold;
	color: red;
	width: 81%;
	margin: 0 auto;
	padding-top: 10px;
}
.calc2_2022 .enter {
	width:67px;
}
.calc2_2022 .grand {
	width:27px;
}
.calc2_2022 .table_button {
	text-align:center;
	margin:8px auto;
}
.calc2_2022 .support {
	text-align:center;
	margin:0px auto;
}
.calc2_2022 .rows {
	text-align:right;
	padding-right:5px;
	margin-top:6px;
	display: none;
}

.calc2_2022 .rows span {
	cursor: pointer;
	display: none;
}


.calc2_2022 #msg {
	color: red;
	font: bold 12px  verdana;
}
.calc2_2022 #email {
	width: 130px;
	*width: 115px;
}
.calc2_2022 #outBox {
	position: relative;
}
.calc2_2022 #emailBox {
	position: absolute;
	top: -100px;
	right: 4px;
	background: #111;
	border: 1px solid #111;
	display: none;
	text-align: center;
	height: 100px;
}
.calc2_2022 #emailBox input, #emailBox textarea {
	border: 1px solid #000;
}

.calc2_2022 #emailBox textarea{
	width: 150px;
	height: 90px;
	*height: 95px;
}
.calc2_2022 .submitSendEmail, .cancelSend {
	font-size: 12px;
}


.calc2_2022 .lineTarget {
	height: 649px;
	/* overflow-y: scroll; */
	width: 155px;
}
.calc2_2022 #emailBox input {
	border: 1px solid #000;
}
