* {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 13px;
	color: #004e87;
}

input {
	width: 220px;
	height: 32px;
	line-height: 32px !important;
	background: #fff;
	background-color: #fff;
	border-radius: 3px;
	text-indent: 10px;
	border: solid 1px #f2f2f2;
	font-weight: bolder;
	text-indent: 10px;
	cursor: pointer;
	vertical-align: middle;
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
}

input:hover {
	vertical-align: middle;
	background-color: #004e87;
	border-color: #004e87;
	color: #fff;
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

body {
	background: transparent url(/core/img/login/background.jpg);
	background-repeat: no-repeat;
}

.login-zone {
	background-image: none;
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 408px auto 0;
	width: 600px;
	height: 297px;
}

#header-login {
	width: 600px;
	height: 120px;
	background: transparent url(/core/img/login/loginSB.png);
	background-repeat: no-repeat;
}

.login-zone form {
	padding: 18px;
	margin: 0 !important;
}

#login-error {
	padding: 18px;
	color: red;
	background-color: white;
}

#foot-login {
	width: 383px;
	height: 9px;
	background-image: url(/core/img/login/foot-login.gif);
}

#form_login_label {
	display: none;
}

.invalidLogin {
	width: 545px;
	height: 34px;
	background-color: #d72426;
	background: #d72426;
	color: white;
	box-shadow: 0px 2px 10px #000;
	background-image: url(/core/img/alert.png);
	background-repeat: no-repeat;
	background-position: 145px 9px;
	margin-top: 43px;
	text-align: center;
}

.centered-container {
	float: left;
	left: 50%;
	padding-top: 10px;
	position: relative;
}

.centered-content {
	color: #ffffff;
	float: left;
	left: -50%;
	position: relative;
	font-size: 13px;
	line-height: 15px;
	background-image: url(/core/img/topArrow.png);
	background-repeat: no-repeat;
	background-position: 50% -2px;
	height: 42px;
	width: 458px;
	margin-left: 20px;
	margin-top: -19px;
	line-height: 55px;
}

input[type="submit"] {
	border-color: #004e87;
	float: left;
	height: 31px;
	width: 81px;
	margin-top: 18px;
	text-indent: 0px;
	line-height: 5px !important;
}

#foot-login {
	width: auto;
	height: auto;
	background-image: none;
}

table {
	width: 815px;
	margin-left: -36px;
}

tr {
	float: left;
	width: 270px;
	margin-left: 0px;
}

td {
	width: 270px;
	float: left;
	text-align: left;
}

.rightArrow {
	width: 0px;
	height: 0px;
	border-bottom: 5px solid transparent; /* izquierda flecha */
	border-top: 5px solid transparent; /* derecha flecha */
	border-left: 5px solid #fff; /* base flecha y color*/
	font-size: 0px;
	line-height: 0px;
}

.topArrow {
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 14px solid #fff;
	font-size: 0px;
	line-height: 0px;
	float: left;
	margin: 10px 0px 0px 12px;
	color: black;
}

.error {
	width: 498px;
	height: 34px;
	border: solid 1px #ffffff;
	background-color: #d72426;
	background: #d72426;
	color: white;
	line-height: 34px;
	text-indent: 42px;
	box-shadow: 0px 2px 10px #888888;
}