/* ----- Sign Up Box (Black) ----- */

#newsletterSignup form input {
	height: 28px /*30px*/;
	padding: 2px 0 0 5px !important;
}

#newsletterSignup .submit {
	left: 55px;
}

/*----- Writings Page: Share With Others Box ----- */

.shareWithOthersBox {
	margin-left: 60px;
}

.availableBookstores2009 {
	margin-left: 10px;
}

/*----- Writings Page: Other Writings Box ----- */

.otherWritingsBox h4 {
	font: bold 18px/24px palatino, georgia,'Times New Roman', times, serif !important;	
}
.readingLinks {
	width: 120px;
}

/* ----- Additional Resources Popup Box ----- */

.downloadPDFBox {
	margin: 0 0 0 182px;
}

.readOnlineBox {
	margin: 0 0 0 34px;
}

.additionalResources dl {
	background: url(../images/backgrounds/popup_contributeToday.gif) no-repeat top left;
}


.additionalResources ul li:hover dl,
.additionalResources ul li a:hover dl {
	visibility:visible;
	top:-43px;
	left:120px;
	cursor:default;
}

.additionalResources ul li:hover dl p {
	padding-top: 30px;
	background: blue;
}
