input[type="text"],
input[type=password],
select,
textarea{ 
	padding:5px 6px 5px 6px; 
	font-size:12px;
	line-height:1.23em; 
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:middle;
	font-weight:normal;
	margin:1px 0 0 1px;
	color:#7d7d7d;
	outline:none;
	width:285px;
	background-color:#fff;
	border-bottom:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	border-top:1px solid #c2c2c2;
	border-left:1px solid #c2c2c2;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:-1px -1px 1px rgba(219,219,219,1.0);
	-moz-box-shadow:-1px -1px 1px rgba(219,219,219,1.0);
	-webkit-box-shadow:-1px -1px 1px rgba(219,219,219,1.0);	
}
#search {padding-top:3px;}
#search input {width:315px;}
#search a {vertical-align:middle;}
.buttons {padding:20px 0 0 0;}
/* Contact form */
.success {
	width:277px;
	text-align:center;
	background:#fff;
	border:1px solid #dbdbdb;
	color:#7d7d7d;
	font-size:19px;
	line-height:1.2em;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	display:none;
}
form {
	vertical-align:top;
	padding-top:1px;
}
	form fieldset {
		border:none;
		}
		form .field {
			overflow:hidden;
			width:100%;
			padding:0 0 12px 0px;
			}
			form .area {
				position:relative;
			}
			form input { 
				float:left;
				line-height:1.23em; 
			}
			form textarea {
				overflow:auto;
				height:135px;
				float:none;
				line-height:1.23em;
				resize:none;
			}
			form label {
				padding:0 0 0px 0px;
				display:inline-block;
				position:relative;
				}
				form .error, form .empty {
					color:red;
					width:100%;
					font-size:10px;
					line-height:15px;
					padding:3px 0 0 0px;
					display:none;
					position:absolute;
					top:24px;
				color:#F00;
				}
				form .area .error, form .area .empty{
					position:absolute;
					top:144px;
				}
		.buttons-wrapper {text-align:right; clear:both; padding:19px 0px 0 0px;}
		.buttons-wrapper a {margin-left:6px;}

/* Newsletter-alt-form */
#newsletter-alt-form fieldset{border:none}
#newsletter-alt-form input {margin:0px 10px 0 0;}
#newsletter-alt-form .button-1 {vertical-align:middle;}
#newsletter-alt-form .button-1 .txt {padding:2px 8px 4px 8px;}

/* placement-form */
.text-form {
	color:#7d7d7d;
	width:100px;
	float:left;
	font-size:12px;
	line-height:12px;
	text-align:right;
	padding:7px 22px 0 0;
}

.field {
	clear:both;
	margin-bottom:4px;
}

.datepick {
    background-image: url("../images/sprites_smallV.png");
    background-position: right -28px;
    background-repeat: no-repeat;
	cursor:pointer;
}

#placement-form fieldset {border:none;}
	#placement-form .field {
		overflow:hidden;
		width:100%;
		padding:0 0 12px 0px;
	}
	#placement-form input { 
		float:left;
		line-height:1.23em;
		width:306px; 
	}
	#placement-form textarea {
		overflow:auto;
		height:103px;
		width:306px; 
		float:left;
		line-height:1.23em;
		resize:none;
	}
.buttons-wrapper1 {text-align:right; clear:both; padding:20px 0px 0 0px;}
.buttons-wrapper1 a {margin-left:6px;}