div.wpcf7 {
	margin: 0;
	padding: 0;
	font-size:12px;
}

.wpcf7 p
{
	padding: 0 0 0 0;
	color:#3A4482;
}

.wpcf7 .label
{
	width:160px;
	height: 30px;
	text-align:left;
	float:left;
	padding-left: 2px;
}

.spacer
{
	height:35px;
}

.hr
{
	padding-top: 5px;
	padding-bottom: 5px;
	height:1px;
	width:500px;
	border-bottom-color:gray;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.wpcf7 .formdt
{
	width:500px;
	height: 30px;
}


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

.wpcf7-display-none {
	display: none;
}
.widget p
{
	text-align:left;
	padding:5px;
}

.widget span input
{
	width: 250px;
	border: none;
	height:20px;
}

.widget textarea
{
	width: 250px;
	border: none;
	height:100px;
}

