﻿form p
{
	margin: -5px 0; /*the wordpress contact form puts p tags in.  we suck up the p margin to keep our design*/
}
select[name=role], select[name=timeframe]
{
	margin-top: -10px;
}
form span
{
	
}
form input[type=submit]
{
	width: 150px;
	border: none;
	background-color: #DB6D1E;
	color: white;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}


fieldset
{
	margin-bottom: 10px;
	border: none;
	padding-top: 0px;
	}
fieldset legend
{
	padding: 0 2px;
	font-weight: bold;
	display: none;
	}
label
{
	display: inline-block;
	line-height: 2.5em;
	vertical-align: top;
	width: 125px;
	font-weight: normal !important;
	}
label.suck-up
{
	line-height: 1.0em;
}
input[type=text]
{
	height: 1.5em;
	margin-top: 4px;
}
input.error
{
	padding: 0 !important;
	border: 1px solid red;
}
label.error
{
	padding: 0 !important;
	line-height: 1.0em;
	margin-left: 5px;
}

select
{
	height: 2.0em;	
}
select.suck-up
{
	margin-top: 0;
}
label.auto
{
	width: auto;
}
label.single
{
	width: auto;
	padding-right: 5px;
	}
fieldset ol
{
	margin: 0;
	padding: 0;
	}
fieldset li
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 520px;
	}
fieldset li.right select
{
	margin-left: 85px !important;
}
fieldset li.buttons
{
	padding-left: 85px !important;
	padding-top: 15px !important;
}
fieldset fieldset
{
	border: none;
	margin: 3px 0 0;
	}		
fieldset fieldset legend
{
	padding: 0 0 5px;
	}
fieldset fieldset label
{
		display:block;
		width: auto;
	    margin-left: 123px;
	}
input[type=text]
{
	
	}	
input[type=text], select, textarea
{
	width: 250px;
	}
textarea
{
	height: 150px;
	}
input[type=button], input[type=submit]
{
	width: 100px;
	}
.wpcf7-not-valid-tip
{
	left: 0 !important;
	top: -5px !important;
	padding: 0 !important;
	width: 250px !important;
	height: 25px !important;
}	
.wpcf7-validation-errors
{
	border-color: red !important;
}
