body.ags {
	background-color: #FFFFFF;
}

body.ags h1 a {
	background-image:url(../images/logo.png);
	height: 93px;
	width: 263px;
	background-size: auto 93px;
}
body.ags form {
	background-color: transparent;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #163c6f;
}
body.ags label {
	color: #163c6f;
}
body.ags .button-primary {
	color: #FFFFFF;
	background-color: #163c6f;
	border: none;
	box-shadow: none;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 12px;
}
body.ags .button.button-large {
	font-size: 12px;
}
body.ags .button-primary:hover {
	color: #163c6f;
	border: 1px solid #163c6f;
	background-color: #FFFFFF;
}
body.ags *:focus {
	outline: none;
	border: none;
}
body.ags .message {
	border-color: #163c6f;
}

body.ags #backtoblog,
body.ags #nav {
	padding: 0;
}
body.ags #nav {
	text-align: center;
}