/*
This stylesheet applies to all browsers other than IE 6.5 or earlier
*/


body {
	background: #000000 url(DR-background1024.jpg) no-repeat top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	color: #FFFFFF;
}

table {
  border-color:white;
}

H2 {
  font-size: 18px;
  color:yellow;
}


H3 {
  font-size: 16px;
  color:yellow;
  margin-bottom:5px;
}



#container {
	float: left;
    margin-top: 75px;
    margin-left: 345px;
    width: 520px;
    height: 700px;
}

#form_div_data{
  float:absolute;
  margin-top: -485px;
  margin-left: 265px;
  width: 450px;
}

#thankyou{
  float:absolute;
  margin-top: -300px;
  margin-left: 15px;
  width: 300px;
  height: 500px;
}


#form_status{
  float:absolute;
  margin-top: -720px;
  margin-left: 265px;
  width: 450px;
  height: 500px;
}

#leftColumn {
  float:absolute;
  margin-top: 2px;
  width: 224px;
}

#bottomleft {
  float:absolute;
  margin-top:195px;
}

.button {
  height:25px;
}


input {
  background-color:white;
  height:11px;
  font-size:10px;
}

textarea {
  height: 22px;
  font-size: 10px;
}


/*
#boxedlunch {
  float:right;
  margin-left: 260px;
  width: 340px;
}
*/

