/* CSS Document */

#searchform{
	display:none;
}
#body{
	width:100%;
	margin-top:10px;
}

#body form{
	width:400px;
	border:solid 1px #666;
	padding:20px;
	margin:auto;
	margin-top:30px;
    height:120px;
}
#body form input.submit{
	float:right;
	display:block;
	width:auto;
	margin-top:5px;
}
#body form input{
	width:394px;
}
#body #needApplication {
  text-align:center;
  border:1px red solid;
  height:50px;
  padding-top:25px;
  margin-bottom:20px;
}

