﻿#header-search {
	float:right;
	display:block;
	width:219px;
	height:26px;
	background:url(../images/search-input.png) no-repeat 0 0;
	position: relative;
	overflow:hidden;
	margin:16px 0 0 0;
}
#header-search input {
	background:none;
	border:none;
	font-size:13px;
	outline:none;
	color:#1a1a2f;
	padding:9px 15px 9px 0;
	width:160px;
	margin:0 0 0 15px;
	height:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header-search a {
	position:absolute;
	display:block;
	width:26px;
	height:25px;
	background: url(../images/search-submit.png) no-repeat 0 0;
	right:85px;
	top:5px;
	left:auto;
}
	#header-search a:hover {
		background: url(../images/search-submit.png) no-repeat 0 bottom;
	}

#search-alt {
	float:right;
	display:block;
	width:229px;
	height:35px;
	background: url(../images/search-alt-bg.png) no-repeat 0 0;
	position: relative;
	overflow:hidden;
	margin:0;
}
#search-alt input {
	background:none;
	border:none;
	font-size:13px;
	outline:none;
	color:#fff;
	padding:9px 15px 8px 0;
	width:170px;
	margin:0 0 0 15px;
	height:16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#search-alt a {
	position:absolute;
	display:block;
	width:26px;
	height:25px;
	background: url(../images/search-alt-submit.png) no-repeat 0 0;
	right:8px;
	top:5px;
	left:auto;
}
	#search-alt a:hover {
		background: url(../images/search-alt-submit.png) no-repeat 0 bottom;
	}

/* Contact form */
#contact-form {
	display:block; 
	height:378px;
	position:relative;
	margin:5px 0 0 0;
	width:230px;
}
#contact-form label {
	display:block; 
	height:50px;
	position:relative;
}
	#contact-form label.message {
		height:auto;
		position:relative;
		overflow:visible;
	}
#contact-form span {
	display:none;
	color:#445c02;
	margin:0 0 0 5px;
	font-size:11px;
	line-height:14px;
	text-align:left;
}
#contact-form label span.errors {
	display:block;
	margin:0;
	position:absolute;
	left:17px;
	top:35px;
	width:230px;
}
#contact-form label.message span.errors {
	top:163px;
}
#contact-form input {
	width:200px; 
	font-size:13px;
	padding:8px 15px 9px 15px !important;
	background: url(../images/contact-form-bg.png);
	outline:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block;
	color:#4d4a4a;
	margin:0;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5) inset;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5) inset;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5) inset;
	border-radius:17px;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	border:none;
	height:18px;
}
#contact-form textarea {
	height:145px;
	width:200px; 
	font-size:13px;
	padding:8px 15px 9px 15px !important;
	background: url(../images/contact-form-bg.png);
	outline:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block;
	color:#4d4a4a;
	margin:0;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5) inset;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5) inset;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5) inset;
	border-radius:17px;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	border:none;
	overflow:auto;
	resize:none;
}
#contact-form .btns {
	padding:0;
	position:absolute;
	bottom:0;
	left:0;
	height:auto;
	width:auto;
	overflow:hidden;
}
	#contact-form .btns a {
		margin:0 12px 0 0;
	}
#contact-form .success {
	display:none;
	font-size:13px;
	line-height:18px;
	padding:0;
	top:-18px;
	left:7px;
	position:absolute;
	word-spacing:-1px;
	color:#4d4b4b;
	right:7px;
	text-align:center;
}
