/*******************************************
:--- Syndicate ---:
*******************************************/
fieldset {
  border:0; 
}

#syndicate_form {
	width:100%;
  float: left;
  margin-top: 10px;
}

#syndicate_form .contact-section {
	float: left;
	width: 72%;
}

#syndicate_form .formfooter-section {
	float: left;
	width: 28%;
}

#syndicate_form .name-fields {
	float: left;
	margin-right: 2%;
	width: 48%;
}

#syndicate_form .contact-fields {
	float: left;
	width: 50%;
}

#syndicate_form label {
  font-weight:bold;
  color:#5d5d5d;
  float:left; 
  display: none;
}

.asterix {
  color:red;
  font-size:12px;
  padding-left:3px;
}

.required-ast-nolabel {color: red;}

.errors {
  color:red;
  font-size:11px;
  clear:left;
  float:left;
}

.errors .error {text-transform: capitalize;}

#syndicate_form fieldset {
  margin-bottom:15px;
}

#syndicate_form input[type="text"], #syndicate_form input[type="email"], #syndicate_form input[type="tel"] {
  padding: 8px;
	font-size: 15px;
	border: 1px solid #ccc;
	width: 250px;
	float:left;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	-webkit-box-shadow: inset 0 2px 2px #ddd;
	-moz-box-shadow: inset 0 2px 2px #ddd;
	box-shadow: inset 0 2px 2px #ddd;
}

#syndicate_form input:focus {
  outline:none;
  box-shadow:0px 0px 5px #a1a1a1;
  -webkit-box-shadow:0px 0px 5px #a1a1a1;
	-moz-box-shadow:0px 0px 5px #a1a1a1;
}

input[type="button"].submit_y {
  color:;
  width:;
  height:;
	float:right;
  background:; /* Insert Color */
}

input[type="button"].submit_y:hover {
  background:;
}

#syndicate_form input[type="button"].submit_y:focus {
  box-shadow:none; 
  outline:none;
  -webkit-box-shadow:none; 
}

#syndicate_form input::-webkit-input-placeholder {
   color: #8a8a8a;
}

#syndicate_form input:-moz-placeholder { /* Firefox 18- */
   color: #8a8a8a;  
}

#syndicate_form input::-moz-placeholder {  /* Firefox 19+ */
   color: #8a8a8a;  
}

#syndicate_form input:-ms-input-placeholder {  
   color: #8a8a8a;  
}

#syndicate_form .error {text-transform: capitalize;}

#trustbuilder {
	clear:both;
  float: right;
}

.download {
  color:;
  font-weight:bold;
  cursor:pointer;
}

/*#syndicate_form .tooltip {
  background: url("../images/form-overlay-bubble.png") no-repeat;
  opacity: 1;
  width: ;
  height: ;
  position: absolute;
  z-index: 1001;
  margin-left: 0px;
  margin-top: 35px;
}
*/
.syndicate-tcpa {float: left; margin: 10px 0; width: 80%;}
.syndicate-tcpa p {font-size: 12px; line-height: 1.3; color: #666;}
