/* width */
.calctable {
	width: 100%;
	border-collapse:collapse;
}
.calctable td {
	padding: 4px;
	}
.calcrow1 { background-color:#FFFFFF; }
.calcrow2 { background-color:#F5F5F5; }
.calcheading td {
	font-size: 13px;
	background: url(assets/layout/heading_bg.gif) top repeat-x;
	color: #000000;
	font-weight: bold;
	line-height: 32px;
	padding: 0 5px;
	height: 32px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: top;
}
.calctext {
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}
.calcform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CCCCCC;
}
.calcformbutton {
	background: #712D97;
	border: none !important;
	color: #FFFFFF;
	height: 19px;
	_height: 20px; /* For IE 6 */
	padding: 0 5px;
	_padding: 0;
	display: inline;
	}
.calcformresetbutton {
	background: #000000;
	border: none !important;
	color: #FFFFFF;
	font-weight: bold;
	height: 19px;
	_height: 20px; /* For IE 6 */
	padding: 0 5px;
	_padding: 0;
	display: inline;
	width:auto;
}

input, select, textarea {
	width: auto;
	border: 0px;
	}
