
#container {
  max-width: 960px;
  margin: 0 auto;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 1em;
}

#header {
  padding-bottom: 0.5em;
}

#form {
}

#georef {
  text-align: center;
}

#imp-georef-search-btn {
  margin-top: 4px;
}

.alignLeft {
  text-align: left;
}

.centre {
  text-align: center;
}

.clear {
  clear: both;
}

.larger {
  font-size: larger;
}

.smaller {
  font-size: smaller;
}

.rightSide {
  float: right;
  width: 45%;
}

.leftSide {
  margin-right: 45%;
  padding-right: 1em;
}

.box {
  padding: 5px;
}

.hint {
  
  font-size: 70%;
  color: gray;
  margin: 0 0 0.4em 31%;
}

.ieHelper {
/*internet explorer gets the hint margin wrong unless we give it a hand.*/
  width: 100%;
}

.header {
  padding: 0.2em 0.4em;
  margin-top: 0;
}

.footnote {
  font-size: 70%;
  color: gray;

}

div.leftSide label{
  width: 30%;
}

div.leftSide.inline-error, div.leftSide label.inline-error{
  color: red;
  margin-left: 1em;
  width: auto;
}

div.leftSide input, div.leftSide textarea, div.leftSide select {
  width: 67%;
}

div.leftSide input.widthAuto {
  width: auto;
}

hr {
   color: #aaa;
   background-color: #aaa;
   border: none;
   height: 1px;
   margin-top: 2em;
}

.photo {
  font-size: 70%;
}

.msgtxt {
	font-size: 110%;
	font-weight: bold;
	color: red;
	margin-bottom: 10px;
}