div.wpcf7 {

	margin: 0;

	padding: 0;

}

div.wpcf7 p {
color: #434343;
padding-bottom:5px;
}

div.wpcf7 p:hover {
	color:#747474;
}



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;

}



span.wpcf7-form-control-wrap {

	position: relative;

}



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;

}

div.wpcf7 textarea {
width: 410px;
height: 160px;
}


div.wpcf7 input, div.wpcf7 textarea {
background-color: #1b1b1b;
margin: 2px 0 0 0;
border:1px #2c2c2c solid;
color:#a9a9a9;
padding:3px;
}

div.wpcf7 input:hover, div.wpcf7 textarea:hover {
	border:1px #6c6e00 dotted;
}

div.wpcf7 input {
width: 160px;
height: 20px;
}

.go input {
width: 157px !important;
height: 47px  !important;
color: #4e5c70  !important;
font-size:0 !important;
background:url(images/send.jpg) 0 0 no-repeat !important;
cursor: pointer;
border:0 !important;

}

.go input:hover {
	background:url(images/send.jpg) 0 -47px no-repeat !important;

}


.ic {
width: 423px;
border: 1px #212121 dotted;
border-width: 0 0 1px 0;
margin: 0 0 8px 0;
}
