﻿@charset "utf-8";
/* CSS Document */
#visitors_pop{
  position: fixed !important;
  position: absolute;
	z-index:2008;
	width:208px;
	border:2px solid #09acca;
	background:#fff;
	right:0;
	bottom:0;
}
/* IE6 */
* html #visitors_pop{position:absolute;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))
}

.pop_head{
	background:url(../images/pop_title.gif) left top no-repeat;
	width:206px;
	height:28px;
	margin:1px 0 0 1px;
}
.pop_head label{
	font:13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	padding-left:25px;
	line-height:26px;
	float:left;
}
.close_pop{
	background:url(../images/pop_close.gif) right top no-repeat;
	width:31px;
	height:28px;
	float:right;
	cursor:pointer;
}
.pop_write{
	background:url(../images/pop_bg.gif) left top repeat-x;
	width:206px;
	height:211px;
	margin-left:1px;
}
.pop_write form{
	margin:0 auto;
	text-align:center;
	padding-top:7px;
}
.pop_write textarea{
	overflow:auto;
	width:180px;
	height:60px;
	border:1px solid #177da9;
	font-size:12px;
	margin-top:6px;
}
.pop_write .txtbox{
	width:160px;
	border:1px solid #177da9;
	font-size:12px;
	height:21px;
	line-height:21px;
	margin-top:6px;
}
.email{
	background-image:url(../images/pop_email.gif);
	background-position: 2px 2px;
	background-repeat:no-repeat;
	padding-left:20px;
}
.tel{
	background-image:url(../images/pop_tel.gif);
	background-position: 2px 2px;
	background-repeat:no-repeat;
	padding-left:20px;
}
.phone{
	background-image:url(../images/pop_phone.gif);
	background-position: 2px 2px;
	background-repeat:no-repeat;
	padding-left:20px;
}
.pop_menu{
	float:right;
	padding-right:12px;
	margin-top:6px;
}
.pop_menu .log{
	background:url(../images/pop_menu.gif) 0 0 no-repeat;
	border:none;
	width:65px;
	height:26px;
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:26px;
	text-align:center;
	cursor:pointer;
}

