input, textarea, select {
	padding: 3px;
	border: 1px solid #999900;
}
input {
	width: 250px;
}
select {
	width: 258px;
}
label {
	margin-right: 5px;
	font-weight: bold;
}

.contact-input {
	margin-bottom: 20px;
	text-align: right;
}

#submit {
	width: 151px;
	height: 34px;
	text-indent: -9999px;
	background: url(images/sendButton.png) no-repeat;
	border: 0;
}
#submit:hover {
	background: url(images/sendButton_on.png) no-repeat;
}
#submit:active {
	background: url(images/sendButton_push.png) no-repeat;
}

div.wpcf7-response-output {
	padding-bottom: 3px;
	text-align: right;
}
div.wpcf7-mail-sent-ok {
	color: #006699;
	border-bottom: 2px solid #006699;
}
div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked, div.wpcf7-validation-errors {
	color: #993300;
	border-bottom: 2px solid #993300;
}
span.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-not-valid-tip-no-ajax {
	display: block;
	color: #993300;
	font-size: 93%;
}
span.wpcf7-list-item {
	margin-left: 0.5em;
}
.wpcf7-display-none {
	display: none;
}
