html {
	font-family: Arial,Helvetica;
	font-size: 14px;
}
br {
	display: block;
	margin-bottom: 1em;
}

div#login {
  margin: auto auto;
  width: 400px;
  height: 124px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -92px;
  margin-left: -200px;
  border: 1px solid #D4D4D4;
  -webkit-box-shadow: 2px 2px 4px #0071FF;
  -moz-box-shadow: 2px 2px 4px #0071FF;
  -ms-box-shadow: 2px 2px 4px #0071FF;
  -o-box-shadow: 2px 2px 4px #0071FF;
  box-shadow: 2px 2px 4px #0071FF;
  padding: 10px;
  text-align: center;
  background: url("logo.jpg") top no-repeat;
  padding-top: 60px;
}

p {
	display: block;
	background-color: #7AB6FF;
	margin-bottom: 1em;
	color: #000000;
	height: 2.5em;
	padding: 0;
}

label, input {
	display: inline-block;
	text-align: left;
	padding: 0 1em;
}
input {
	border: 1px solid #7AB6FF;
	font-size: 1em;
	height: 2.1em;
	width: 200px;
	margin: 0.1em;
}
label {
	line-height: 2em;
	width: 130px;
}
input[type=submit] {
	height: 2em;
	background-color: #0071FF;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
input[type=submit]:hover {
	background-color: #FFFFFF;
	color: #0071FF;
}