#share{
	margin:5px 8px;
}
#share hr {
	border:0;
	height:1px;
	background-color:#CCC;
	clear:both;
}
#share #facebook{
	background:url(/img/share-sprite.png);
	height:21px;
	width:73px;
	text-indent:-9999px;
	display:inline-block;
}
#share #twitter{
	background:url(/img/share-sprite.png) 0 -31px;
	height:22px;
	width:87px;
	text-indent:-9999px;
	display:inline-block;
}
#share h1{
	float:left;
	font-size:150%;
	margin-right:10px;
	margin-bottom:0.3em;
}
#share p.tagline{
	padding-top:10px;
	font-size:90%;
	margin-bottom:0;
	color:#666;
}
#share .error{
	display:block;
	margin: 0;
	color:red;
	width:90%;
	font-weight:700;
	font-size:90%;
}
#share #ccsender{
	display:inline;
	border:0!important;
	vertical-align:middle;
}
#share input, #share textarea{
	border-top:1px solid #b3b3b3;
	border-right:1px solid #e2e2e2;
	border-bottom:1px solid #d5d5d5;
	border-left:1px solid #e2e2e2;
    -moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#share .email{
	float:left;
	width:268px;
}
#share .email1{
	margin-right:11px;
}
#share .email input.text{
	margin-bottom:5px;
	margin-top: 10px;
	width: 258px;
	padding:2px 4px;
}
#share label{
	font-size:83%;
	display:block;
	color:#666;
}
#share label strong{
	color:#000;	
}
#share .message{
	margin-top:20px;
	margin-bottom:10px;
}
#share .message textarea{
	font-family:arial, sans-serif;
	font-size:83%;
	line-height: 130%;
	width:535px;
	margin-top: 10px;
	height: 150px;
	overflow:auto;
	padding:5px;
}
#share p.label, #share p.feedback, #share p.email-legal, #share #ccsender-label{
	color:#666;
	display:inline;
	font-size:79%;
}
#share form{
	margin:20px 10px 0;
}
#share .send-share-email{
	float:right;
	background:url(/img/share-sprite.png) 0 -63px;
	border:none;
	width:65px;
	height:28px;
	text-indent:-9999px;
	cursor:pointer;
}
h2#sm{
	float:left;
	font-size:100%;
	margin-bottom:5px;
}
.success-message{
	color:green;
	font-weight:bold;
	margin:20px 0 40px;	
}