/*@charset "utf-8";

.errorP {
width:200px !important;
}
.wrap{
	width:450px;
	color:#FFF;
	position:absolute;
	top:218px;
	left:610px
}
.wrap .top{
	width:453px;
	display:block;
	height:13px;
	clear:both;
	background: url(../images/tool_tip_top_bg_share.png) no-repeat right top;
}
.wrap .bottom{
	width:453px;
	display:block;
	height:13px;
	clear:both;
	background: url(../images/tool_tip_bottom_bg_share.png) no-repeat right top;
}
.wrap .center_content{
	width:453px;
	display:block;
	clear:both;
	padding:0;
	background:url(../images/tool_tip_center_bg_share.png) repeat-y;
	color:#333;
	float:left;
}
.wrap .center_content p{
	float:left;
	width:420px;
	margin:0 auto;
	padding:0 15px 0 15px;
}
.wrap .center_content .img{
	padding:0 10px 0 0;	
}
.clear{
	clear:both;
}
.intBtn_Email {
	width:195px;
	height:20px;
	background:url(../images/ShareThisViaEmail_195x20.png) no-repeat left top transparent;
	border:0;
	margin:10px 15px;
	margin-left:135px;
}
.intBtn_Email:hover {
	width:195px;
	height:20px;
	background:url(../images/ShareThisViaEmail_195x20.png) no-repeat left bottom transparent;
	border:0;
	margin:10px 15px;
	margin-left:135px;
}

.shareFrm {
	width:406px;
	padding:5px;
	margin:0 0 0 30px;
}
.shareFrm label {
	width:150px;
	font-size:12px;
	color:#fff;
	float:left;
	margin:5px 10px 5px 0;
}
.shareFrm input, .shareFrm textarea {
	width:200px;
	height:18px;
	font-size:11px;
	color:#000;
	float:left;
	margin:0;
	background:#fff;
	border:0;
	padding:3px;
	border:1px solid #000;
	-moz-border-radius:2px;
}
.shareFrm textarea {
	height:90px;
}
.shareFrm br {
	clear:left;
}
.shareFrm p {
	color:#78A22F;
}
.shareFrm .sendBtn {
	width:102px;
	height:20px;
	background:url(../images/submitbtn.png) no-repeat top left;
	border:none;
	cursor:pointer;
	margin-left:267px;
}
.shareFrm .sendBtn:hover {
	background:url(../images/submitbtn.png) no-repeat bottom left;

}
.sclBtns {
	margin:0 0 0 28px;
}
.sclBtns a {
	width:40px;
	margin:5px;
	float:left;
	text-align:center;
}
.2pxborder{
	border:2px solid #fff;
}
.closure {
	width:11px;
	height:0;
	padding:11px 0 0 0;
	position:absolute; 
	right:10px; 
	top:10px; 
	background:#fff url(../images/popup_Cls_Btn.png) no-repeat;
	overflow:hidden;
	display:block;
}
*/