body {
  font-family: georgia, serif;
  font-size: 16px;
  color: #0f6e89;
  background: #68c7dd url(../images/bg.png) repeat-x top left;
  text-align: center;
}

a {
  text-decoration: none;
  color: #0f6e89;
  border-bottom: 1px solid #389cb8;
}
  a:hover {
    color: #333;
  }

p {
  line-height: 1.4em;
}

h2 {
  color: #333;
  font-size: 1.15em;
  line-height: 1.4em;
} 

strong {
	font-weight: bold;
	letter-spacing: -1px;
}

.left-align {
	text-align: left;
}

hr {
	border: 1px solid #8ed5e6;
}
#container {
  width: 50em;
  margin: 6em auto 0 auto;
}
#footer {
  width: 100%;
  background: #8ed5e6;
  padding: 1.8em 0;
}
#footer p {
	line-height: 1.8em;
}
#footer .content {
	margin: 0 auto;
}
#footer .content #copyright {
  color: #389cb8;
  font-size: 0.9em;
}
#footer .content #copyright a {
	color: #389cb8;
}
#submit {
	background:transparent url(../images/submit.png) no-repeat scroll left top;
	border:0 none;
	cursor:pointer;
	float:left;
	height:24px;
	margin:0.66em 0 0.66em 0.66em;
	width:24px;
}
#link_url {
	background:#FFFFFF;
	border:2px solid #389CB8;
	color:#333333;
	float:left;
	font-family:georgia,serif;
	font-size:14px;
	padding:0.5em 0.5em 0.5em 0.5em;
	width:48em;
}
.error {
	color: red; 
	font-size: 1.2em; 
	line-height: 1.2em;
	margin-bottom: .5em;
}

.ok {
	font-size: 1.2em; 
	line-height: 1.2em;
	margin-bottom: .5em;
}