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;
	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; }

#search-form label, #doctor-search-form label {
	/* position: absolute; */
	width: 7.4em;
	padding: 0;
	margin: 5px 0 0 20px; /* top right bottom left */
	/* color: #535353;	was this before 8oct08 change */
	color: #333333;
	font-size: 12px;
	
/*
	font-family: Arial;
*/
}
 
#search-form input.text, #doctor-search-form input.text {
	/* position:absolute; */
	left: 7.6em;
	font-size: 13px;
	width: auto 
}

#search-form input.text, #doctor-search-form input.text {
	background-color: #FFFFA0;
	border: 2px inset #C2BFA5
}
/*
form select {
	left: 7.6em;
	border: 2px;
}
*/
#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;
	left: 3em;
	border: 2px outset #C2BFA5;
	color: #333333;
	padding: 0px 6px
}

/* 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) */
	}
	