#contactFormFP {
	background-image: url(../img/contact-bk.jpg) ;
	width: 374px ;
	height: 241px ;
	margin: 0 auto ;
	padding: 0 ;
	position: relative ;
}
#contactFormFPsent {
	background-image: url(../img/contact-bk-sent.jpg) ;
	width: 374px ;
	height: 241px ;
	margin: 0 auto ;
	padding: 0 ;
	position: relative ;
}
#contactFormFP input {
	width: 213px ;
	height: 32px ;
	background: transparent ;
	padding:  0 10px ;
	margin: 0 ;
	position: absolute ;
	font-size: 16px ;
	line-height: 16px ;
	border: none;
	color: #4e4e4e ;
} 

#contactFormFP input:focus, 
#contactFormFP input:hover {
	color: #4e4e4e ;
}
#contactFormFP input.fpc-name {
	top: 78px ;
	left: 100px ;
}
#contactFormFP input.fpc-email {
	top: 118px ;
	left: 100px ;
}
#contactFormFP input.fpc-phone {
	top: 159px ;
	left: 100px ;
}
#contactFormFP button.fpc-submit {
position: absolute ;
	top: 195px ;
	left: 230px ;
	width: 116px ;
	height: 45px ;
	background: transparent ;
	background-image: url(../img/submit.png) ;
	background-position: left ;
	border: none ;
}
#contactFormFP button.fpc-submit span{
	display: none ;
}
#contactFormFP button.fpc-submit:hover,
#contactFormFP button.fpc-submit:focus {
	background-position: 118px ;
	cursor: pointer ;
}
#CFPerror {
	display: none ;
	background-color: white ;
	position: absolute ;
	top: 200px ;
	left: 24px ;
	border: #ccc 1px solid ;
	width: 200px;
	font-size: 12px ;
	text-align: center ;
	max-height: 20px ;
	overflow: hidden ;
}