body {
	margin: 0;
	padding: 0;
  font-family: Georgia, serif;
	background-color: #fff;
	text-align: center;
}

a:link {
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:underline;
}

#header {
  margin: 50px 0 80px 0;
  color: #7B8E8F;
}

#header .content {
  vertical-align: middle;
  text-align: justify;
}

#container {
  margin-left: 15%;
  margin-right: 15%;
}

#footer {
  text-align: center;
  font-size: smaller;
  margin: 2em;
}

div.logo_floorp {
  margin-top: 10px;
  margin-right: 15px;
  margin-left: -10px;
  float: left;
  padding-right: 20px;
  border-right: 2px solid #7B8E8F;
}

div.logo_floorp img {
    border: 0px;
}

.clearboth {
  clear: both;
}

.placeholder {
  color: #7B8E8F;
}

.hint {
  font-size: smaller;
}

#contactus, #subscribe .error_list {
  text-align: left;
  margin: auto 20%;
}

#contactus h3 span {
  font-size: 12px;
  font-weight: normal;
  color: #339933;
  font-style: italic;
}

.textinput {
  width: 425px; 
  font-size: 14px; 
  padding: 3px;
}

.error_list {
  color: #990000;
}

hr {
  width: 99%
}

