 /* LogonMobileStyle   v. 1.0.3 */

body {
	font-family: 'DanskeTextRegular', Verdana, sans-serif;
  text-align: center; background-image: url('/Documents/mobilelogonredir/images/flow_bg.png');
  background-repeat: repeat-x;
  background-color: rgb(213,229,238);
}

img {
  	width: 90%;
  	max-width: 544px;
  	height: auto;
 }

.dark-blue {
    color: rgb(0,63,98);
}

.light-blue {
    color: rgb(199,227,249);
}

.stopfloat {
	clear: both;
}

#wrapper {
	position: relative;
	margin: 0px auto;
  height: 800px;
}

#logoband {
	margin-top: 60px;
}

 #messagebox {
 	  margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    background-color: transparent;
}

 #messagebox p {
 	text-align: center;
  padding-left: 5%;
  padding-right: 5%;
 	color: rgb(255,255,255);
  font-size: 0.8em;
 }

 #imagebox {
    margin-top: 60px;
    background-color: transparent;
 }	

 #more {
  display: none;
 }

 a {
    /* color: #003f62; */
    color: #eeeeef;
    font-weight: bold;
 }

@media (min-width: 321px) {

  #wrapper {
    width: 100%;
    height: auto;
  }

  #messagebox p {
     font-size: 1.1em;
  }

}

