#share_icons a.share img {
	border: 0;
	background-repeat: no-repeat;
	background-position: bottom left;
}
#share_icons a.share:hover img {
	background-position: top left;
}

#share_icons.small .twitter img {
	background-image: url('http://www.lorman.com/images/social_media/twitter_sprite_16x32.gif');
}
#share_icons.large .twitter img {
	background-image: url('http://www.lorman.com/images/social_media/twitter_sprite_32x64.gif');
}

#share_icons.small .facebook img {
	background-image: url('http://www.lorman.com/images/social_media/facebook_sprite_16x32.gif');
}
#share_icons.large .facebook img {
	background-image: url('http://www.lorman.com/images/social_media/facebook_sprite_32x64.gif');
}

#share_icons.small .linkedin img {
	background-image: url('http://www.lorman.com/images/social_media/linkedin_sprite_16x32.gif');
}
#share_icons.large .linkedin img {
	background-image: url('http://www.lorman.com/images/social_media/linkedin_sprite_32x64.gif');
}

#share_icons.small .email img {
	background-image: url('http://www.lorman.com/images/social_media/email_sprite_16x32.gif');
}
#share_icons.large .email img {
	background-image: url('http://www.lorman.com/images/social_media/email_sprite_32x64.gif');
}

#share_icons label.share {
	vertical-align: top;
	line-height: 16px;
	padding-right: 5px;
}

body.modal {
	overflow: hidden;
}
#mask {
	display: none;	/* shown when necessary */
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #284d7a;
}
#email_dialog {
	display: none;	/* shown when necessary */
	
	position: absolute;
	top: 25px;
	width: 400px;
	z-index: 11;
	min-height: 60px;

	border: 2px solid #284d7a;
	background-color: #fff;
	padding: 1px;
}
#email_close {
	display: none;	/* shown when necessary */
	
	position: absolute;
	z-index: 12;
	cursor: pointer;
}
#email_dialog {
	padding: 10px;
}
#email_dialog h2 {
	font: 18px Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}
#email_form * {
	font: 12px Tahoma, sans-serif;
}
#email_form input.text {
	width: 250px;
}
#email_form label {
	display: block;
	float: left;
	width: 125px;
}
#email_form textarea {
	width: 250px;
	height: 100px;
}

