#mask {
  background-color:black;
  position:absolute;
  z-Index:350;
  opacity:0.6;
  display:none;
  filter:alpha(opacity=60);
}

#main {
  background-color:white;
  position:absolute;
  z-Index:351;
  display:none;
  width:700px;
  height:auto;
  padding:20px 20px 0 20px;
  text-align:justify;
}

#details {
  display:none;
}

#details a:link,
#details a:visited {
	color: #0066cc;
}

#details a:hover,
#details a:active {
	color: #609FDF;
}

#contact_form {
  display:none;
}

.big_input {
  width: 695px;
  margin-bottom: 10px;
}

input:focus,
textarea:focus {
  border: 2px inset #99CCFF;
  background-color: #DFEFFF;
}

.submit {
  margin: 10px 0 20px 0;
}

.highlight {
  background-color: #004992;
  padding: 10px 0;
  margin-top: 30px;
}

.highlight h4 {
  color: #ffffff;
}

.fake_link {
  color: #0066cc;
  text-decoration: underline;
}