@charset "UTF-8";
/* CSS Document */

html {}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333
}

#container {
	margin: 0 auto;
	padding-top: 100px;
}

#tea {
	background-image:url(marc-tytus-coffee-stain.jpg);
	background-position:top right;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 0px;
	height: 450px;
	
}

h1 {
	font-size: 38px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}

a {
	border-bottom: 1px dotted #036;
	text-decoration: none;
	color: black;
}
.final {
	text-align: center;
	margin-top: 30px;	
}
.lastword {
	text-align: right;
	margin-top: 6em;
	margin-right: 10px;
	font-size: smaller;
}
.lastword2 {
	text-align: right;
	margin-top: 6em;
	margin-right: 10px;
	font-size: smaller;
	display: none;
}

form#login {
  position:relative;
}

div#username,
div#password {
  position:relative;
  float:left;
  margin-right:3px;
}

input#username-field,
input#password-field {
  width:10em;
}

label.overlabel {
  position:absolute;
  top:3px;
  left:5px;
  z-index:1;
  color:#999;
}
  label.overlabel {
    color:#999;
  }

  label.overlabel-apply {
    position:absolute;
    top:3px;
    left:5px;
    z-index:1;
    color:#999;
  }
ul li {
 margin-bottom: 1em;
}
#toggleText { display: none;}