/* 

This the styling for the buyers guide search widget. It should be imported to the main style sheet by adding the following line:

	@import url(http://www.hospitalconnect.com/hospitalconnect/global/buyers_guide/buyers_guide.css); 
	
and is used in conjuction with buyers_guide.html

*/
#buyers_guide {
	margin-left:auto;
	margin-right:auto;
	padding-bottom:0px;
	padding-top:5px;
	text-align:center;
}

#buyers_guide_widget {
	width:147px;
	background-image:url(http://healthforumbuyersguide.com/images/aha/aha_bg.jpg);
	background-repeat:no-repeat; 
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
}
#buyers_guide_search input#term {
	margin-top:30px;
	padding:2px;
	width:115px;
	background-color:#FFFFFF;
	border: 1px inset #9ab3cd;
	font-family:Verdana;
	font-size:10px;
	color:#000000;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#buyers_guide_search input#submitform {
	border:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}