@CHARSET "UTF-8";

p {
	margin: 10px 0;
}

#loginContainer {
	margin: 50px auto;
	color: #016187;
	font-size: 14px;
	background: #d6e0ee url("/images/gradient.png") top repeat-x;
	padding: 50px;
	width: 520px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #c7d5e2;
	text-align: center;
	-moz-box-shadow: 0 0 5px #444444;
	-webkit-box-shadow: 0 0 5px #444444;
}

h1 {
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url("/images/line.png") bottom center no-repeat;
	font-weight: inherit;
	font-size: 2.5em;
}

h1 img {
	width: 635px;
	height: 200px;
}

p.untrusted {
	background-color: #ff8888;
	padding: 5px;
	color: white;
}

#loginForm {
	width: 400px;
	background-color: white;
	padding: 20px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #c7d5e2;
	line-height: 26px;
}

#loginForm p.error {
	font-weight: bold;
	color: red;
}

#loginForm fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

#loginForm div.field {
	margin: 10px 0;
	position: relative;
	padding-left: 100px;
}

#loginForm label.left {
	position: absolute;
	left: 0;
}

#loginForm input {
	padding: 4px 5px;
	line-height: 18px;
	height: 18px;
	border: 1px solid #c7d5e2;
	background: #c7d5e2;
}

#loginForm input[type=text], #loginForm input[type=password] {
	width: 288px;
	font-size: inherit;
}
#loginForm button {
	font-size: inherit;

/*
	padding: 0 20px;
	color: white;
	height: 29px;
	line-height: 28px;
	border: 1px solid #c7d5e2;
	background: url("/images/button.png") top repeat-x;
*/
}
#loginForm p.forgotPassword {
	font-size: x-small;
	margin: 0;
}

p.switch {
	font-size: 0.8em;
}

#sessionForm {
	text-align: center;
}