#btn_flaoting_contact_block
{
	position:absolute;
	left:0;
	top:340px;
	width:51px;
	height:186px;
	z-index:51;
	background-image:url('../images/btn float contact button.PNG');
}
#btn_flaoting_contact_block.lang2
{
	background-image:url('../images/btn float contact button en.png');
}
#flaoting_contact_block
{
	position:absolute;
	left:-420px;
	top:340px;
	width:470px;
	height:186px;
	background-color:#007BAF;
	border-radius:0px 10px 10px 0px;
	z-index:50;
}
#flaoting_contact_block .contact_title
{
	overflow:hidden;
	height:40px;
}
#flaoting_contact_block .contact_title span
{
	display:inline-block;
	float:right;
	height:30px;
	line-height:30px;
	color:white;
	margin-right:5px;
}
#flaoting_contact_block .contact_title span.icon
{
	background-position:center;
	background-repeat:no-repeat;
	background-image:url('../images/contact button arrow.PNG');
	width:25px;
}
#flaoting_contact_block form
{
	padding:0;
	margin:0;
}
#flaoting_contact_block .fields_area
{
	float:right;
	width:180px;
	margin-right:40px;
	height:85px;
}
#flaoting_contact_block .fields_area input
{
	width:180px;
	height:25px;
	line-height:25px;
	margin-bottom:5px;
	border:0;
	background-color:white;
	color:black;
	font-size:12pt;
	text-indent:10px;
}
#flaoting_contact_block .captcha_area
{
	float:right;
	width:180px;
	margin-right:5px;
	height:85px;
}
#flaoting_contact_block .captcha_area img
{
	height:55px;
}
#flaoting_contact_block .captcha_area input
{
	width:180px;
	height:25px;
	line-height:25px;
	margin-top:5px;
	border:0;
	background-color:white;
	color:black;
	font-size:12pt;
	text-indent:10px;
}
#flaoting_contact_block .btn_area
{
	clear:both;
	float:right;
	width:405px;
	height:40px;
	margin-top:5px;
}
#flaoting_contact_block .btn_area input
{
	background-color:white;
	border:1px solid white;
	font-size:16pt;
	color:#007BAF;
	text-align:center;
	height:40px;
	line-height:40px;
	padding:0px 10px;
	font-weight:bold;
	float:left;
	width:auto;
	margin:0;
}
#flaoting_contact_block .btn_area input:hover
{
	background-color:#007BAF;
	color:white;
}














