
a.button{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	background:url(images/globals/buttons/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
}
a.minibutton{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	background:url(images/globals/buttons/minibutton.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:100px;
}
a:hover.button, a:hover.minibutton{
	color:#0066CC;
}

/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	.button_form{
		background:url(images/globals/buttons/icon_docedit.gif) no-repeat 8px 5px;
		text-indent:30px;
		display:block;
	}
	
	.button_doc{
		/*background:url(images/globals/buttons/icon_loupe.gif) no-repeat 8px 5px;*/
		text-indent:30px;
		display:block;
	}