div.wpcf7 {
	margin: 0;
	padding: 0;
	}
div.wpcf7 p{
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #999999;
	margin-left:20px;
	}
div.wpcf7 input {
	margin: 0;
	padding: 0;
	border: 1px solid #333333;
	height: 19px;
	background-image:url(images/bg_input.jpg);
	background-repeat:repeat-x;
	background-position: top;
	width: 245px;
	background-color: #7a7a7a;

}

div.wpcf7 textarea{
	margin: 0;
	padding: 0;
	border: 1px solid #333333;
	height: 82px;
	background-image: url(images/bg_input.jpg);
	background-repeat:repeat-x;
	background-position: top;
	width: 245px;
	background-color: #7a7a7a;
	}

div.wpcf7 input.formbutton {
	outline:none;
	width: 75px;
	margin: 0px;
	height: 25px;
	color: #999999;
	background-color: #000000;
	background-image: none;
	left: 173px;
	position: relative;
	top: -10px;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: 15px;
	}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: none;
	color: #CCFF00;
}

div.wpcf7-mail-sent-ng {
	border: none;
}

div.wpcf7-spam-blocked {
	border: none;
}

div.wpcf7-validation-errors {
	border: none;
	color: #ff0000;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: none;
	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;
}

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

/* Inner styles */

#sidebar .wpcf7 {
	margin: 0;
	padding: 0;
	}
#sidebar.wpcf7 p{
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #999999;
		}
#sidebar .wpcf7 input {
	margin: 0;
	padding: 0;
	border: 1px solid #333333;
	height: 19px;
	background-image:url(images/bg_input.jpg);
	background-repeat:repeat-x;
	background-position: top;
	width: 230px;
	background-color: #7a7a7a;

}

#sidebar.wpcf7 p textarea{
	margin: 0;
	padding: 0;
	border: 1px solid #333333;
	height: 82px;
	background-image: url(images/bg_input.jpg);
	background-repeat:repeat-x;
	background-position: top;
	width: 150px;
	background-color: #7a7a7a;
	}

#sidebar.wpcf7 input.formbutton {
	outline:none;
	width: 75px;
	margin: 0px;
	height: 25px;
	color: #999999;
	background-color: #000000;
	background-image: none;
	left: 212px;
	position: relative;
	top: -10px;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	}
#sidebar.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

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

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

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

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

#sidebar span.wpcf7-form-control-wrap {
	position: relative;
}

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

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

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

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

