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

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

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-textarea {
	background: #fff;
	margin-left: -3px;
	margin-right: -3px;
	padding: 3px;
}

.wpcf7-submit {
	color: #fff; 
	border: none; 
	background: #006699;
	display: inline-block;
    text-decoration: none !important;
    line-height:11px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 11px 15px 11px 15px;
    margin: 5px 10px 5px 0;
    -webkit-transition: all 0.2s ease,top 0ms linear;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    font-size: 100% !important;
}

span.wpcf7-form-control-wrap {
	position: relative;
	background: #fff;
	padding: 3px;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

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

span.wpcf7-list-item {
	color:#000000;
}

.wpcf7-display-none {
	display: none;
	padding:5px;
}

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;
}