/* 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 */

/* CONTACT FORM */

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

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

.contact_form label {
	position: relative;
	float: left;
	width: 120px;
	margin-bottom: 1em;
	padding: 3px 10px 3px 0;
	text-align: right;
}

.contact_form p {
	clear: both;
	margin: 0 auto;
	padding: 0.5em 0;
}

.contact_form label.required {
	font-weight: bold;
	color: #3B7DE1;
}

.contact_form input {
	position: relative;
	float: left;
	width: 200px;
	border: none;
	border: 1px solid #999;
	padding: 3px;
}

.contact_form input:focus, .contact_form textarea:focus {
	border-color: #003399;
}

.contact_form textarea {
	position: relative;
	float: left;
	width: 200px;
	height: 120px;
	border: 1px solid #999;
	padding: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}

.contact_form select {
	width: 208px;
}

.submit-button {
	background-color: #706570;
	padding: 4px 8px;
	text-align: center;
	border: 0px;
	color: white;
	text-transform: uppercase;
}

.contact_form input.btn_sign_up {
	width:auto;
	height: auto;
	border: none;
	clear: both;
	float: left;
	position: relative;
	padding-left: 130px;
}

.btn_form_wrap {
	padding-top: 10px;
	padding-left: 148px;
	position: relative;
	text-align: left;
	clear: both;
}

div.error {
	padding-left: 144px;
	color: #AA0000;
	text-align: left;
}

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

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

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

/* END CONTACT FORM*/