#topbar {
	width:100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 52px;
	margin-top: -12px;
	text-align: center;
	z-index: 1;
	background-color: #000000;
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
}
#topmenu {
	height: auto;
	width: 95%;
	margin-top: 40px;
	position: absolute;
	text-align: center;
}
#content {
	height: auto;
	width: 95%;
	margin-top: 80px;
	position: absolute;
}
h1 a:link {
	text-decoration: none;
	font-size: 20px;
	color: #80C4DE;
}
h1 a:visited {
	text-decoration: none;
	font-size: 20px;
	color: #80C4DE;
}
h1 a:hover {
	text-decoration: none;
	font-size: 20px;
	color: #80C4DE;
}
h1 a:active {
	text-decoration: none;
	font-size: 20px;
	color: #696969;
}

a:link {
	text-decoration: none;
	font-size: 16px;
	color: #696969;
}
a:visited {
	text-decoration: none;
	font-size: 16px;
	color: #696969;
}
a:hover {
	text-decoration: none;
	font-size: 16px;
	color: #80C4DE;
}
a:active {
	text-decoration: none;
	font-size: 16px;
	color: #696969;
}

input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel], input[type=date] {
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  width: 100%; height: 40px;
  line-height: 40px; font-size: 17px;
  border: 1px solid #bbb;
}

input[type=submit], [type=button] {
 -webkit-appearance: none; -moz-appearance: none;
 display: block;
 margin: 1.5em 0;
 font-size: 1em; line-height: 2.5em;
 color: #333;
 font-weight: bold;
 height: 2.5em; width: 100%;
 background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
 border: 1px solid #bbb;
 -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}

input[type=radio] {
 width: 22px; height: 22px;
 -webkit-border-radius: 11px; -moz-border-radius: 11px; border-radius: 11px;
 border: 1px solid #bbb;
}

input[type=range] {
 width: 100%;
}
select {
 -webkit-appearance: none; -moz-appearance: none;
 display: block;
 font-size: 1em; line-height: 2.5em;
 color: #333;
 font-weight: bold;
 height: 2.5em; width: 100%;
 background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
 border: 1px solid #bbb;
 -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}