/*	_________________________
	Side Bar Menus & Forms */
.CategoryList, .MailingListSignupForm {
	width:150px;
	padding:0px 0px 2px 0px;
	background-image: url(cat_ul.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 10px;
  }
  .SearchBoxForm {
	width: 500px;
	position: absolute;
	z-index: 100;
	background-position:top;
	background-repeat:no-repeat;
	height:33px;
	padding-top:0px;
	vertical-align: bottom;
  }
  .SearchBoxForm h4 {
	font: bold 14px Arial, Helvetica, Sans-Serif;
	color: #666;
	text-align: left;
	border: none;
	float: left;
	margin-top: 5px;
	line-height: 14px;
	text-transform: none;
  }
   .SearchBoxFormContent {
	margin-bottom: 0px;
	padding-bottom: 0px;
	vertical-align: top;
   }
.CategoryListContent,.MailingListSignupFormContent {
  padding: 3px;
  margin: 0 0 6px 0;
  text-align: left;
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  }
.SearchBoxFormContent .FormInput, 
.MailingListSignupFormContent .FormInput {
	color: #000000;
	font: 12px  Arial, Helvetica, Sans-Serif;
	height: 18px;
	*height: 18px;
	width: 298px;
	vertical-align: bottom;
	margin: 0px 10px;
	border: 1px solid #ccc;
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url(search_back.jpg);
  }
.MailingListSignupFormContent .FormLabel {
  font: 11px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  color: #333333;
  }
