ul {
	list-style-image: none;
}
 
li {
	background-image: none;
	background: none;
}
  
#suggest-error-msg, #specialty-error-msg, #practitioner-name-error-msg {
	/* width: 300em;  */ 
	background: #FFFF99;
	color: #FF0033; 
	padding: 2px 0 2px 2px; 	/* top right bottom left */
	margin: 3px 3px 3px 3em;	/* ditto */
	font-family: Tahoma;
	font-size: 14px; 
/*	left: -4em; */
}

/*
#search-form, #doctor-search-form 
{ position: relative; }
*/

label {
	float: left;	
	text-align: right;
	padding-top: 2px;
	margin-right: 6px;
	width: 110px;
	color: 	#333333;
	font-size: 12px;
}

#search-form input.text, #doctor-search-form input.text {
	background-color: #FFFFA0;
	border: 2px inset #C2BFA5
	font-size: 13px;

}

#doctor-search-form span#help {
	position:absolute;
	left: 31em;
}
 
#search-form input.button, #doctor-search-form input.button {
	position: relative;
	overflow: visible;
	font-size: 14px;
	border: 2px outset #C2BFA5;
	color: #333333;
	padding: 0px 6px
}

#search-form input.button { left: 2.2em; }
 #doctor-search-form input.button {left:0.6em; }

/* hkatz 3oct08 */
/* was using quite a different look-feel from buttons on the rest of the site */
/*
#search-form input.button, #doctor-search-form input.button {
	position:relative;
	left: 3em;
	font-size:14px;
	padding: 2px 5px;
	overflow: visible;
}
*/

 
form input, form select, form textarea {
	font-family: Arial;
	font-size: 12px;
}


textarea { overflow: auto; }

.dlog-title
	{ 	font-family:Arial; font-size:14px; font-weight: bold;
		margin: 5px 0 0 20px; 
		color: #333333
		/* color: #0070BC;	from 'consistent' look (when same as other dentalcard dlogs) */
	}
	
.section-title
	{ 	font-family:Arial; font-size:14px; font-weight: bold;
		margin: 5px 0 0 0px; 
		color: #333333
		/* color: #0070BC;	from 'consistent' look (when same as other dentalcard dlogs) */
	}
	