#talk {
	display: block;
	width: 240px;
	height: 150px;
	background-color: #fff;
	background-image: linear-gradient(bottom, rgb(228,232,239) 26%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(228,232,239) 26%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(228,232,239) 26%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(228,232,239) 26%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(228,232,239) 26%, rgb(255,255,255) 100%);
	background-image: -webkit-gradient(linear, left bottom,	left top, color-stop(0.26, rgb(228,232,239)), color-stop(1, rgb(255,255,255)));
    color: #666666;
	position: absolute;
	bottom: 10px;
	right: 10px;
	border: 1px solid #C4C8CF;
	font-size: 14px;
	padding: 10px;
}

#talk h3{
	font-size: 16px;
	font-weight: bold;
}

#talk a {
	background-color: #59BE81;
	border: 1px solid #8DE1AD;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 6px 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	line-height: 23px;
}

#talk a:hover {
	background-color: #79DEA1;
	border: 1px solid #8DE1AD;
}

#close_talk {
	display: block;
	width: 23px;
	height: 23px;
	background: url('/images/x.png');
	position: absolute;
	top: 3px;
	right: 3px;
}

#close_talk:hover {
	cursor: pointer;
	background-position: 0 -23px;
}

#contact {
	display: block;
	width: 70px;
	height: 18px;
	background-color: #fff;
	background-image: linear-gradient(bottom, rgb(228,232,239) 26%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(228,232,239) 26%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(228,232,239) 26%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(228,232,239) 26%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(228,232,239) 26%, rgb(255,255,255) 100%);
	background-image: -webkit-gradient(linear, left bottom,	left top, color-stop(0.26, rgb(228,232,239)), color-stop(1, rgb(255,255,255)));
    color: #666666;
	position: absolute;
	bottom: 0px;
	right: 95px;
	border: 1px solid #C4C8CF;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	padding: 10px;
	text-align: center;
}