/*!
 * Ext Core Library 3.0
 * http://extjs.com/
 * Copyright(c) 2006-2009, Ext JS, LLC.
 * 
 * MIT Licensed - http://extjs.com/license/mit.txt
 */
.tab-buttons-panel li {
	cursor: pointer;
	list-style-type: none;
	
}
.tab-buttons-panel li.tab-show {
}
.tab-content {
	position: absolute;
	display: none;
	width: 370px;
	height: 250px;
	overflow: hidden;
	top: 10px;
}
#tel_mail {
	height: 32px;
	width: 370px;
	font-style: 16;
	overflow: hidden;
	text-align: center;
}

.pulisci {
	clear: both;
}

.tab-content-show {
    display: block;
}
