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

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

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

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 {
	position: relative;
}

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


#wpcf7-f97-o1.wpcf7 input[type="text"]
{
background: #ffffff none repeat scroll 0 0;
border: 1px solid #d9d7d7;
border-radius: 5px;
box-shadow: -1px -1px 1px #d9d7d7;
color: #a1a0a0;
font-family: "AthenaUnicode-Regular";
font-size: 20px;
margin-top: 20px;
min-height: 40px;
padding-left: 10px;
width: 100%;

}

#wpcf7-f97-o1.wpcf7 input[type="email"]
{
background: #ffffff none repeat scroll 0 0;
border: 1px solid #d9d7d7;
border-radius: 5px;
box-shadow: -1px -1px 1px #d9d7d7;
color: #a1a0a0;
font-family: "AthenaUnicode-Regular";
font-size: 20px;
margin-top: 20px;
min-height: 40px;
padding-left: 10px;
width: 100%;

}

#wpcf7-f97-o1.wpcf7 textarea
{
overflow: auto;
vertical-align: top;
font-family: inherit;
font-size: inherit;
line-height: inherit;
resize:none;

background: #ffffff none repeat scroll 0 0;
border: 1px solid #d9d7d7;
border-radius: 5px;
box-shadow: -1px -1px 1px #d9d7d7;
color: #a1a0a0;
font-family: "AthenaUnicode-Regular";
margin-top: 20px;
min-height: 150px;
padding-left: 10px;
width: 100%;
resize:none;

}

#wpcf7-f97-o1.wpcf7 input[type="submit"]{
	background-image:url(submit.png);
	margin-top:20px;
	text-indent:-10000px;
	height:42px;
	width:116px;
	border:none;
	border-radius:10px;
	
}



#wpcf7-f102-o1.wpcf7 input[type="text"],

.wpcf7 input[type="tel"]
{
background: #ffffff none repeat scroll 0 0;
border: 1px solid #cccbcb;
color: #aeaeae;
font-family: "AkzidenzGroteskBQ-LightOsF";
font-size: 16px;
margin-top: 10px;
min-height: 40px;
outline: medium none;
padding-left: 10px;
width: 100%;

}


#wpcf7-f102-o1.wpcf7 input[type="email"]
{
	
background: #ffffff none repeat scroll 0 0;
border: 1px solid #cccbcb;
color: #aeaeae;
font-family: "AkzidenzGroteskBQ-LightOsF";
font-size: 16px;
margin-top: 10px;
min-height: 40px;
outline: medium none;
padding-left: 10px;
width: 100%;	
}


#wpcf7-f102-o1.wpcf7 textarea
{
overflow: auto;
vertical-align: top;
font-family: inherit;
font-size: inherit;
line-height: inherit;
resize:none;

background: #ffffff none repeat scroll 0 0;
border: 1px solid #cccbcb;
color: #aeaeae;
font-family: "AkzidenzGroteskBQ-LightOsF";
font-size: 16px;
margin-top: 10px;
min-height: 40px;
outline: medium none;
padding-left: 10px;
width: 100%;
resize:none;

}

#wpcf7-f102-o1.wpcf7 input[type="submit"]{
	background-image:url(submit.jpg);
	margin-top:20px;
	text-indent:-10000px;
	height:48px;
	width:88px;
	border:none;
	border-radius:10px;
	
}


