/*
 *
 * The Open Software License 3.0
 *
 * Copyright (c) 2008 Heikki Toivonen <My first name at heikkitoivonen.net>
 *
 */
 
.mandatory {
  font-weight: bold; 
}

.mandatory input[type="text"], .mandatory img {
  border: 3px solid blue; 
}

#crosshair {
  position: relative;
  top: -600px;
  left: 0px;
  width: 64px;
  height: 64px;
  margin: 0;
  padding: 0;
}

#crosshair img {
  border: none;
  margin: 0;
  padding: 0;
}
