﻿/* Practitioner Search */

.PracSearchWrapper
{
	width: 729px;
	margin: 30px 0 0 0;
}
.PracSearchTop
{
	height: 7px;
	background: url("../../Images/Neurolink/prac-search-top.png") no-repeat 0 0;
}
.PracSearchBot
{
	height: 7px;
	background: url("../../Images/Neurolink/prac-search-bot.png") no-repeat 0 0;
}
.PracSearchMain
{
	background: url("../../Images/Neurolink/prac-search-bg.png") repeat-y 0 0;
}
.PracSearchContent
{
	width: 673px;
	padding-top: 12px;
}
.PracSearchFormDiv
{
	width: 729px;
	margin-top: 10px;
}
.PracSearchBox
{
	width: 147px;
	height: 22px;
	color: #333;
	font: normal 12px Arial, Helvetica, Sans-Serif;
	padding: 3px 0 0 2px;
	background: url("../../Images/Neurolink/prac-searchbox-bg.gif") repeat-x 0 0;
	border: 1px solid #999;
	border-top: none;
	border-bottom: none;
}
.PracSelect
{
	width: 145px;
	/*height: 22px;*/
	border-bottom: 0;
}
.PracSelectDiv
{
	width: 147px;
	height: 22px;
	background: url("../../Images/Neurolink/prac-select-drop.gif") no-repeat 0 0;
	position: relative;
	z-index: 9;
}
.PracSearchResultsTable
{
	line-height: 18px;
	position: relative;
	top: -6px;
}
.PracSearchResultsTable td
{
	padding: 12px 0 0 6px;
	width: 300px;
}
.PracSearchResultsTable h4
{
	margin: 12px 0 6px 0;
}
.PracSpacerDiv
{
	width: 300px;
	height: 3px;
}
.PraSearchSortPadd
{
	padding: 20px 0 15px 0;
}
.PracFormTable
{
	position: relative;
	left: 4px;
}

/* End Practitioner Search */