div.wpcf7 {
	margin: 0;
	padding: 0;
}

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;
}



.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}





.wpcf7-form p{
font-family:arial, helvetica;
font-size: 12pt;
text-align:left;

}
.wpcf7-form p input, .wpcf7-form p textarea{

font-size:16pt;
padding:2px;
}

.form7submit {
display: block;
width: 307px;
}


.dugme {
background:url(http://webdesign.humanvision.eu/wp-content/themes/human-vision/images/emailthisform-btn.png);
background-repeat:no-repeat;
text-indent:-9999px;
height:36px;
overflow:hidden;
width:247px;
border:medium hidden;
border:0;
float:left;
}


.bmsg{
display: block;
width: 400px;
height: 90px;
color:#777777;
margin-bottom:15px;
margin-top:5px;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
border-style:solid;
border-width:1px;
border:1px solid #AEAEAE;
}

.smsg{
display: block;
width: 400px;
height: 30px;
color:#777777;
margin-bottom:15px;
margin-top:5px;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
border-style:solid;
border-width:1px;
border:1px solid #AEAEAE;
}

.ddmsg{
font-size:14pt;
display: block;
width: 400px;
height: 30px;
color:#777777;
margin-bottom:15px;
margin-top:5px;
border-style:solid;
border-width:1px;
border:1px solid #AEAEAE;
}

span.wpcf7-list-item {
display:block;
width: 200px;
float:left;
height:25px;
margin-left:0.5em;
margin-top:10px;
}