/* CSS Document */

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

h1,h2,h3,h4,h5,h6  { font-family:Arial, Helvetica, sans-serif; color:#0E8C88; }

a:link, a:visited{ 
color:#6286fe;
text-decoration:underline;
}
a:hover, a:active{
 color: #349761;
  text-decoration:none;}

#footer{
color:#6286fe;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
border-top-color:#E19D6E;
border-top-style:solid;
border-top-width:thin;

}
#footernew{
color:#6286fe;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}
#footernew a:link, #footernew a:visited{ 
color:#6286fe;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}
#footernew a:hover, #footernew a:active{
color:#6286fe;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;}

/* images with this class will get this style*/

.imgborder {border: 1px solid #000000;
}
li{font-family:Arial, Helvetica, sans-serif;
	font-size:14px; list-style-image:url(../images/4-08/bullet.jpg); padding:2px;}
.name {
	color:#349761;
	font-weight: bold;
}

/* =====NEW PATIENT FORM===== */

#new-patient-registration  { font-family:Arial, Helvetica, sans-serif; }
#new-patient-registration p  { font-size:13px; font-weight:bold; color:#333; letter-spacing:1px; }

#new-patient-form  {  }
#new-patient-form input { margin-top:4px;  font-size:15px; color:#333; }
#new-patient-form input[type=text] { width:98%; }

input#authorization_signature, input#authorization_signature_date  { font-size:28px; }
input#register, input#clear-form  { font-size:19px; font-weight:bold; margin:0px 4px; padding:4px; background:#e9dcb2; color:#333; border: 3px solid #bfb38c; cursor:pointer;  }

td#heading-divider  { background:#698C83; text-align:center; font-size:17px; font-weight:bold; color:#FFF; padding:10px; }
td#signature-heading  { background:#99534C; text-align:center; font-size:18px; font-weight:bold; color:#FFF; padding:10px; }
h3#signature-heading  { color:#99534C; }

.form-errors  { margin:10px auto 40px; border:2px dotted #930; padding:6px; width:600px; height:300px; overflow-y:scroll; }
h3#form-errors-header  { margin:6px; padding:0; color:#930; }
.form-errors ul  { list-style-type:square; }
.form-errors li  { color:#FFF; font-size:16px; list-style-image:none; color:#930;  }
