#tweetBox, #linkedInBox, #emailBox
{
	position: fixed;
	top: 150px;
	left: 150px;
	padding: 30px 20px 20px 20px;
	border: 1px solid #333;
	background-color: #f1f1f1;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	z-index: 13;
}

#linkedInBox
{
	width: 520px;
	height: 570px;
}

#tweetBox .menuBar, #linkedInBox .menuBar, #emailBox .menuBar
{
	position: absolute;
	background: #283f6e url(/image/ui/titlebar-grad.jpg) repeat-x top left;
	top: -1px;
	left: 0;
	right: 0;
	height: 17px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-radius-top-left: 7px;
	border-radius-top-right: 7px;
	padding: 4px;
}

#tweetBox .twitterClose, #linkedInBox .linkedInClose, #emailBox .emailClose
{
	float: right;
	opacity: .8;
	cursor: pointer;
}

#tweetBox .twitterClose:hover, #linkedInBox .linkedInClose:hover, #emailBox .emailClose:hover
{
	opacity: 1;
}

#emailBox p
{
	font-size: 10px;
	float: left;
	width: 160px;
	position: relative;
	top: 8px;
}
