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

#commentform {
	margin: 5px 10px 0 0;
/* 	padding-left: 5px; */
	width: 605px;
	float: left;
}

#commentform p {
	padding: 0 0 5px 0;
	float: left;
	clear: both;
	width: 100%;
}

#commentform label {
	width: 80px;
	display: block;
	float: left;
	padding-left: 3px;
}

#commentform input[type="text"] {
	width: 170px;
	padding: 2px;
	background-color: #f0f7f9;
	border: none;
	border: 1px solid #b9b9b9;
	float: left;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
	background-color: #f0f7f9;
	border: none;
	border: 1px solid #b9b9b9;
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
}

#respond:after {
	content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#commmentform #submit {
	width: 81px !important;
	height: 29px !important;
}

/* End Form Elements */

/* CONTACT FORM */

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

fieldset.contact_form {
	border: none;
	padding-left: 1.4em;
	width: 590px;
/* 	position: relative; */
/* 	float: left; */
	clear: both;
}

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

.contact_form p {
	clear: both;
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	*padding: 5px 0;
/* 	*margin: 0; */
}

.contact_form label.required {
	font-weight: bold;
}

.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: #242961;
}

.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;
}

.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;
	*padding-left: 160px;
	position: relative;
	text-align: left;
	clear: both;
}

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

div.error li {
	margin-top: 3px !important;
	margin-bottom: 3px !important;
}

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

/* END FORMS*/