/* -----------------------------------------------------
Cold Jet ROI Estimator CSS - US English
Version:      1.0
Released:     June 30, 2007
Last edited:  n/a
Author:       Ned Portune <nportune@coldjet.com>
Copyright:   (c) 2007 Cold Jet LLC. All rights reserved.
-------------------------------------------------------*/

/* Sales calculator 
-------------------------*/

#sc table {
	/* width: 508px; */
	border: 0;
	padding: 0;
	margin: 0;}
	
#sc td {
	font-size: 11px;
	padding: 4px;}

#sc th {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	color: #ffffff;
	background-color: #a9a9a9;}

#sc th .key {
	font-size: 14px;}

#sc tr.subhead {
	font-size: 11px;
	font-weight: bold;
	background-color: #eaeaea;}

#sc tr.bold {
	font-weight: bold;
	background-color: #ffffff;}	
	
#sc .sccopy {
	font-size: 11px;
	font-style: italic;}


/* Contact form 
-------------------------*/
	
#cf td {
	font-size: 11px;
	padding: 4px;}
	
#cf input {
	font-size: 10px;
	padding: 2px;
	width: 180px;}

#cf input.button {
	width: auto;}

#cf input.optout {
	width: auto;}

#cf select {
	font-size: 10px;
	width: 188px;}

#cf textarea {
	font-size: 11px;}

#cf th {
	width: 20em;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	padding: 4px 4px 4px 5px;
	color: #000000;
	background-color: #eaeaea;}

#cf th.subhead {
	width: 480px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #ffffff;
	background-color: #a9a9a9;}

#cf th .opt-text {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	margin-top: 2px;}

#cf tr.bold {
	font-weight: bold;
	background-color: #ffffff;}	
	
#cf .sccopy {
	font-size: 11px;
	font-style: italic;}

#cf fieldset {
	width: 490px;
	padding: 10px;}

#cf legend {
	padding: 4px;
	margin-bottom: 4px;}


/* Address table 
-------------------------*/

#address table {
	/* width: 508px; */
	border: 0;
	padding: 0;
	margin: 0;}
	
#address td {
	font-size: 11px;
	padding: 2px;}

#address th {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	color: #ffffff;
	background-color: #a9a9a9;}

#address th .key {
	font-size: 14px;}

#address tr.subhead {
	font-size: 11px;
	font-weight: bold;
	background-color: #eaeaea;}

#address tr.bold {
	font-weight: bold;
	background-color: #ffffff;}	

#address .label {
	text-align: right;
	vertical-align: bottom;
	padding-right: 30px;}
	
#address fieldset {
	width: 490px;
	padding: 10px;}

#address fieldset.break {
	page-break-before : always;}

#address legend {
	padding: 4px;
	margin-bottom: 4px;}


/* END  
-------------------------*/

