﻿#physicianSearchForm th { vertical-align: top }
#searchContainer { width: 222px; position:absolute; background-color: #0397D6; }
p.doctorNameDiv { color: #FFFFFF; padding: 3px; margin: 2px; }
.yui-ac .result { position:relative;width:400px; height: 20px; vertical-align: middle;} 
.yui-ac .name { position:absolute;bottom:0;left:0px; font-weight:bold;} 
.yui-ac .link { position:absolute;bottom:0;left:250px; font-style:italic;}
.yui-ac-highlight .name,
.yui-ac-highlight .link { color: #ffffff; }
.physBox {
	width: 770px;
	border:solid #81cbea 1px;
}

#myAutoComplete {  
     width:400px; /* set width here or else widget will expand to fit its container */  
     padding-bottom:2em;   
}

#myAutoComplete input { width: 222px; }

table#physicianSearchTable th { text-align: right; }
.search {margin-left:50px;}

p.phys {
	background-color: #cfe4f6;
	color: #000000;
	padding: 5px;
	text-align:center;
	margin:5px;
	font-weight:bold;
}

span.required
{
	color:Red;
	font-size: 1.5em;
}


