input[type="text"],
input[type=password],
textarea, select { 
	padding:5px 5px 5px 5px; 
	font-size:12px;
	line-height:1.23em; 
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:middle;
	font-weight:normal;
	color:#929292;
	outline:none;
	background:#fff;
	border:1px solid #e8e8e8;
	text-transform:uppercase;
}


#form-bot {padding:0 0 0 2px;}
.form-bot {
	height:28px; 
	overflow:hidden; 
}
.form-bot input {
	background:#131313;
	font-size:12px;
	line-height:1.23em;
	color:#fff;
	border:none;
	height:19px;
	width:146px;
	margin:0 10px 0 0;
	padding:4px 6px 4px 6px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:1px 1px 0px rgba(255,255,255, 0.02);
	-moz-box-shadow:1px 1px 0px rgba(255,255,255, 0.02);
	-webkit-box-shadow:1px 1px 0px rgba(255,255,255, 0.02);
}
.form-bot a {
	display:inline-block;
	width:10px;
	height:16px;
	position:relative;
	overflow:hidden;
	margin-top:5px;
}

/* search */
#search {
	background:#fff;
	border:1px solid #e8e8e8;
	overflow:hidden;
	display:inline-block;
}
#search input {
	width:223px;
	margin:0;
	background:none;
	border:none;
}
#search a {
	vertical-align:middle;
	display:inline-block;
	width:49px;
	height:37px;
	position:relative;
	overflow:hidden;
}

/* Contact form */
.success {
	width:358px;
	text-align:center;
	background:#fff;
	border:1px solid #e8e8e8;
	color:#929292;
	font-size:19px;
	line-height:1.2em;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	display:none;
}
#contact-form {
	vertical-align:top;
	padding:0px  0 0 1px;
}
	#contact-form fieldset {
		border:none;
		}
		#contact-form .field {
			overflow:hidden;
			width:100%;
			padding:0 0 10px 0px;
			}
			#contact-form input { 
				float:left;
				margin:0;
				line-height:1.23em; 
			}
			#contact-form .area .error, #contact-form .area .empty{position:absolute; left:5px; top:210px;}
			#contact-form textarea {
				overflow:auto;
				height:185px;
				width:514px;
				float:left;
				margin:0;
				line-height:1.23em;
				resize:none;
			}
			#contact-form label
{
    padding: 10px 0px 0px 0px;
    display: inline-block;
    color: #F00;
    position: relative;
}
				#contact-form .error, #contact-form .empty {
					color:red;
					width:436px;
					font-size:11px;
					line-height:15px;
					padding:3px 0 0 1px;
					display:none;
					position:absolute;
					top:10px;
					left:380px;
				}
		.buttons-wrapper {text-align:right; clear:both; padding:5px 1px 0 0px;}
		.buttons-wrapper a { margin-left:27px; }
		
/* Newsletter-alt-form */
#newsletter-alt-form fieldset{border:none}
#newsletter-alt-form input {margin:0px 10px 0 0; height:16px;}
#newsletter-alt-form .button {vertical-align:middle;}