/* ------------------------------------------------------------------------------------- */
/* Copyright Einstein Industries 2004. Used with Permission.                             */
/* May not be duplicated or reproduced.                                                  */
/*                                                                                       */
/* Please check for cross-browser compatibility prior to making changes                  */
/* MINIMUM BROWSER CHECK :: IE5.x/IE6/Op7/NS7/Safari/FireFox                             */
/*                                                                                       */
/* CSS Document                                                                          */
/* ------------------------------------------------------------------------------------- */

/* undohtml.css
 * (CC) 2004 Tantek Celik. Some Rights Reserved.
 * http://creativecommons.org/licenses/by/2.0
 * This style sheet is licensed under a Creative Commons License.
 **********************************************************************/

/* Purpose: undo some default styling of common (X)HTML browsers      */

/* link underlines tend to make hypertext less readable, 
 * because underlines obscure the shapes of the lower halves of words
  *********************************************************************/
:link,:visited { text-decoration:none }

/* no list-markers by default (optional)                              */
ul,ol { list-style:none }

/* Avoid browser default inconsistent font-sizes                      */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* Remove inconsistent (among browsers) default ul,ol padding or margin
 * the default spacing on headings does not match nor align with normal
 * interline spacing at all, so let's get rid of it.
 * Zero out the spacing around pre, form, body, html, p, blockquote as well
 * form elements are oddly inconsistent, and not quite CSS emulatable.
 * Nonetheless, strip their margin and padding as well.
 **********************************************************************/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p, blockquote, fieldset, input
{ margin:0; padding:0 }

/* remove default borders around linked images                        */
a img,:link img,:visited img { border:none }

/* more varnish stripping as necessary...                             */


/* basic elements
 * ------------------------------------------------------------------------------------- */
body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}



p, div, li, div, h1, h2, h3, h4, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

div, ul, li, h1, h2, h3, dl, dd, img, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a img, :link img, :visited img { border: none }

/* main structural elements
 * ------------------------------------------------------------------------------------- */


/* hipaa disclaimer popup
 * ------------------------------------------------------------------------------------- */
 
#wrapper-disclaimer {
	background: #FDE5AC;
	width: 400px;
	margin: 0 auto;
	padding: 0;
}
.disclaimer {
	width: 400px;
	margin: 0 auto;
}
.disclaimer-buttons {
	margin-top: 10px;
	margin-left: 40px;
}
.disclaimer-button2 {
	margin-top: 10px;
}

h1 {
	font-size: 14px;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

/* patient privacy notice
 * ------------------------------------------------------------------------------------- */
#wrapper-patient {
	width: 600px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#wrapper-patient p {
	margin: 5px 0px 10px 0px;
}

h1.patient {
	font-size: 14px;
	text-align: left;
	margin: 5px 0px 10px 0px;
}

h2.patient {
	font-size: 12px;
	text-align: left;
	margin: 5px 0px 10px 0px;
}

h3.patient {
	text-align: left;
	margin: 5px 0px 10px 0px;
}

#signature {
	width: 600px;
	float: left;
	margin-top: 40px;
}
	#signature p {
		margin: 20px 0px 10px 0px;
	}



/* practice privacy notice
 * ------------------------------------------------------------------------------------- */
#wrapper-practice {
	width: 600px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#wrapper-practice p {
	margin: 5px 0px 10px 0px;
}

h1.practice {
	font-size: 14px;
	text-align: left;
	margin: 5px 0px 10px 0px;
}

h2.practice {
	font-size: 12px;
	text-align: left;
	margin: 5px 0px 10px 0px;
}

h3.practice {
	text-align: left;
	margin: 5px 0px 10px 0px;
}

#wrapper-practice ul {
	margin-left: 20px;
	list-style: bullet;
}

/* terms of use
 * ------------------------------------------------------------------------------------- */
#wrapper-terms {
	width: 600px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#wrapper-terms p {
	margin: 5px 0px 10px 0px;
}

h1.terms {
	font-size: 14px;
	text-align: left;
	margin: 5px 0px 10px 0px;
}

h2.terms {
	font-size: 12px;
	text-align: left;
	margin: 5px 0px 10px 0px;
}

h3.terms {
	text-align: left;
	margin: 5px 0px 10px 0px;
}

/* patient form elements
 * ------------------------------------------------------------------------------------- */
 
input, textarea, select {
	clear: both;
	margin: 0 0 5px 0;
	border: 1px solid #DACCA3;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FEEDC5;
	color: #657884;
	}

input.button, #contact-main label input.button	{ width: 70px;}

input.button-digital {margin: 0px 0px 20px 0px;}

#contact #quickcontact-wrapper	{ display: none; }

#patient-notice	{ margin-top: 25px;	}
	
	#patient-notice br	{ clear: both; } 
	
	#patient-notice p, #patient-notice h1 {
		text-align: left;
		margin: 10px 0 10px 0;
		}
	
	#patient-notice p.clear-textarea	{ margin-top:80px; }

	#patient-notice .radio { 
		width: 14px; 
		background: transparent; 
		border: none; 
		}
	
	#patient-notice label input, #patient-notice label select {
		position: absolute; 
		left: 110%; 
		width: 150px;
		}
	
	#patient-notice label {
		position: relative; 
		width: 280px; 
		display: block; 
		margin: 0 10px; 
		text-align: right; 
		height: 20px;
		}
	
	#patient-notice label textarea {
		position: absolute; 
		left: 110%; 
		top: 0px; 
		width: 180px; 
		height: 100px;
		}
	
	#patient-notice label.print {
		margin-top: 40px;
	}
	
	#patient-notice input.button  { 
		margin-top: 10px;
	}
	
	#patient-notice label input.small-box {
		clear: none;
		float: left;
		width: 30px;
		margin-right: 10px;
	}
	
	#patient-notice .checkbox {
		width: 14px; 
		background: transparent; 
		border: none;
		float: inherit;
	}
