.secure-seal{
	float: right;
	margin-right: 23px;
	vertical-align: bottom;
	margin-top: 20px;
}

.loginInputRow {
	padding: 8px 0px;
	width: 270px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	background-color:#fff;
	border: 1px solid #CCC;                     
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.2);
}

.loginInputRow input {
	background-color: transparent;
	border: none;
	width: 230px;
	padding-left: 10px;
}

.loginInputRow input.splashInput:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
	background-color:  #fff;
}

.logoContainer .logo {
	width: 210px;
	max-width: 210px;
	text-align:		center;
	margin-bottom: 	10px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	cursor: pointer;
}

.logoContainer {
	max-height: 100px;  
	overflow:hidden;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	line-height:130px;
	text-align:center;
}

.logoContainer.loginError {
	margin-top: 10px;
	margin-bottom: 10px;
}

#left_side {
	float:left; 
	width: 320px;
	height: 420px;
	position: relative;
}

.splashLoginButton {
	width: 270px;
	margin-top: 20px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
}

.splashLoginButton input {
	border: 1px solid #2e6da4;
	background-color: #337ab7;
	width: 270px;
	color: white;
	font-size: 13pt;
	font-weight: 300;
	line-height: 22px;
	display: inline-block;
	padding: 7px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
	margin-bottom: 12px;
}

.splashLoginButton input:focus {
	cursor: pointer;
}

input.splashInput:focus {
	outline: none;
	color:#474848;
}

div.splashContainer {
	border: 1px solid #ccc;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f5f5f5;
	
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	overflow: hidden;
}

.splashUpdate {
	font-size: 11px;
	line-height: 16px;
	padding: 3px;
	border-left: solid rgb(221, 17, 17) 3px;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: white;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 264px;
	border-radius: 0 3px 3px 0;

}

.splashMetaText {
	line-height: 15px;
	position: absolute;
	left: 25px;
	bottom: 12px;
	text-align: left;
	font-size: 10px;
}

@media (max-width: 900px) { 
	#right_side {
		display:none;
	}
	div.splashContainer{
		width:320px;
	}
}

@media screen and (min-height:500px){div.splashContainer{margin-top: 40px;}}
@media screen and (min-height:550px){div.splashContainer{margin-top: 60px;}}
@media screen and (min-height:600px){div.splashContainer{margin-top: 80px;}}
@media screen and (min-height:600px){div.splashContainer{margin-top: 100px;}}
@media screen and (min-height:700px){div.splashContainer{margin-top: 120px;}}
@media screen and (min-height:750px){div.splashContainer{margin-top: 140px;}}

#right_side {
	float: right;
	padding: 10px;
}

div.updateprogress {
	margin-left: auto;
	margin-right: auto;
	width: 262px;
	margin-top: 5px;
	font-size: 10px;
	padding: 4px;
	border-radius: 3px;
	border: 1px solid #ccc;
	line-height: 12px;
}
.updatetitle {
	margin: 15px auto 0px auto;
	width: 270px;
	font-size: 11px;
}

.processing {
	width: 16px;
	height: 16px;
	margin-left: 4px;
}

#marketing_f {
	background: url(../images/Processing.gif) no-repeat center center;
	margin: 3px 3px 0;
	padding: 0;
	width: 480px;
	height: 400px;
	border: 0 none;
	overflow: hidden;
}

a.forgotPasswordLink, a.forgotPasswordLink:visited {
	text-decoration: none;
	font-size: 12px;
	margin-left: 5px;
    color: #337ab7;
}

body{
	padding: 0px;
	margin: 0px;
	font-family: "Helvetica Neue Regular", Helvetica, sans-serif;
	font-weight:300;
	font-size: 13px;
	color: #586064;
	background-color: #557596;
}

.splashScreenSeal {
	bottom: 10px;
	right: 20px;
	position: absolute;
}
