@CHARSET "UTF-8";
body {
	font-family: Helvetica;
	background: #0e1935;	
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
}

.centerdiv {
	width:378px; 
	height:340px;
	position: fixed; 
	background-color: #cecece; 
	top: 50%; 
	left: 50%; 
	margin-top: -170px; 
	margin-left: -189px; 
	border: 2px solid #212121;
}

.logotop{
	background-color: #212121;
	position: absolute;
	width:378px;
	height:77px;
	float:left;
}

.logotop img {
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	max-width: 365px;
	max-height: 75px;
}

div.loginform {
	float:left;
	padding:10px;
	width: 358px;
	margin-top: 98px;
}

div.loginform div.buttons {
	padding: 8px;
	text-align: right;
}

div.loginform div.buttons a {
	display: inline-block;
	padding-right: 7px;
	background: url(../img/buttonsalt_end.png) top right no-repeat;
}

div.loginform input {
	font-size:18px;
	width:350px;
	height:40px;
	margin-bottom:15px;
}

div.loginform div.buttons a {
	display: inline-block;
	padding-right: 7px;
	background: #E5613D;
	transition: background 0.5s;
	border-radius: 4px;
}

div.loginform div.buttons a:hover {
	background: #D4320F;
	cursor: pointer;
}

div.loginform div.buttons a span {
	color: white;
	font-weight: bold;
	display: inline-block;
	padding: 6px 10px 00px 16px;
	height: 21px;
	text-decoration: none;
}

div.error{
	font-weight:bold;
	color:red;
}