#signupform #captcha {
	width: 180px;
	height: 30px;
	background: #fff;
	}

#signupform #captcha img { margin: 5px 80px; }

#signupform {
	width: 300px;
	font-size: 0.65em;
	background: #fff url('images/email_bg.jpg') top left no-repeat;
	top: -18px;
	height: 115px;
	padding: 30px 0 0 15px;
	margin-bottom: 10px;
	}

#theform { padding: 0px; }

#theform-text {
	margin: 0px;
	padding: 0px;
	}

#signupform h4 {
	font-size: 1.5em;
	padding-top: 5px;
	margin-bottom: 0;
	}

#signupform .emailform_subhead {
	font-weight: bold;
	color: #f56520;
	font-size: 1.2em;
	}

#signupform p {
	font-size: 12px;
	color: #868b8c;
	}

#signupform input.email_input {
	border: 1px solid #CCCCCC;
	color: #AAAAAA;
	padding: 6px;
	width: 165px;
	float: left;
	}
	
.search_input {
	border: none;
	color:#AAAAAA;
	margin: 0px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding:6px;
	width: 254px;
	float: left;
	autocomplete="off";
	}

#signupform input.emailform_button {
	border: 0;
	position: relative;
	width: 92px;
	top: -18px;
	padding: 6px;
	}

.search_button {
	border: 0;
	float: left;
	width: 112px;
	height: 38px;
	padding: 0px;
	}

#signupform .highlight {
	font-weight: bold;
	border: 1px solid #f00;
	}

#contact_form, #comment_form {
	margin-top: 20px;
	border: 6px solid #f8f8f8;
	background: #f8f8f8;
	}

#contact_form label, #comment_form label {
	display: inline-block;
	width: 150px;
	text-align: right;
	padding: 12px 15px 3px 0;
	font-size: 12px;
	color: #029bb3;
	font-weight: bold;
	}

#contact_form textarea, #comment_form textarea {
	vertical-align: top;
	width: 400px;
	height: 80px;
	border: 1px solid #d4d4d4;
	}

#contact_form input[type=text], #comment_form input[type=text] {
	width: 400px;
	border: 1px solid #d4d4d4;
	}

#contact_form input[type=submit], #comment_form input[type=submit] {
	margin-left: 480px;
	margin-top: 20px;
	width: 100px;
	}

.form_border {
	padding: 10px;
	border: 1px solid #d4d4d4;
	background: #e8e8e8;
	}

#contact_form textarea:focus, #contact_form input:focus, #comment_form textarea:focus, #comment_form input:focus { background: transparent url('images/blueshadow_bg_1x88.gif') repeat-x; }
#contact_form input.highlight, #contact_form textarea.highlight, #comment_form input.highlight, #comment_form textarea.highlight { border: 1px solid #d00; }

#contact_form small {
	font-size: 10px;
	color: #999;
	margin-left: 165px;
	padding-top: 10px;
	}

#comment_form small {
	font-size: 12px;
	color: #999;
	/*margin-left: 165px;
	padding-top: 10px;*/
	}

#comment_form {
	margin-left: 8px;
	color: #565656;
	}

#comment_form h2 {
	margin: 0;
	color: #565656;
	font-size: 18px;
	}
