
#shareform {
	position: absolute;
	top: 230px;
	left: 500px;
	border: 2px solid #303030;
	border-top-color:#D3D3D3;
	border-left-color:#D3D3D3;
}
#shareform table {
	background-color: #fbfcf3;	/*B0BC4D*/
}
#shareform td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	/*font-weight: bold;*/
}
#shareform th {
	background-color: #909F2D;
}
#shareform .formhead {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: 45px 0px;
	color:#FFFFFF;
}
#shareform .formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#shareform .formlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#sharebtn {
	float: right;
	cursor: pointer;
	background:url(../../i/learn/share_button.gif);
	width:165px;
	height:27px;
	text-decoration:none;
	font-size:10px;
}

#sharebtn_text {
	float:right;
	padding:7px 10px 0 0;
	text-decoration:none;
	cursor:pointer;
}
