div.wpcf7 {
	margin: 0;
	padding:0;
}

div.wpcf7-response-o{
	padding: 0;
	border: 0;
}

.wpcf7-form {
	color: #404040;
	outline: none;
}

.wpcf7-textarea {
width: 100%;
height: 100px;
}
.wpcf7 input {
width: 100%;
}
.wpcf7-text {
width: 50%;
}
.wpcf7-submit {
  background-color: #0f566d;
  border-color: #147291;
	color: #fff;
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
  background-color: #0f566d;
width:30%;
text-align:center;
text-transform:uppercase;
}


div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	widght: 100px;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}
