html, body {
	height: 100%;

}

body {
	background: #e5e5e5; /*font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;*/
	font-family: 'Lucida Grande', arial, sans-serif;
	font-size: 14px;
	border: none;
	color: #303030;
	overflow:hidden;
}

#outer {
	width: 360px;
	height:100%;
	position:relative;
	margin:-15% auto 0 auto;
}

#spark-logo {
	position: relative;
	display:block;
	top:50%;
	width:260px;
	margin:0 0 0 90px;
	z-index:2;
}

#spark_admin_login_ct {
	position: relative;
	top: 50%;

	margin-top: -21px;

	background: #fff;

	border-radius: 8px;
	-moz-border-radius: 8px;

	padding: 20px 10px 15px 10px;

	-webkit-box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999; /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')"; /* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 4, Direction = 135, Color = '#999999');
}


form {
	padding: 20px 5px 5px 5px;
}

.spark-label-left {
	float: none !important;
	font-weight: bold;
	width: 100% !important;
	margin-bottom: 0 !important;
	padding-bottom: 0px !important;

}

/*
h1 {

	display: none;
	margin: 0;
	padding: 0 0 5px 5px; */
/*border-left:5px solid #C31933;*//*


	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;

	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;

	border-top-left-radius: 8px;
	border-top-right-radius: 8px;

	font-size: x-large; */
/*color: #fff;*//*

}
*/

input {
	font-size: large;
}

.spark-form-element {
	position: relative;
}

input[type=text], input[type=password] {
	width: 320px;
}

input[type=submit] {
/*background-color: green;*/
/*border: 1px solid #303030;*/
/*-moz-border-radius: 8px;*/
/*-webkit-border-radius: 8px;*/
/*border-radius: 8px;*/

}

.align-right {
/*text-align: right;*/
	padding: 8px 0;
}

a {
	color: #97133A;
}



/*#wildfire-logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: none;
}*/

div {
	clear: both;
}

.ct_btn_submit {
	text-align: right;
}

.spark-login-warning {
	padding: 10px 15px;
}

.spark-login-warning h2, .spark-login-warning h3 {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.spark-login-warning h3 {
	font-weight: bold;
}

.ct-j_remember {
	font-size: smaller;
}

.spark-password-retreival-link {
	padding: 8px 0; /*text-align: center;*/
	font-size: smaller;
}

#homepage_link {
	padding: 3px 0 0 8px;
	font-size: smaller;
}

.ct-j_username, .ct-j_password {
	margin-bottom: 5px;
}