/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform { 
       margin: 10px auto 0 auto;
}

.cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

ol.cf-ol {
        border: 0px;
	margin: 0px; 
	padding: 0px;
}
ol.cf-ol li	{ 
	list-style:none!important; 
	text-align: left;
        margin: 0px !important;
        border: 0px !important;
       /** padding: 3px 0px 4px 0px !important; **/
        padding: 0px !important;
        height: 30px !important;
}

/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
  border: 0px;
  margin: 0px;
  padding: 6px 10px 6px 0px !important;
  text-align: left;
  font-size: .75em;
  line-height: 1.5em;  
}

/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
  display: none !important;
  border: 0px;
  margin: 0px;
  padding: 0px 10px 0px 0px;
  text-align: left;
  font-size: .65em;
  font-weight: bold; 
  text-transform: uppercase;
  vertical-align: top;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cf-ol li input {
  text-align: left;
  width: 13em;
  height: 16px;
  border: 1px solid #EBE7B3;
  margin: 2px 0px 0px 0px;
  padding: 4px 4px 0px 4px;
  font-family: Lucida, "Lucida Grande", "Lucida Sans", Arial, Verdana, sans-serif;
  font-size: .9em;
}

.cform select.cformselect {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  margin: 6px 0px 0px 0px;
  padding: 2px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
  text-align: left;
  width: 15em;
}

#cf4_field_12 {
  width: 4em;
}

#cf4_field_13 {
  width: 7em;
}

#cf4_field_17 {
  width: 7em;
}

#cf4_field_18 {
  width: 10em;
}

#cf4_field_19 {
  width: 4.25em;
}

#cf4_field_20 {
  width: 7em;
}

.cf-box-b {
  border: 0px !important;
  margin: 4px 4px 0px 0px !important;
  padding: 0px !important;
  text-align: left;
  width: 1em !important;
}

.cf-box-title {
  border: 0px !important;
  margin: 2px 0px 6px 0px !important;
  padding: 2px 0px !important;
}

.cf-box-a {
  border: 0px !important;
  margin: 4px 4px 0px 0px !important;
  padding: 1px !important;
  text-align: left;
  width: 1.5em !important;
}

.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	/** background: #F1ECBB; **/
	background: #FDFDF9;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	/** background: #F6F9FB; **/
        background: #F5F3E1;
}

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
  background: #FFFFFFFF; 
  border: 1px solid #EEEEEE;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  margin: 0px;
  padding: 2px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.35em;
  text-align: left;
  overflow: auto;
  width: 15em;
  height: 8em;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 5px 0px 2px;
	font-size:0.8em;
	display: -moz-inline-box; 
	vertical-align: top;
        color: #C9322C;
}


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

#cf4_field_161 { clear: none; }

p.cf-sb {
        border: 0px !important;
        margin: 4px 240px 4px 4px !important;
        padding: 0px !important;
/**
	width: 67px;
        height: 31px;
        background: url("../../../themes/thefix/images/buttons/submit.gif");
**/
	width: 72px !important;
        height: 32px !important;
        float: right !important;
        text-align: center !important;
        overflow: hidden !important;
        clear: both !important;
        background: url('../../../themes/thefix/images/buttons/send_button.gif') 0px -72 no-repeat !important;
}

p.cf-sb input {
  display: block !important;
  height: 72px !important;
  width: 32px !important;
  border: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  overflow: hidden !important;
  background: url('../../../themes/thefix/images/buttons/send_button.gif') top left no-repeat !important;
}

p.cf-sb input:hover {

}

.cform input.sendbutton	{
/**
	width: 67px !important;
        height: 31px;
**/
	width: 72px !important;
        height: 32px;
        border: 0px !important;
	margin: 0px !important;
        padding: 0px !important;
        background: none;
        float: right;
}

/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .error 		{
color: #C9322C !important;
border:1px solid #C9322C !important;
height: 31px !important;
font-size: .85em !important;
}
.cform .errortxt,
.mailerr	    	{ color: #C9322C !important; }

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
}
label.secq,
label.secq span {
	display:inline;
	width:auto;
}
label.secq {
	margin-left:20px;
	vertical-align:middle;
}

input.secinput {
	width:45px;
	margin: 3px 0 0 10px;
	vertical-align:middle;
}

#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
/**
	height:15px;
	margin: 0;
**/
	padding: 4px 4px 0px 4px;
	width:50px;
	vertical-align:top;

}

img.captcha	{
	margin:0 0 0 4px !important;
	padding:0 !important;
	border:none !important;
}


/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.info 		{
	margin:10px 0;
	text-align: left;
        clear: both !important;
}
p.success 	{
	color: #FFFFFF;
}
p.failure 	{
	color: #C9322C;
	text-align: left;
        clear: both !important;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
  text-align: left;
  width: 13em !important;
  border: 1px solid #EBE7B3 !important;
  margin: 0px 8px 0px 0px !important;
  padding: 4px 4px 0px 4px !important;
  font-family: Lucida, "Lucida Grande", "Lucida Sans", Arial, Verdana, sans-serif !important;
  font-size: .8em !important;
  height: 26px !important;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove a, .linklove a em {
        display: none !important;
        color: #FFFFFF !important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}
* html .cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-top:1px;
}

.cf-before, .cf-after {
  font-weight: normal !important;
  text-transform: none !important;
}

img.captcha-reset {
	background:	url(../../../themes/thefix/images/captcha_reset_fixthestreets.gif) no-repeat;
	margin-left:3px;
	width:21px;
	height:21px;
        border: 0px;
}