
/* FIELDSETS
---------------------------------------- */
form{
	margin-bottom:20px;
}

fieldset {
	border: 0;
}

textarea:focus,
input:focus {
    outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ba041b;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ba041b;
}


/* ACTION BUTTONS
---------------------------------------- */
input.action {

	background:#E3E3E3;
	border: 1px solid #eae9e9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, .2);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, .2);
box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, .2);
	color: #333;
	line-height: 26px;
	height:31px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	text-shadow: 0 1px 0 white;
	
	background-image: linear-gradient(bottom, rgb(224,224,224) 19%, rgb(247,247,247) 100%);
background-image: -o-linear-gradient(bottom, rgb(224,224,224) 19%, rgb(247,247,247) 100%);
background-image: -moz-linear-gradient(bottom, rgb(224,224,224) 19%, rgb(247,247,247) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(224,224,224) 19%, rgb(247,247,247) 100%);
background-image: -ms-linear-gradient(bottom, rgb(224,224,224) 19%, rgb(247,247,247) 100%);
font-weight: bold;
	font-size:16px;
	display: block;

}

input.action:hover,
input.action:focus {
	cursor: pointer;
}

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}

form .field{
	clear:both;
	float: left;
	width: 100%;
}

.middleColumn {
	float:left;
 	margin:0px;
	padding: 0px;
	padding-bottom:10px;
	width: 200px;
}

	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
	
	.middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	
	form .message,
	form .required {
		margin: 0;
		background-color: #ff3300;
		color: #fff;
		font-size: 11px;
		line-height: 20px;
		display: block;
		padding: 0px 5px 0px 5px;
	}
	
	
.grid_8 .middleColumn {
	width:340px;
}

p.reqDesc{
	float:left;
	clear:both;
	margin-left:120px;
	clear: both;
	font-size: 11px;
	color: #666;
	margin-top: -7px;
	margin-bottom: 10px;
}
/* INPUT BOXS
---------------------------------------- */

input.text, textarea, select {
	width:625px;
	background-color:transparent;
	border:0px none;
	background:url(../images/field_one.png) no-repeat;
	display: block;
	line-height: 20px;
	font-size: 18px;
	padding: 12px 10px 12px 10px;
	font-weight: bold;
}

input.text:hover, textarea:hover, select:hover {

}

.validationError input.text,
.validationError textarea,
.validationError select{
	border: 1px solid #ff3300;
}

.grid_8 input.text, 
.grid_8 textarea, 
.grid_8 select {
	width:328px;
}

textarea {
	font-size: 18px!important;
	display: block;
	margin-bottom: 0px;
	background:url(../images/textarea.png) no-repeat;
	height: 158px;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

/* LABELS
---------------------------------------- */
.typography label {
	
 	display: none;
	margin: 5px 0 0 0;
	color: #333;
	font-size: 13px;
	float: left;
	width:110px;
	padding: 0px;
	text-align: right;
	margin-right: 10px;
}

.typography label.left {
	text-align: right;
}

.typography #Form_ContactInfoForm label{
	width:90px;
	text-align:left;
}

/* CHECKBOXES
---------------------------------------- */
ul.optionset {
	margin: 0;
	overflow: hidden;
}
	ul.optionset li {
		margin: 6px 0;
		clear: both;
	}
		ul.optionset li input {
			float: left;
			margin: 0 6px;
		}
		ul.optionset li label {
			margin: 0;
		}
		
/* search */
#SearchForm_SearchForm{
	margin-top:-5px;
}

#Search{
	float: left;
	clear: none;
	width: auto;
}

input#SearchForm_SearchForm_action_results{
	float: left;
	clear: none;
	-webkit-border-radius: 3px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius: 3px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-radius: 3px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}

input#SearchForm_SearchForm_Search{
	-webkit-border-radius: 0px;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius: 0px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-radius: 0px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-right: 0px none;
color: #8d8d8d;
}

p.success{
	-webkit-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, .07);
	-moz-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, .07);
	box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, .07);
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #006e97;
color: #fff;
padding: 20px;
}