html {
	height: 100%;
	margin: 0px;
}
body {
	text-align: center;
	font-size: 11px;
	min-height: 100%;
	margin: 0px;
	font-family: Verdana, "Trebuchet Ms", Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
a {
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: #742626;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 , h2, h3 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
input {
  font-size: 9px;
}
.block {
	display: block;
}
.toLeft {
	float: left;
}
.toRight {
	float: right;
}
.clear {
	clear: both;
}
.spacer {
  margin: 5px;
}
.textLeft {
  text-align: left;
}
/* --- custom classes --- */
.middle {
  min-width: 600px;
  width: 50%;
  margin: 0 auto;
  text-align: left;
}
.darkcolored , .darkcolored a {
  color: Silver;
  background-image: url('img/darkshade.jpg');
  background-repeat: repeat-x;
  background-color: #2d2d2d;
}
.lightcolored , .lightcolored a {
  color: #ea9fb2;
  background-image: url('img/lightshade.jpg');
  background-repeat: repeat-x;
  background-color: #74112a;
}
.lightcolored input {
  color: #74112a;
  font-weight: bold;
}
.light {
	font-weight: normal;
}

/* --- elements --- */
#topmenu {
  padding: 5px 0;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
}
#topmenu.darkcolored, #topmenu.darkcolored a {
  background-color: #F5F5F5;
  background-image: none;
}
#logo {
  height: 160px;
  position: relative;
  top: 20px;
  background-image: url('/img/logo.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}
#logo p {
  color: #922e48;
  font-size: 85%;
  position: absolute;
  top: 85px;
  left: 15px;
}
#logo a {
  width: 345px;
  height: 100px;
  position: absolute;
  top: 14px;
  left: 11px;
}
#linkField {
  padding: 10px 0;
  text-align: center;
  border-bottom: 3px solid #b64561;
  font-weight: bold;
}
#linkField input {
  display: block;
  font-size: 16px;
  width: 99%;
  margin-top: 3px;
  padding:5px;
  border: 0;
  text-shadow:0px 1px 4px #ea9fb2;
}
#linkField a, #tnijB2 {
  margin-top: 5px;
  display: block;
  clear: both;
  text-align: center;
  background-color: #d86c87;
  border: 1px solid #73122b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-transform: uppercase;
}
#tnijB2 {
  background-position: center -30px;
  background-color: #2d2d2d;
  margin: 5px;
}
#linkField a:hover {
  background-color: #ec8fa7;
}
#addFields {
  padding: 5px;
  overflow: hidden;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
}
#addFields h2 {
  text-shadow:0px 1px 4px Black;
}
#addFields .side {
  width: 49%;
  float: left;
  position: relative;
  left: 15px;
  margin-right: 1%;
}
#addFields .side label , #addFields .side label input {
  display: block;
}
#addFields .side label {
  margin-bottom: 5px;
}
#addFields .side label input  {
  width: 90%;
  margin-top:5px;
}
.footer {
  margin-top: 100px;
}
