.share {
	text-align: right;
	margin: 0 auto;
	font-size:0.9167em;
	font-weight:bold;
}
.share .innerContainer{
	padding: 4px 8px 8px 0;
	height: 20px; 
}
.share  a{
	margin: 0 4px;
}

.video .share {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 32px;
	background: #e5e5e5;
	width: 470px;
}

#mailsendform p.error span.error { 
	display: block;
}
#mailsendform p span.error { 
	display: none;
}

#mailsendform p { 
	position: relative;
	margin-top: 4px;
}
#mailsendform label {
	position: absolute;
	top: 2px;
	left: 4px;
	background-color: white;
}



#mailsendform input, #mailsendform textarea {
	width: 240px;
}
#mailsendform textarea {
	height: 80px; 
}