body {
	margin-left:2%; margin-right:2%;
}

.radio  {
	display:inline;	
}

.divButtons {
	display:inline;
	border: 1px solid black;
}

.imgButton {	
	padding: 10px;
	margin: 5px;
	border: 5px solid #999999;
	box-shadow: 5px 5px 7px #666666;
	-webkit-box-shadow: 5px 5px 7px #666666;
	-moz-box-shadow: 5px 5px 7px #666666;	
}
   
.imgButton:hover {	
	padding: 10px;
	margin: 5px;
	border: 5px solid #00FF00;	
}

.imgButton:active {	
	padding: 10px;
	margin: 5px;
	border: 5px solid #00FF00;
	box-shadow: 2px 2px 7px #666666;
	-webkit-box-shadow: 2px 2px 7px #666666;
	-moz-box-shadow: 2px 2px 7px #666666;	
} 

.imgButton:visited {	
	padding: 10px;
	margin: 5px;
	border: 5px solid #009900;
	box-shadow: 0px 0px 7px #666666;
	-webkit-box-shadow: 0px 0px 7px #666666;
	-moz-box-shadow: 0px 0px 7px #666666;	
}
.resultBar {
	float: left;	
}

.block_white {
	width: 60px;
	height: 10px;
	background-color: #999999;
	border: 1px solid #000000;
}
.block_green {
	width: 60px;
	height: 10px;
	background-color: #00FF00;
	border: 1px solid #000000;
}

#test {
	width: 100%;
	text-align: center;
	clear: both;
}

#test h2 {
	text-align: left;
}

.left {
	background-color: #FFFF00;
}

.right {
	background-color: #FF9800;	
}

#buttons {
	clear: both;
}
	
#loginbox {
	color: #131835;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -14em;
	margin-top: -5.5em;
	border: 2px solid #d3d3d3;
	width: 28em;
	/* height: 11em; */
	text-align: center;
}

#loginbox .message {
  font-size: 110%;
  padding:0.5ex;
  /* margin-bottom: 10px; */
}

#loginbox .error {
  margin-bottom:0;
  padding:1ex;
}

#loginbox form {
  /* position:absolute; */
  bottom:0;
  margin:10px;
}

#loginbox form div {
  overflow:hidden;
  width:100%;
  margin-bottom:10px;
}

#loginbox form div input {
  float:left;
}

#loginbox form label {
  margin-right:0.5em;
  padding-top:2px;
  text-align:right;
  float:left;
  clear:left;
  width:50%;
}

#header {
	float: right;
}

#content {
	clear: both;
}

#pin {
	display:none;
}

#footer {
	clear: both;
	position: absolute;
	left: 50%;	
}

.even {
	background-color: #DDDDDD;
	text-align: center;	
}

.odd {
	background-color: #FFFFFF;	
	text-align: center;
}

table {
	width: 100%;
} 
