/**
* Joomla Custom Properties
* @package Custom Properties
* @subpackage cptags.css
* @version 0.98
* @revision $Revision: 1.2 $
* @author Andrea Forghieri
* @copyright (C) Andrea Forghieri, www.solidsystem.it
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL version 2
*/
div.cp_add_tag{
	background : white;
	display :block;
	width : 50%;
	height : 50%;
	margin : 100px auto 0 auto;
	border : 1px solid silver;
}
div.cp_navbar{
	background : #EEE;
	padding : 4px;
}

div.cp_field_label{
	font-weight : bold;
	color : white;
	background : #800;
	margin :0 ;
	padding :4px;
}
div.cp_field{
	float : left;
	border : 1px solid #888;
	padding : 2px;
	margin : 4px;
}


/* alter following pars at your own risk,
* ajax popup could stop working */
div#popup{
	position:absolute;
	display:none;
	z-index:999;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}