body {
	background: #DCEBC2 url(/assets/media/images/landing_bg.jpg) repeat-x 0 0;
	color: #333;
	font-family: 'helvetica', 'arial', sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
* {
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: none;
	outline: none;
}
a {
	border: none;
  color: #8E0E1B;
}
a:hover {
	text-decoration: none;
}
.clear {
  clear: both;
  height: 5px;
}
#wrapper {
  margin: 0 auto;
  width: 1024px;
}
#logo {
  clear: none;
  float: left;
  width: 300px;
}
h2 {
  color: #8E0E1B;
  font-size: 15px;
  margin: 30px 0 10px;
}
h5 {
  margin: 0 0 0 25px;
}
#footerLinks {
	color:#c2c2c2;	
	font-size:0.9em;
	height:40px;
	margin:21px 0;
	text-align:center;
	line-height:1.5em;	
}
#footerLinks a {
	color: #777;
}
#footerLinks a:hover {
	color: #333;
}
#description {
  clear: none;
  float: left;
  margin-left: 150px;
  line-height: 1.7em;
  width: 450px;
}
#description input[type=text] {
  background:#FFFFFF;
  border:1px solid #aaa;
  color: #666;
	margin:  0 10px 10px;
	padding:  2px;
	width:  205px;
}
#description input[type=submit] {
  background: transparent url(/assets/media/images/btnbg.png) repeat-x 0 100%;
border: 1px solid #E5E5E5;
color: #FFFFFF;
cursor: pointer;
font-size: 10px;
font-weight: bold;
padding: 3px 33px;
}
#content {
  font-size: 12px;
  margin-top: 48px;
  text-align: center;
position: relative;
}
#content h2 {
  text-align: center;
}
#bubble {
	display:none;
	position: absolute;
	top: 0;
}
#bubble p {
	background: transparent url(/assets/media/images/bubble-trans.png) no-repeat 50% 0;
	color:#555;
	height: 52px;
	padding:21px 5px 0;
	width:auto;
	float: left;
}
#bubblebegin {
	background: transparent url(/assets/media/images/bubble-trans.png) no-repeat 0 0;
	display: block;
	height: 58px;
	width: 12px;
	float: left;
}
#bubbleend {
	background: transparent url(/assets/media/images/bubble-trans.png) no-repeat 100% 0;
	display: block;
	height: 58px;
	width: 12px;
	float: left;
}
.mptext {
	font-size: 19px;
}
#frmsrchcategory
{
	position:relative;
	top: 0px;		
	left: 2px;
	z-index: 100;
}
.shadow_ff
{
	background-color:#FFFFFF;
	border:1px solid #999999;
	left:106px;
	margin-top:-9px;
	position:absolute;
	width:209px;
	z-index:100;
}

.output_ff
{
	font-family:Arial;
	font-size: 10pt;
	color:black;		
	margin-bottom: 3px;
	width: 209px;
	background: #fff;		
}
