/*

	-- -- -- -- -- -- --
	module-pub-notification.css
	Plug-in style for pages requiring publication notification widget
	-- -- -- -- -- -- --
	
*/



																				/* Customized version of contact form styling */
#name-address {
	width: auto;
	background: #fff url(../i/ui/h-sep.gif) repeat-x 0 0;
	border: none;

	margin: 0 auto 2em auto;
	padding: 10px 20px 10px 25px;
}
#name-address label {
	display: block;
	font-weight: bold;
	margin-bottom: 0.2em;
}
#name-address label, #name-address p {
	font-size: 0.95em;
	line-height: 1;
}
#name-address p {
	margin: 0;
}
#name-address input, #name-address textarea {
	margin-bottom: 1em;
	width: 100%;
}
#name-address input.submit {
	width: auto;
}

																				/* Contact Form style for book pages */
.add-notification {
	/* background: #fff url(../i/ui/h-sep.gif) repeat-x 0 0; */
	border: none;
	width: 100%;
	overflow: hidden;
	padding-top: 0.5em;
	padding-bottom: 1.5em;
}
.add-notification a:link, .add-notification a:visited {
	display: block;
	float: left;
}
.add-notification p {
	/* float: right; 
	margin: 0;*/
	margin-top: 1em;
	margin-left: 2em;
}
																				/* Book Lists */
#pub-notification-list {
	margin: 0.5em 0 0 0;
	padding: 1px 0 0 0;
	background: url(../i/ui/h-sep.gif) repeat-x left top;
}
#pub-notification-list li {
	background: none;
	padding: 0.5em 5px;
	clear: left;
	margin: 1px 0;
}
#pub-notification-list li.selected {
	background: #E0E9E9;
}
#pub-notification-list li input {
	margin: 4px 10px 1em 0;
	float: left;
	display: block;
}
#pub-notification-list li .title {
	display: block;
	float: left;
	margin-right: 0.5em;
}
#pub-notification-list li .meta {
	display: block;
	clear: left;
	margin: 0 0 0 25px;
	position: relative;
	top: -8px;
}
#pub-notification-list li.divider {
	padding-top: 2em;
	padding-left: 18em;
	position: relative;
}
#pub-notification-list li.divider #select-all {
	position: absolute;
	top: 0;
	left: 2em;
}