
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #a0b3c2;
	text-align: center;
}

* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

h2 {
	margin-top: 40px;	
}
input[type="submit"] {
	margin-top: 20px;	
}

a:link,
a:visited,
a:active {
	color: #006699;
	text-decoration: none;
	font-style: italic;
}

a:hover {
	color: #006699;
	text-decoration: underline;
	font-style: italic;
}

#container {
  margin: 16px auto 16px auto;
  width: 80%;
  padding: 16px;
  border: 1px solid #999;
  background: #c4cfd9;
  text-align: left;
}

#footer {
  margin: 16px auto 16px auto;
  width: 80%;
  padding: 16px;
	font-size: 10px;
  text-align: center;
}

#footer a {
	font-size: 10px;
}

h1, legend {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

#loginbox {

}

fieldset {
  padding: 16px;
  border: 1px solid #fbfbfb;
}


/* Login */

.introPos {
  margin-top: 16px;
}

.introPass { }

.introToken {
  padding: 0px 0px 0px 16px;
}

.introSubmit {
  padding: 16px 0px 0px 0px;
}

/* Vote and Confirm */

#votetable, #confirmtable {
  margin: 16px 0px 16px 0px;
  border: 0;
}

#votetable th, #confirmtable th {
  border-bottom: 1px solid #a0b3c2;
  vertical-align: top;
}

#votetable td, #confirmtable td {
  padding: 7px 5px 8px 5px;
  border-bottom: 1px solid #a0b3c2;
  vertical-align: top;
}

th.vote1, th.confirm1 {
  width: 80px;
  padding: 0px 20px 16px 0px;
  text-align: center;
}

td.vote1, td.confirm1 {
  text-align: center;
}

th.vote2, th.confirm2 {
  padding: 0px 8px 16px 0px;
  text-align: left;
}

span.yes {
  font-weight: bold;
  color: #51ae56;
}

span.no {
  font-weight: bold;
  color: #d73836;
}

/* Errors */

#error_login, #warn_vote_max, #error_vote_max {
  color: #d73836;
  font-weight: bold;
  margin: 24px 0px 24px 0px;
}
