#content {
	padding: 0;
	overflow: hidden;
	height: auto;
}
#content h2{
	width:292px;
	height:16px;
	display:block;
	margin:10px 0 10px 0;
	color: #000;
	font-size: 12px;
	text-align: center;
	background-repeat: no-repeat;
 }
#content h3{
	float:left;
	width:292px;
	height:14px;
	display:block;
	margin:6px 0 6px 0;
	color: #000;
	font-size: 12px;
	text-align: center;
}
#media-centre-controls-intro{
	z-index:60;
	width:301px;
	height:425px;
	overflow:hidden;
	position:absolute;
	margin:0 0 0 -7px;
	top: 0px;
	left: 600px;
	background: url(../img/share_bg.png) no-repeat;
}
#media-centre-controls{
	z-index:60;
	width:301px;
	height:425px;
	overflow:hidden;
	position:absolute;
	margin:0 0 0 -7px;
	top: 42px;
	left: 455px;
	background: url(../img/share_bg.png) no-repeat;
}
#networks {
	width: 290px;
	float: left;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 0;
}
#networks li {
	width: 90px;
	height: 20px;
	float: left;
	margin: 0 0 5px 5px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	list-style: none;
}
#networks li a {
	width: 292px;
	height: 15px;
	padding: 0;
	text-decoration: none;
	color: #000;
}
#networks li a:hover {
	text-decoration: underline;
	color: #999;
}
#networks li a img {
	float: left;
	margin: 2px 5px 0 0;
	-webkit-transition: margin-left 0.25s linear;
	border: 0;
	margin: 2px 6px 0 0;
}
#seperator {
	background-image: url(../img/dot_seperator.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: 276px;
	float: left;
	margin: 0 8px 0 8px;
}
#fieldTitle {
	height: 14px;
	width: 200px;
	color: #333333;
	padding: 5px 0;
	float: left;
	font: 12px Arial, Helvetica, Verdana, sand-serif;
	font-weight: bold;
}
#shareBoxError {
	height: 14px;
	width: 264px;
	color: #F00;
	padding: 5px 0;
	float: left;
	font: 10px Arial, Helvetica, Verdana, sand-serif;
	font-weight: bold;
}
#content form {
	float: left;
	height: auto;
	width: 274px;
	padding: 0 8px 0 8px;
}
#content input.email {
	float: right;
	background:url(../img/comment_textarea.gif);
	height: 14px;
	width: 164px;
	margin: 0 0 4px 3px;
	padding: 5px 2px;
	border: 1px solid #8a8a8a;
	color: #787878;
}
#content input.email:focus {
	color:#000;
	border: 1px solid #ff0000;
}
#content input.name {
	float: left;
	background:url(../img/comment_textarea.gif);
	height: 14px;
	width: 98px;
	margin: 0 0 4px 0;
	padding: 5px 2px;
	border: 1px solid #8a8a8a;
	color: #787878;
	width: 92px;
}
#content input.name:focus {
	color:#000;
	border: 1px solid #ff0000;
}
#content input.send {
	width: 55px;
	height: 20px;
	float: left;
	margin: 2px 0 0 107px;
}
#content input.copy {
	width: 55px;
	height: 20px;
	float: left;
	margin: 5px 0 0 115px;
}
#copytext {
	text-align: center;
	font-size: 11px;
	color: #545353;
	height:18px;
	width:270px;
	background-color:#dadada;
	float: left;
	margin: 10px 0 5px 11px;
	padding: 2px 0 0 0;
	font: 10px tahoma;
}
