#wrapper, #logintitle, #snpicon, .row, .cell, .cellL  {
	display: table;
	position: relative;
}
#wrapper, #logintitle, .row, #snpicon, .cell {
	clear: both;
}
#wrapper {
	width: 960px;
	margin: 11.5% auto;
	padding: 10px;
	border-radius: 5px;
}
#logintitle {
	width: 100%;
	height: 50px;
}
#snpicon {
	width: 100%;
	text-align: center;
}
#snpicon img {
	width: 40px;
}
#loginbody {
	width: 100%;
	text-align: center;
}
.row {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 20px auto;
	text-align: center;
}
.cell {
	margin: auto;
}
input[type="text"], input[type="password"] {
	font-family: Arial;
	font-size: 12px;
	width: 250px;
	height: 20px;
	padding: 4px;
	cursor: pointer;
	text-align: center;
} 
input[type="submit"] {
	width: 125px;
	padding: 4px;
	font-family: Arial;
	color: #FFF;
	cursor: pointer;
	background: linear-gradient(180deg, #006187, #012d52);
	border: 1px solid #F8F8F8;
}
input[type="submit"]:active {
	box-shadow: inset 1px 1px 10px #888;
}
a {
	font-family: Arial;
	font-size: 12px;
}
::-webkit-input-placeholder {
   font-family: Calibri;
   font-size: 13px;
   font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
   font-family: Calibri;
   font-size: 13px;
   font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-family: Calibri;
   font-size: 13px;
   font-style: italic;
}

:-ms-input-placeholder {  
   font-family: Calibri;
   font-size: 13px;
   font-style: italic; 
}
header {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-family: Arial;
	font-size: 12px;
	color: #a0a0a0;
	cursor: pointer;
	background: #006187;
}
header a {
	font-family: Arial;
	font-size: 12px;
	color: #a0a0a0;
	text-decoration: none;
}
#info {
	margin: 0px 10px;
}
header a:hover {
	color: #FFF;
}
header span:hover {
	color: #FFF;
}