.greybox {
   width:472px;
	 float:left;
	 background-image:url(../img/greyboxbottom.gif);
   position:relative;
	 background-position:bottom left;
   background-repeat:no-repeat;
	 padding-bottom:24px;
	 margin-bottom:3em;
}
.greyboxtop {
   width:472px;
	 height:13px;
	 position:absolute;
	 top:0;
	 left:0;
	 background-image:url(../img/greyboxtop.gif);
	 background-repeat:no-repeat;
}
.greyboxinner {
   padding:13px;
}
.greyboxinner p {
   padding:0;
	 margin:0;
}
.searchpanel {
   width:472px;
	 height:91px;
	 background-image:url(../img/searchpanel.gif);
	 float:left;
	 clear:both;
	 position:relative;
}
#searchpanelnote {
   position:absolute;
	 top:50px;
	 left:275px;
   color:#FFFFFF;
	 font-size:0.8em;
}
