/* FORM */
form {
	width: 700px;
	margin: 15px 0 10px 0;
	background-color: #003253;
	border: 10px solid #025A8A;
	color: #ffffff;
	}
fieldset.step, div.step {
	float: left;
	width: 200px;
	margin-left: 13px;
	}
fieldset.stepfull {
	width: 650px;
	margin-bottom: 0;
	}
fieldset.step legend {
	font-size: 5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	}
fieldset.step legend span {
	display: none;
	}
fieldset.dets {
	border: 1px solid #025A8A;
	margin: 10px 5px 0;
	padding-left: 10px;
	}
fieldset.submitIt {
	}
.sidenote {
	float: left;
	width: 300px;
	padding: 15px;
	}
fieldset h3 {
	height: 1.5em;
	font-size: 2em;
	color: #ffffff;
	}
#refer fieldset h3 {
	height: 1.5em;
	font-size: 2em;
	color: #ffffff;
	margin: 5px 0;
	padding: 0;
	}
label {
	display: block;
	font-weight: bold;
	}
textarea {
	width: 400px;
	height: 30px;
	}
#contact textarea {
	width: 600px;
	height: 100px;
	}
#refer-patients textarea {
	width: 300px;
	height: 50px;
	}
.textInput {
	width: 180px;
	}
.textInput2 {
	width: 25px;
	}
.textInput5 {
	width: 50px;
	}
input#send {
	padding: 10px;
	}
form a, form a:link, form a:visited {
	text-decoration: none;
	color: #ff7f00;
	}
form a:focus, form a:hover, form a:active {
	text-decoration: underline;
	}
/* Rules added when inserting checkboxes */
.chkRad {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
	}
.chkRad label {
	display: inline;
	}
.clearIt {
	clear: both;
	}
select {
	margin: 5px 0 8px 30px;
	}
/* Add this style for warning messages */
.warning {
	font-weight: bold;
	color: #FF0000;
	}
.footnote {
	color: #CCCCCC;
}
