*
{
margin:0px;
padding:0px;
}

body
{
  font: Times;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #606060;
}

p
{
color:#FFFFFF;
text-align:center;
}

p.errorMessage
{
margin:0px 0px 20px 0;
}

img
{
border:none;
}

#wrapper
{

	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#000000;
}



#star1
{
	background-image: url(../images/star1.gif);
	background-repeat: no-repeat;
	background-position: 0px 140px; 
}

#star2
{
	background-image: url(../images/star1.gif);
	background-repeat: no-repeat;
	background-position: 700px 430px; 
}

#star3
{
	background-image: url(../images/star3.gif);
	background-repeat: no-repeat;
	background-position: 800px 150px; 
}

#star4
{
	background-image: url(../images/star3.gif);
	background-repeat: no-repeat;
	background-position: 100px 500px; 
}

#header
{

text-align:center;
margin:0 auto;
margin:60px 0px 20px 0px;
}

#content
{
clear:both;
text-align:center;
padding-top:10px;
height:900px;

}

form
{
margin:0 0 0 280px;
color:#FFFFFF;
}

form .send {
	
  margin-top:10px;
	border:none;	
}


form input {
  color:#FFFFFF;
 background-color:#272826;
  border:1px solid #A8A8A8; 
}

form select {

background-color:#272826;
border:1px solid #A8A8A8;
color:#FFFFFF;

}

option
{
padding-left:2px;
}

form textarea {
  color:#FFFFFF;
	background-color:#272826;
	border:1px solid #A8A8A8;
	overflow: auto;
}

#error_msg
{
margin:10px 0 10px 0;
color:#FFFFFF;
}

h1
{
font-size:30px;
text-align:center;

color:#93C83C;
}

h2
{
color:#FFFFFF;
}

.events
{
border:none;
background-color:#000000;
}

#genderM,#genderFM
{
border:none;
background-color:#000000;
}

td
{
padding-bottom:4px;
}

