
.messageheader {
	color: WHITE !important;
	font-family: tahoma !important;
	font-size: 2em !important;
	text-transform:uppercase !important;
}

.messagebody {
	color: SILVER !important;
	font-family: tahoma !important;
	font-size: 1em !important;
	text-transform:uppercase !important;
}

.no_registro {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 25px;
  background-color: ORANGE;
  text-align: center;
  font-family:verdana;
  font-weight:regular;
  font-size:1em;
}

.si_registro {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 25px;
  background-color: FIREBRICK;
  text-align: center;
  font-family:verdana;
  font-weight:regular;
  font-size:1em;
}

.no_registro:before{
	content: 'El registro de nuevos usuarios esta desactivado';
	color:white;
	vertical-align: middle;
}

.si_registro:before{
	content: '¡Bienvenido/a a Hakros World!';
	color:white;
	vertical-align: middle;
}

/* LOGIN */

body {
	background-color: #AF7C54;
	background: url(background.jpg) no-repeat center center !important;
}

form {
	width: 250px !important;
	text-align: center !important;
}

input {
	color: WHITESMOKE !important;
	cursor: pointer !important;
	width: 240px !important;
}

input[type=text], input[type=password] {
	margin-top: 10px;
	background: url(input.png) no-repeat left center !important;
	text-align: left !important;
}

input[type=submit] {
	margin-top: 10px;
	background: url(button_red.png) no-repeat left center  !important;
	text-align: center !important;
}
input[type=submit]:hover {
	background: url(button_red_hover.png) no-repeat left center !important;
}

#logo {
	margin-top: 25px;
	margin-bottom: 25px;
}

body {
	color: white !important;
}


















