/* CSS Document */
* {
	margin:0;
	padding:0;
}
body{
	color:#FFFFFF;
	/* font:15px Tahoma, Arial, sans-serif; */
	/* position: absolute;
	left: -1px; */
}
ul {
	list-style-type:none;
}
.wrap {
	width:604px;
	margin:0px auto;
}
.container {
	background:#0D0D0D url(../images/form_bg.jpg) repeat-x top;
}
.left {
	background:url(../images/form_bgleft.jpg) repeat-y left;
}
.right {
	/* background:url(../images/form_bgright.jpg) repeat-y right; */
	padding-left:4px;
	overflow:hidden;
	position: relative;
    background: #000000;
}
#msgs {
	color: red;
	position: absolute;
	right: 15px;
	top: 5px;
	display: none;
	font-size: 12px;
	font-weight: bold;
}
.start {
	margin-top:5px;
}
.inputbox {
	width:30px;
	height:21px;
	line-height:21px;
}
.yellow_inputbox {
	border:1px solid #666;
	background:#fff;
	color: #000;
	font-size: 14px;
	text-align: center;
}
option {
	color: #000;
}
.selectbox {
	width:50px;
}
.lineTarget {
	width: 95%;
	*width: 89%;
}
.lineTarget td {
	line-height: 20px;
    font: 15px Tahoma, Arial, sans-serif;
}
.gray_inputbox {
	border:1px solid #fc3;
	background:#666;
	width: 58px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.listNum {
	background: url(../images/list_bg.gif) no-repeat center 6px;
	width:27px;
	text-align:center;
	color:#000;
	height:20px;
    font: 15px Tahoma, Arial, sans-serif;
}
.totals {
	text-align:left;
	margin:3px 0px;
}
.enter {
	width:67px;
	height:21px;
	line-height:21px;
}
.support {
	text-align:center;
	margin-right:5px;
}
.grand {
	width:21px;
}

#enter_time {
	margin: 3px 0 0;
	/*width: 290px;
	overflow-y: scroll;*/
}
a {
	/* color: #FFF; */
	text-decoration: underline;
}

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

#msg {
	color: red;
	font: bold 12px  verdana;
}
#email {
	width: 130px;
	*width: 115px;
}
#outBox {
	position: relative;
}
#emailBox {
	position: absolute;
	top: -75px;
	
	right: 5px;
	
	background: #111;
	border: 1px solid #111;
	display: none;
	width: 292px;
	height: 75px;
}
#emailBox input, #emailBox textarea {
	border: 1px solid #000;
}
#emailBox textarea {
	width: 200px;
	height: 58px;
	*height: 48px;
}
.submitSendEmail, .cancelSend {
	font-size: 12px;
}
.emailButtons {
	text-align:center;
}
#printArea {
	text-align: center;
}
/* Date 02-08-2023 Added by Dhruval */

.search p {
    color: #272d32;
}
.calc_container {
    background: transparent;
}
#page5 #content .col-1 {
    width: auto;
}
#calc {
    background: #000000;
    width: 100%;
}
.form_top_image_wrapper,
.form_bottom_image_wrapper {
    height: 9px;
}
.form_top_image_wrapper img, 
.form_bottom_image_wrapper img {
    width: 100%;
}
.calc_container .right img.total_image,
#printArea .totals img.total_image {
    width: 596px;
    height: 26px;
}
.table_desc ul li,
.table_desc ul li strong,
.table_desc p,
.table_desc p strong,
.calc_container .column-2 .change p {
    color: #272d32;
}

#footer .indent2 .container {
    background: transparent;
}
.dollar_sign,
.support {
    font: 15px Tahoma, Arial, sans-serif;
}
.support a {
    color: #FFFFFF;
}
.support a:hover {
    text-decoration: underline;
}
