
#form {
	width:290px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFC;	
	margin-top:50px;
	margin-left:10px;
	
}

#form h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFCC00;
	margin-bottom:5px;
}

#form div {
	height:30px;
}

#form div span
  {
    color:#FFC;
	
  }
  
#form div span.label
  {
  float:left;
  width:90px;
  
  }
  
#form div span input
  {
  width:187px;
  }

#form div span select,
#form div span input

  {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border:1px solid #422d01;
  }








