/* CSS Document */


.intake table, #healthcare-professionals .intake table p  {width:auto;font-family:Arial, Verdana, Helvetica;font-size:12px;padding-bottom:1px;/* wheat */}
}
#healthcare-professionals .intake table p{padding-left: 0;padding-right:0}

.intake table td {margin:0;padding:0;white-space:nowrap;color:#8b855e;}

/* mar 16 from 400*/
#healthcare-professionals .copy .intake table {width:410px;clear:both}





/* fields */
#healthcare-professionals div.intake{margin:0;padding-left:15px;}
#healthcare-professionals .intake table * {padding:0;margin:0;width:auto;}
#healthcare-professionals .intake textarea, 
#healthcare-professionals .intake input, 
#healthcare-professionals .intake select{
 width:235px;
	height:15px; /* for 11px verdana, padding:2px is right. For 12px arial, on mac FF, padding-top should be 3px and height 14px */
	line-height:15px;
	background-color:white;
	border: 1px solid #818386;
	overflow: hidden;
	font-size:12px;/* this is supposed to be 11 but 12 is the only size that makes select maintain the grid */
	color:#636363;
	padding:2px;/* for 11px verdana, padding:2px is right. For 12px arial, on mac FF, text looks 1px too high in box. it looks right in ie7 win and ff win, so forget it */
	font-family:Arial, Verdana, Helvetica, sans-serif;/* this is supposed to be verdana, but with 12px, Arial looks better */
	float:left;
	margin-right:12px;margin-left:0px}
#healthcare-professionals .intake input.check, #healthcare-professionals .intake select {width:auto}	
#healthcare-professionals .intake table p {background-color: transparent}	
#healthcare-professionals .intake table td {padding:0;margin:0;padding-right:12px} 	
#healthcare-professionals .intake select{height:21px;/* this */padding:1px;cursor: pointer}

#healthcare-professionals .intake textarea {height:55px;}



/* button */
#healthcare-professionals div#button 			{ margin-top:23px;border:0px solid red;float:left;width:776px;clear:both;padding-bottom:13px;padding-top:4px}
#healthcare-professionals input.button	{font-size:11px;font-family:Verdana,Arial;float:none;color:white;width:58px;background-color: #7b775b/* brown */;height:auto;padding:4px;/padding:2px;margin-left:auto;margin-right:auto}
#healthcare-professionals input.button:hover	{cursor: pointer}

