/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
}

select {
/* 	width: 130px; */
	position: relative;
	float: left;
}
/* End Form Elements */

/* SCHEDULE A CONSULTATION FORM */
#schedule-form {
	width: 405px;
	height: auto;
	overflow: hidden;
	color: #999;
}

#schedule-form  p {
/* 	padding: 3px 0; */
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	line-height: 12px;
	margin-bottom: 4px;
}

#schedule-form label {
	position: relative;
	float: left;
	font-size: 12px;
	width: 100px;
	text-align: left;
	margin-bottom: 0;
}

#schedule-form input[type='text'] {
	background-color: #f2f4f3;
	border: none;
	color: #666;
	width: 133px;
	padding: 2px 4px;
}

#schedule-form #how_hear {
	padding: 16px 0;
	margin: 0;
}

#schedule-form p#date {
	padding-top: 16px;
}

#schedule-form .long label {
	width: 175px;
	clear: both;
	float: left;
	margin-bottom: 0;
}

#schedule-form .checkbox_group_question {
	position: relative;
	float: left;
	width: 100%;
}

#schedule-form .checkbox_group_question label {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}


#schedule-form .checkbox_group {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}

#schedule-form .checkbox_group input {
	width: auto;
	float: left;
	clear: left;
}

#schedule-form .checkbox_group label {
	position: relative;
	float: left;
	width: 100px;
	text-align: left;
	margin-bottom: 4px;
	clear: none;
}

#schedule-form .column_1, #schedule-form .column_2, #schedule-form .column_3 {
	position: relative;
	float: left;
	width: 131px;
	margin-right: 4px;
}

#schedule-form .checkbox_group#newsletter {
	padding: 16px 0;
}

#schedule-form .checkbox_group#newsletter label {
	position: relative;
	float: left;
	width: 300px;
	text-align: left;
	margin-bottom: 4px;
	clear: none;
	padding-left: 4px;
}

#schedule-form p#submit-newsletter {
	padding: 4px 0;
}

#schedule-form input[type="submit"] {
	background-color: #f2f4f3;
	color: #666;
	text-transform: uppercase;
	font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	border: none;
	font-size: 11px;
	line-height: 11px;
	padding: 3px 5px;
}

/* CONTACT FORM */

#content form.contact_form {
	position: relative;
	float: left;
	width: 560px;
}

fieldset.contact_form {
	border: none;
	padding-left: 18px;
	width: 500px;
	clear: both;
}

div.error {
	color: #CF7419;
	text-align: left;
}

.error ul {
	padding-top: 5px;
}

div.error li {
	padding: 2px 0;
}

/* hide all <br> tags that wp automatically inserts*/
.contact_form br { 
	display:none;
}


/* END CONTACT FORM*/

/* SEARCH FORM */
#searchform {
	margin-top: 20px;
}

#searchform input[type="text"] {
	width: 200px;
	border: none;
	border: 1px solid #999;
	padding: 3px;
}

#searchform input:focus {
	border-color: #706570;
}
/* END SEARCH FORM */