			/***********************************************************
			/ button styles
			************************************************************/
			
			.fancyButton
			{
				font-family: "Trebuchet MS";
				font-size: 12px;
				height : 2em;

				display:inline-block;	
				position: relative;
				cursor: pointer;
				text-align:center;
			}
			.fancyButtonHover
			{
				background: #F1F1F1 url(../imagens/fundo_botao.png) repeat-x center;
				padding : 0px 5px 0px 5px;
				border:1px solid #00156E;
				color:#00156E;
			}
			.fancyButtonOK
			{
				background-image: url(../imagens/icons/ok.gif);
				background-repeat: no-repeat;
				position: inherit;
			}

