@CHARSET "ISO-8859-1";

.formulario_botones,
.formulario_botones_graficos {
	padding-top: 20px;
}

.formulario_botones_graficos input {
	width: auto;
	height: auto;
	border: none;
	background: none;
}

.formulario_botones input {
	/*
  display: block;
  display: table-row;
  text-indent: -999999999.9px;
  background: url(../images/admin/spanish/aceptar.png) 0 0  no-repeat;
  background: url(../images/guardar_btn.png) 0 0  no-repeat;
  border: 0;
  width: 84px;
  height: 46px;
  */
	
  color: #fff;
  height: 30px;
  width: 70px;

  margin: 5px;
  padding: 2px;
  /* background-color: buttonshadow; */
  border-style: outset;
  border-color: gray;
  border-width: 2px;
}

.log_message_error, .log_message_notice, .log_message_error_api {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-family: "Trebuchet MS",Verdana;
	/* border: 1px solid #fff; */
  padding-bottom: 7px;
}

.log_message_error p {
	color: red;
	padding-bottom: 2px;
}

.log_message_error_api p {
  color: purple; /* #bb0000; */
  padding-bottom: 0px;
  padding-top: 1px;
  margin: 0px;
}

.log_message_notice p {
  color: green;
  padding-bottom: 2px;
}
