/* -----------------------------------------------------
Cold Jet Contact Form CSS - US English
Author:       Ned Portune <nportune@coldjet.com>
Version:      1.0
Released:     June 30, 2007
Last edited:  October 6, 2010 (Bob Gruen)
Copyright:   (c) 2007 Cold Jet LLC. All rights reserved.
-------------------------------------------------------*/
#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; */
	width: 200px;
	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: 500px;
	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: 0px;}

#cf tr.bold {
	font-weight: bold;
	background-color: #ffffff;}	

#cf table#contactinfo td {
	font-weight: bold;}	
	
#cf .sccopy {
	font-size: 11px;
	font-style: italic;}

#cf fieldset {
	width: 590px;
	padding: 10px;}

#cf legend {
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 4px;}

#cf td.checkbox-first {
	padding:2px 0 0 0;
	width:20px; }
	
#cf td.checkbox {
	padding: 2px 0 0 0;
	width:20px; }

#cf td.checkname-first {
	padding:6px 0 0 4px; }
	
#cf td.checkname {
	padding: 6px 0 0 4px; }

.submit_button {
	outline:none;
	background:#5182f0;
	border:1px solid #5182f0;
	border-radius:16px;
	color:#fff; }

.submit_button:hover {
	border:1px solid #114ACC;
	background:#114ACC;
	color:#fff;
	transition:.5s; }

/* END  
-------------------------*/
