@charset "utf-8";

#talk_share_mask {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9998;
	background-color: #000000;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

#talk_share_win {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9999;
	overflow: hidden;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

#talk_share_win .bg {
	padding: 5px;
	background-color: #DDDDDD;
}

#talk_share_win .box {
	width: 440px;
	background-color: #FFFFFF;
}

#talk_share_win .box .title {
	cursor: move;
	padding-left: 10px;
	width: 440px;
	height: 32px;
	line-height: 32px;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #8B636B;
}

#talk_share_win .box .title .close {
	position: relative;
	top: 11px;
	left: 300px;
}

#talk_share_win .box .email {
	padding: 10px 20px;
}

#talk_share_win .box .subject {
	color: #7D555D;
	font-size: 16px;
	font-weight: bold;
}

#talk_share_win .box .talkname {
	margin-top: 10px;
	color: #7D555D;
	font-size: 15px;
}

#talk_share_win .box .content {
	margin-top: 15px;
	border: 1px solid #D1C8C9;
	padding: 10px 20px;
	line-height: 22px;
	width: 360px;
	color: #B9A4AB;
	font-size: 13px;
	background-color: #FEF5F6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#talk_share_win .box .content a {
	color: #B9A4AB;
	font-size: 13px;
}

#talk_share_win .box .address {
	margin-top: 15px;
	line-height: 20px;
	color: #99767C;
	font-size: 13px;
}

#talk_share_win .box .address textarea {
	margin-left: 5px;
	border: 1px solid #D2C7CB;
	width: 295px;
	height: 60px;
	color: #333333;
	background-color: #FFFBFA;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	resize: none;
}

#talk_share_win .box .tools {
	margin-top: 15px;
	width: 400px;
	text-align: center;
}

#talk_share_win .box .tools .send {
	display: block;
	margin: 0px auto;
	width: 112px;
	height: 30px;
	background: url(/img/talk/common/send_btn.png);
}