/* CSS Document */

body {
  background: #fff;
}

div#content {
  margin-left: 50px;
  background-image: none;
  margin-right: 50px;
  margin-top: 0px;
  border: none;
}
html>body div#content {
	margin-top: 0px;
	padding-top: 0px;
	}

ul {
  list-style: none;
}
h4 {
    color: #50666e;
}
#listserv {
	list-style: none;
	text-align: center;
}

#professionalForm p {
	font-weight: bold;
	}
#professionalForm p label {
	float: left;
	width: 17em;
	font-weight: bold;
	text-align: right;
	padding-right: 0.5em;

	}

input[type=text] {
	width: 13em;
	}
/*#professionalForm p label#namelabel {
	float: none;
	padding-left: 1em;
	}*/
#professionalForm p label#faxlabel {
	float: none;
	padding-left: 1.5em;
	}
#professionalForm ul.checkboxlist {
	list-style: none;
	font-weight: bold;
	}
#professionalForm ul.checkboxlist li {	
	margin-left: 14em;
	padding-left: 0;
	}
.warning {
	display: block;
	font-weight: bold;
	color: #f00;
	text-align: center;
	}
input[type=text]#webpage, input[type=text]#email, input[type=text]#specialty {
	width: 31.5em;
	}
.hidden
{
  position: absolute;
  left: -1500em;
}