a {text-decoration:none;
   color:#ffffff;}
a:hover{text-decoration:underline;
	color:#ffffff;}




a.test {text-decoration:none;
   color:#000000;}
a.test:hover{text-decoration:underline;
	color:#000000;}


#appt {width:100%;text-align: right;}

input {
color: #000;
background: #afcdf1;
border: 1px #3783d9 solid
}

textarea {
color: #000;
background: #afcdf1;
border: 1px #3783d9 solid;
}

select{
color: #000;
background: #afcdf1;
border: 1px #3783d9 solid;
}
#appt2 {width:100%;text-align: center;background: #ffffff;}

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 200px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 300px;
  text-align: left;
  }