#linkback  {
margin-top: 15px;

}

#linkback a:link, #linkback a:visited {
    font-size: 11px;
    color: gray;
    text-decoration: none;
    font-weight: 300;

}

#linkback a:hover {
    color: #3D6A94;
    text-decoration: none;
    font-weight: 300;
}

#linkback h1 {
    margin: 0px;
    padding: 0px;
}

body {
    /* font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
    margin: 20px;
    font-size: 12px;
    background-color: #a2a3a5; */
}

div {
    text-align: left;
    color: #001F5F;
}

h3.error {
	margin-top: 0px;
	margin-bottom: 20px;
    color: #FF0000;
    width: 285px;
    min-height: 18px;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    padding-top: 6px;
	padding-left: 30px;
	padding-right: 5px;
	padding-bottom: 6px;
	overflow: overlay;
	background: url(/static/images/login/error_icon.png) 10px 8px no-repeat;
	background-color: #FFF57B;
}

div.loginSubmitImg {
	position: absolute;
	height: 8px;
	top: -1px;
	left: 116px;
}

label.loginlabel {
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
}

label.versionInfo {
	font-size: 11px;
    color: #888888;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
}

a.newOrGuestUser {
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: underline;
    font-family: 'Segoe UI', Tahoma, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
}

div.newOrGuestUserDiv {
    text-align: center;
    margin-top: 10px;
}

h3.versionInfo {
	font-size: 11px;
    color: #888888;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 2px;
    height: 14px;
}

h3.capsLockOn {
	font-size: 11px;
    color: #DFD4E6;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    height: 14px;
	margin: -17px;
	position: absolute;
	left: 100px;
	opacity: 0; 
}

input.text {
    border: 1px solid #ccc;
    width: 278px;
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 30px;
    margin-top: 6px;
    padding-left:10px;
}

div.username {
	background-image: url(/static/images/login/username_icon.png);
	background-repeat: no-repeat;
}

div.password {
	background-image: url(/static/images/login/password_icon.png);
	background-repeat: no-repeat;
}

div.loginDiv {
	margin-top: 20px;
}


div.versionDiv {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	color:#000000;
}

div.cusImgVersionDiv {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 100px;
	color:#000000;
}

div.loginimagediv{
	width: 25px;
    height: 25px;
    position: absolute;
    margin-top: 20px;
    margin-left: 293px;
}

div.loginimage{
	position: absolute;
	width: 15px;
	height: 15px;
	/* margin-top: 15px;
	margin-left: 292px; */
	right: 10px;
	top: 15px;
}

select.companydropdown {
	margin-bottom: 20px;
}
select.text {
    border: 1px solid #CCCCCC;
    width: 320px;
	/*height: 32px;*/

}


.login-body
{
	background-image: url( /static/images/login/pw_pattern.png );
	
}


div.loginbox {
   /*  background-image: url( /static/images/login/login_shad.png ) !important;
    background-image: url( /static/images/login/login_shad.gif ); */
   /* background-image: url( /static/images/login/Pace_Login+db.png );
    background-repeat: no-repeat;*/
	width: 350px;
/*	min-height: 562px;*/
/*	background-size: cover;*/
	background-color:#0d47a1;
    /* background-position: top left;
    width: 379px;
    height: 200px;
    margin: 0px auto;
    padding-top: 5px; */

}

div.customloginbox {
    background-image: url( /static/images/login/Pace_Login-customLogo-db.png );
    background-repeat: no-repeat;
	width: 350px;
	min-height: 502px;
	background-size: cover;
}

img.logoImage {
	max-width: 350px;
	max-height: 120px;
	margin-left: auto;
	margin-right: auto;
	/* display: block; */
}


#loginbox p {
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 0px 0px;
    float: left;
    width: 85px;
    text-align: right;
    color: #000;
    font-weight: bold;

}

#loginbox table tr td {
    overflow:visible;
    color: #000;
    font-weight: bold;

}

/* #loginbox div {
    margin: 7px 0px;

} */


#registerbox {
    background-repeat: no-repeat;
    background-position: top left;
    width: 450px;
    height: 177px;
    margin: 0px auto;
    padding-top: 5px;
}

#registerbox p {
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 0px 0px;
    float: left;
    width: 50px;
    text-align: right;
    color: #000;
    font-weight: bold;

}

#registerbox div {
    margin: 7px 0px;

}

#registerbox input.text {
    border: 1px solid #ccc;
    width: 200px;
    background-color: #DBE0F0;
    margin-left: -27px;
}

input#login {

    border: none;

    cursor: pointer;
}

input#login:hover {

}

input#auto {
    margin: 0px 8px 0px 0px;
	width: 15px;
	height: 15px;
	vertical-align: bottom;
}

img {

}

#stripe {
    background: #ECECEC;
    padding-top: 20px;

    background-image: url( /static/images/login/dropbottom.png ) !important;
    background-image: url( /static/images/login/dropbottom.gif );
    background-repeat: repeat-x;
    padding-bottom: 40px;
}

#main {
    position: fixed;
top: 50%;
left: 50%;
margin-left: -175px; 
}

#bottomshadow {
    background-image: url( /static/images/login/dropbottom.png ) !important;
    background-image: url( /static/images/login/dropbottom2.gif );
    height: 20px;
    background-position: top;
    background-repeat: repeat-x;
}

#img {

}

input#login
{
   width:320px;
   height:32px;
   font-weight:bold;
   font-size:13px;
   padding-bottom:4px;
   background-color: #469516;
   color: #FFFFFF;
   margin-top: 20px;
}

.preload
{
    display:none;
}