/* physicians and professionals / hospitals and facilities */
	/* select/option version */
#formContainer {
	width: 460px;
	margin-left: 28px;
}
#formContainer div,
#formContanier table {
	width: 460px;
}
#formContainer #newPrac,
#formContainer #newPrac table {
	width: 406px;
}
#formContainer #newPrac {
	margin-left: 20px;
	font-size: 90%;
	line-height: 90%;
	border: 1px solid #333;
	background: #fff;
}
#formContainer table td.cBoxCell {
	width: 15px;
}
#formContainer #dentemax {
	background: #E6C8C8;
	border: 1px solid #900;
	/*padding: 7px;*/
	color: #000;
	font-size: 80%;
}
#formContainer #dentemax h3 {
	text-align: center;
}
#formContainer #step2 {
	/*padding: 7px;*/
	background: #F4F4F4;
	border: 1px solid #CCCCCC;
}
#formContainer #step2 h3 {
	font-size: 1.2em;
	font-weight: bold;
}
#formContainer #step2 label {
	font-size: .8em !important;
}
#formContainer #submitBtn {
	margin: 15px 30px 0px 0px;
}
#formContainer .inner {
	padding: 7px;
}
#formContainer td.cBoxCell {
	width: 20px;
}
#formContainer .inner table tr td {
	padding: 0;
}
input.disabled {
	background-color: #ccc;
	padding: 2px 5px;
	border: 1px solid #ddd;
}
.initiallyHidden,
.noscript {
	display: none;
}
table#dropdownTable {
	margin-top: 20px;
}
tr.dropdownRow td {
	height: 30px;
}
label.h3Label {
	color: #3C5EB6;
	font-size: 120%;
	font-weight: normal;
}
select.enrollmentDD {
	width: 460px;
}
select.enrollmentDD option {
	background: #f0f0f0;
	color: #000;
}
select.enrollmentDD option.instruction {
	color: #fff;
	background: #3C5EB6;
}
select.enrollmentDD option.group_heading {
	background-color: #777;
	color: #fff;
	border: 1px solid #CCC;
	border-left: none;
	border-right: none;
}

#iptnote {
	font-size:1.5em;	
}
/* js/div version */
/*#phys_profs, #hosp_facs {
	margin: 0px;
	/* display: none;
}

#phys_profs .title, #hosp_facs .title {
	width: 480px;
	margin: 8px 0px;
	padding: 0px 3px;
	line-height: 18px;
	border: 1px solid #CCC;
	background: #F5F5F5 url("/images/dropdown_arr.gif") no-repeat right;
	color: #666;
	font-weight: bold;
	font-size: 1.5em;
	cursor: pointer;
} 

#phys_profs #phys_proflist, #hosp_facs #hosp_faclist {
	margin-left: 0px;
	margin-top: -9px;
	display: none;
	width: 486px;
	background: #F5F5F5;
	border: 1px solid #CCC;
}

#phys_profs ul, #hosp_facs ul {
	margin: 0px;
	padding: 0px;
	line-height: 13px;
}

#content #phys_profs ul li, #content #hosp_facs ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#phys_profs #phys_proflist a, #hosp_facs #hosp_faclist a {
	display: block;
	width: 480px;
	padding: 3px;
	margin: 0px;
	color: #666;
	text-decoration: none;
}

#phys_profs #phys_proflist a:hover, #hosp_facs #hosp_faclist a:hover {
	background-color: #3C5EB6;
	color: #FFF; 
}

#phys_profs .list_group, #hosp_facs .list_group {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0px;
	cursor: default;
}

div.list_group li.group_heading {
	font-weight: bold;
	font-size: 90%;
	line-height: 16px;
	padding: 1px 0px 1px 3px !important;
	background-color: #DDD;
	color: #666;
	border-bottom: 1px solid #CCC;
}

#phys_profs #phys_proflist .list_group a, #hosp_facs #hosp_faclist .list_group a {
	display: block;
	width: 465px;
	padding: 3px 3px 3px 18px;
	text-decoration: none;
}
*/
