div.wpcf7 {
	-moz-border-radius: 5px; /* Firefox */
  	-webkit-border-radius: 5px; /* Safari and Chrome */
  	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
  	-khtml-border-radius: 5px;
	background-color: #f2f2f2;
	padding: 10px;
	width:600px;
	margin-top: 10px;
	float: left;
	display: inline;
	color:#5D5B5B;
	font-family:"Trebuchet MS";
	font-size:13px;
}

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: -15%;
	left: 2%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	color:#5D5B5B;
	font-family:"Trebuchet MS";
	font-size:13px;
	width: 261px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	color:#5D5B5B;
	font-family:"Trebuchet MS";
	font-size:13px;
	display: block;
}

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

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

img.ajax-loader {
	border: none;
	vertical-align: middle;
}

.wpcf7-form{
	margin: 20px auto 20px auto;
	width:500px;
}

.wpcf7-form p{
	color:#5D5B5B;
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
}

.wpcf7-validates-as-required{
	margin: 6px 0px 0px 10px;
	border: none;
	background: transparent;
	width:263px;
	height: 17px;
	color:#000;
	font-family:"Trebuchet MS";
	font-size:13px;
}

.wpcf7-form-control-wrap input{
	margin: 6px 0px 0px 10px;
	border: none;
	background: transparent;
	width:263px;
	height: 17px;
	color:#000;
	font-family:"Trebuchet MS";
	font-size:13px;
}



.wpcf7-form-control-wrap textarea{
	margin: 6px 0px 0px 10px;
	background: transparent;
	border: none;
	width:440px;
	height:130px;
	color:#000;
	font-family:"Trebuchet MS";
	font-size:13px;
}

.wpcf7-form p input{
	float: right;
	width: 72px;
	height: 31px;
	-moz-border-radius: 5px; /* Firefox */
  	-webkit-border-radius: 5px; /* Safari and Chrome */
  	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
  	-khtml-border-radius: 5px;
  	border: 1px solid #aaa;
  	color: #5D5B5B;
  	margin: 10px 39px 0 0;
	background-color: #f2f2f2;
	font-family:"Trebuchet MS";
	font-size:13px;
}



