/* @override http://rossoblu.tvi.ch/lib/tvi/share.css */

#shareForm {
	height:310px;
	background-color:#FFF;
	padding:10px; 
	margin:10px;
}


#mailMessage {
	z-index:1000;
	display:none;
	position:absolute;
	top:100px;
	left:150px;
	width:200px;
	height:70px;
	border:2px solid #999;
	background-color: #e6e6e6;
	padding:15px;
	text-align:center;
	font-weight:bold;	
}



#mailError{
 	display:none;
 	border:1px solid #999;
 	position:relative;
 	top:30px;
 	left:10px;
 	text-align:center;
 	padding:5px;
 	paddin-top:10px;
 	margin-right:10px;
 	font-size:14px;
}

#shareForm button {
	width:70px;
}


#shareForm div.div_etichetta {
	width:150px;
	height:25px;
}

#shareForm div.lab_mailto {
	background: url('mail.jpg') no-repeat;
}

#shareForm div.lab_namefrom {
	background: url('nome.jpg') no-repeat;
}

#shareForm div.lab_mailfrom {
	background: url('mail.jpg') no-repeat;
}

#shareForm div.lab_subject {
	background: url('soggetto.jpg') no-repeat;
}

#shareForm div.lab_comment {
	background: url('osservazioni.jpg') no-repeat;
}

.shareError {
	background-color:#cc100e;
}
