/* ---------- POPUPS ---------- */
#tip_title {
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 4px;
}
#tip_date {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #999;
	margin: 0px;
}
#tip_image {
	float: right;
	margin: 0px 0px 10px 10px;
}
#tip_paragraph {font-size: 11px;}
#tip_link {font-size: 11px;}

#shareLeft {
	float: left;
	width: 122px;
}
#shareRight {
	float: right;
	width: 250px;
}
#shareLeft, #shareRight {font-size: 11px;}
#shareLeft h1, #shareRight h1 {font-size: 13px;}
#shareLeft a {
	text-decoration: none;
	color: #32506C;
}
#shareLeft a:hover, #shareLeft a:active {color: #005C42;}
#shareRight th, #shareRight td {vertical-align: top;}
#shareRight input, #shareRight textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	width: 180px;
}
#shareRight textarea {height: 80px; overflow:auto;}
#shareRight input.checkbox {width: auto;}
#shareRight button {
	display: block;
	cursor: pointer;
	background-color: #EFEFEF;
	color: #32506C;
	font-weight: bold;
	border: 1px solid #32506C;
}
#shareRight button:hover {
	background-color: #32506C;
	color: #FFF;
}