* {
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
}

html, body, #limesurvey, #wrapper {
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

#wrapper {
  height: 100%;
  width: 100%;

  margin: 0 auto;
  padding: 0;
  border: none;
  vertical-align: top;
  text-align: center;

  border-bottom: 7px #f5a238 solid;
}

#wrapper tr td {
  vertical-align: top;
}


#footer, #footer div {
  height: 64px;
}
#footer {
  padding-bottom: 5px;
  padding-left: 50%;
}
#footer div {
  text-align: left;
  background: url(../images/signs.jpg) left bottom no-repeat;
  padding-left: 170px;
  margin-left: -300px;
}
#footer div span {
  font-size: 75%;
  float: left;
}
#address {
  margin-left: 20px;
}


.innergraph {
  font-family:verdana;
  font-size:10pt;
  direction: ltr;
  line-height: 12px;
}
.innergraph img {
  height:12px;
  vertical-align:top;
}
.innergraph table {
  height:12px;
  border:1px solid #000;
  table-layout:fixed !important;
  background: white;
}
.innergraph td {
  height:12px;
}



#navigation {
  border-top:1px dotted #ccc;
  font-size: 90%;
  line-height: 200%;
}

.box {
  background: white;
  border: 1px black solid;
  padding: 30px;
  margin-top: 40px;
  text-align: center;
}
.box .warning {
  color: red;
  font-weight: bold;
}


/* Fix for checkboxes */

label.answertext {
	height:;
}
table.question, div.field {
	text-align: left;
	width: 100%;
}

div.field {
	clear: both;
}


form span.errormandatory{
	color:red;
	font-weight:bold;
	font-size:10px;
	margin:-2px 0 5px 0;
	clear:both;
}
form p.errormandatory{
	margin:5px 0 -2px 0;
}