* {
	margin: 0px;
	padding: 0px;
}

/* COPIED FROM main.css */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

p {
	font-weight: normal;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: .1em .1em 1em .1em;
}

h1, h2, h3 {
margin: .8em 0em .2em 0em;
}

h1.step {
	border-bottom: solid 1px #990000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

li {
font-weight: normal;
margin-bottom: .3em;
}

.lrgheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #990000;
}

/* END COPIED FROM main.css */

h2, h3, h4 {
	color: #990000;
}

form {
	margin-top: 10px;
	margin: 5px;
}

form label, input, textarea, select {
	display: block;
	width: 130px;
	float: left;
	margin-bottom: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

form input.esc {
	display: inline;
	width: auto;
	float: none;
	margin: 2px;
}

form input, select, textarea {
	font-weight: normal;
}

form label {
	text-align: right;
	width: 150px;
	padding-right: 10px;
	height: 2em;
}

form label.req {
	color: #ff0000;
}

form br {
	clear: left;
}

form fieldset {
	margin-bottom: 10px;
	padding: 10px 2px 2px 10px;
}

form fieldset fieldset {
	float: left;
	margin: 0px 2px 4px 2px;
	padding-right: 5px;
	border: solid 1px #dddddd;
}

form fieldset fieldset legend {
	font-style: normal;
	font-weight: normal;
	color: #444444;
}

form fieldset legend {
	font-size: 1.5em;
	font-weight: normal;
	margin-left: 10px;
	color: #990000;
}

form p.note {
	font-weight: normal;
	color: #999999;
	font-style: italic;
}

form div.instructions {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ff0000;
	background-color: #ffffff;
	border-right: solid 1px #cc9900;
	border-bottom: solid 1px #cc9900;
	margin: 10px;
	padding: 2px;
	clear: both;
	width: 339px;
}

form input.radio {
	width: auto;
}

form input:disabled {
	background-color: #cccccc;
}

form input.inline {
	width: auto;
	float: none;
	display: inline;
	margin: 0px;
	vertical-align: middle;
}

form label.headerLabel {
	font-weight: normal;
	text-decoration: underline;
}

form div.doubles {
	width: 720px;
	margin: 0px auto;
	padding-bottom: 5px;
}

form div.doubles fieldset {
	width: 325px;
}

form p {
	margin: 10px 30px 10px 30px;
}

form #ProfessionalRegistration fieldset {
	margin-bottom: 15px;
}

form #experience1,#experience2,#experience3,#experience4,#proRegEnabler1,#proRegEnabler2,#proRegEnabler3,#proRegEnabler4,#proRegEnabler5,#proRegEnabler6,#proRegEnabler7,#proRegEnabler8 {
	width: auto;
	margin-top: 5px;
	margin-right: 5px;
}

form fieldset.disabled {
	color: #cccccc;
}

form #educationTable checkbox {
	width: auto;
}

form #examinations label {
	width: 250px;
}

form img.icon {
	vertical-align: middle;
	margin: -1px 0px 0px 5px;
}

form div.info {
	position: absolute;
	display:  none;
	padding: 2px;
	width: 175px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	background-color: #dddddd;
	border: solid 1px #cc9900;
}

form div.info span {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	background-color: #990000;
	text-align: center;
	padding-bottom: 2px;
	color: #ffffff;
}

#menuBottom {
display: none;
}

#menuLeft {
display: none;
}

#appFooter {
text-align: center;
border-top: solid 1px #990000;
padding: 2px;
margin-top: 10px;
width: 100%;
}

#appFooter input {
font-weight: bold;
}
