﻿a {
	color: #1f2c6f;
	text-decoration: none;
}

#loginWindow {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 1);
		
}

#brandLogo {
		
	margin: 15px;
	position: fixed;
	margin-top: -59px;
	padding: 15px;
	float: left;
	height: 66px;
}

#loginWindow {
	background-color: #F2F2F0;
	width: 400px;
	display: none;
	padding: 40px 10px;
}

#loginWindow h1 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
	height: 1em;
	color: #262626;
}

#loginWindow h1 span {
	clear: both;
	font-size: 14px;
	font-weight: 700;
	color: rgba(0, 0, 0, .3);
	display: none;
	position: relative; top: -5px;
}

#loginWindow ul {
	padding: 8px 8px 0px 8px;
}

.form {
	color: #262626;
	font-size: 1.2em;
}

.form li {
	text-align: center;
	margin: 0.5em 0em 1.5em 0em;
}

.form li.footer {
	margin-bottom: none;
}

.form label {
	font-size: 11px;
	display: block;
	text-align: center;
	margin: 10px 0px;
}

.form input {
	text-align: left;
	margin: auto;
	width: 70%;
	margin: 0px 15px;
	font-size: 1.3em;
	padding: 0.4em;
	border: 1px solid #a7a8ab;
}

input[type="submit"] {
	background: #0c1f7e;
	border: none;
	cursor: pointer;
	display: block;
	width: 50%;
	margin: auto;
	color: #fff;
	text-align: center;
	background: #0c1f7e; /* Old browsers */
	background: -moz-linear-gradient(top, #0c1f7e 0%, #000b47 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c1f7e), color-stop(100%,#000b47)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0c1f7e 0%,#000b47 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0c1f7e 0%,#000b47 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0c1f7e 0%,#000b47 100%); /* IE10+ */
	background: linear-gradient(top, #0c1f7e 0%,#000b47 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1f7e', endColorstr='#000b47',GradientType=0 ); /* IE6-9 */
}

.form li .buttonRaise {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);		
}