/**** login ****/
.login-label
{
  font-size: 0.725em;
  font-family: Verdana;
  text-align: right;
}

/**** logoff ****/
.logoff-label
{
  float: right;
  display: inline-block;
  font-size: 0.725em;
  font-family: Verdana;
  text-align: right;

  margin-top: 0em;
  padding-top: 0em;
  vertical-align: top;

  padding-right: 1em;
}

/**** inner separater ****/
.dotted-line
{
  border-bottom-style: dotted;
  border-bottom-width: 0.1em;
  border-bottom-color: #D2D2D2; 
}

.dotted-line-dark
{
  border-bottom-style: dotted;
  border-bottom-width: 0.1em;
  border-bottom-color: #B9B9B9; 
}


/**** lost notice ****/
.poster-title, .poster-reward, .poster-text, .poster-contact
{
  text-align: center;
  font-family: Verdana;
}

.poster-title
{
  font-size: 4em;
  font-weight: bold;
}

.poster-reward
{
  font-size: 2em;
}

.poster-text
{
  font-size: 1em;
}

.poster-contact
{
  font-size: 1em;
  font-style: italic;
}