form {
	line-height: normal;
}

ul {
	text-align: justify;
	margin-left: 15%;
}

p:first-child {
	font-weight: 700;
}

p {
	margin-bottom: 15px;
}

h2 {
	padding-bottom: 3px;
}

#login-box {
	top: 50%;
	margin-top: -215px;
}

#login-body {
	background: none #f9fcff;
	height: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.actionb {
	background: url(../img/actions.png) no-repeat;
	height: 16px;
	margin: 2px;
	padding-left: 18px; /* as width + margin 2px*/
}

.alock {
	background-position: 0 0;
}

.approved {
	background-position: 0 -208px;
}

.lefttoright {
	background-position: 0 -448px;
}

.buttons {
	margin-top: 6%;
	margin-bottom: 6%;
}