span.wpcf7 {
	margin: 0 0 25px 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#808080;
}

/*////////////////////////// custom stylesheet /*/

span.wpcf7 hr {
	display:none;
}

span.wpcf7 form {
	margin-bottom:1em;
}

span.frow {
	background:transparent url(bg_form.gif) left top no-repeat;
	padding:6px;
	margin:0;
	width:440px;
	height:28px;
	clear:both;
	display:block;
	text-align:left;
	position:relative;
}

span.text-area {
	background:transparent url(bg_text-area.gif) left top no-repeat;
	padding:6px;
	margin:0;
	width:440px;
	height:180px;
	clear:both;
	display:block;
	text-align:left;
	position:relative;
}

span.submit {
	background:transparent url(bg_submit.gif) left top no-repeat;
	padding:0px;
	margin:0;
	width:440px;
	height:35px;
	clear:both;
	display:block;
	text-align:left;
	position:relative;
}

span.submit input {
	background-color:transparent;
	border: 0px;
	height:35px;
	width:95px;
	padding:5px;
	left:0;
}

span.submit img {
	position: relative;
	top:4px;
	left:314px;
}

/*////////////////////////// common custom stylesheet /*/


label {
	position:absolute;
	top:8px;
	left:14px;
	font-size:90%;
}

span.frow input {
	position:absolute;
	left:98px;
	height:20px;
	width:320px;
	border:none;
}

span.text-area textarea {
	position:absolute;
	left:98px;
	width:320px;
	border:none;
}

/*////////////////////////// validating custom stylesheet /*/

span.wpcf7-mail-sent-ok {
	/*color:#FFF;
	display:block;
	clear:both;
	padding:9px 0px 15px 20px;
	background-color:transparent;
	background-image: url(input-confirm.gif);
	background-position: left top;
	background-repeat: no-repeat;
	top:45%;
	left:0px;*/
}

span.wpcf7-mail-sent-ng {
	/*background:#FFF url(input-error.gif) no-repeat 0 0;
	font-family:Arial, sans-serif;
	font-weight:bold;
	color:#FFF;
	border: 2px solid #ffa500;
	padding:24px;
	width:300px;
	display:block;
	clear:both;*/
}

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

span.wpcf7-validation-errors {
	margin:0px;
}

span.wpcf7-response-output {
	/*boh*/
	font-size:120%;
	color:#900;
	position:relative;
	top:9px;
	left:-8px;
}

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