﻿.form
{
	border: 1px solid #333333;
	width: 583px;
	margin: 10px 0px 10px 0px;
	padding: 1px;
	background-color: white;
}
.form_header
{
	color: #2c5687;
	border-bottom: 1px solid #2c5687;
	font-size: 12pt;
}
.formHeading
{
	background-color: #333333;
	font-size: large;
	color: white;
	text-align: center;
}
.formSubHeading
{
	text-align: center;
}

.formFooter
{
	font-size: large;
	text-align: center;
}
.formFooterSummary
{
    color: White;
    background-color: #333333;
    font-weight: bold;
	text-align: center;
}
.text_box1
{
	width: 550px;
	height: 150px;
}
.text_box2
{
	width: 550px;
	height: 600px;
}
.formRowHeading
{
	text-align: right;
	width: 200px;
}

.formRowSpacer
{
	height: 1.0em;
}

.shortBox
{
	width: 3em;
}

.mediumShortBox
{
    width: 4.5em;
}

.mediumBox
{
	width: 10em;
}

.mediumLongBox
{
    width: 20em;
}

.longBox
{
	width: 35em;
}

.dateBox
{
    width: 5em;
}

.formRequiredLabel
{
    color: Red;
}

.healthInsuranceDetails
{
    display: none;
}

.text_box_print
{
    display: none;
}
.helpStepLabel
{
    font-weight: bold;
    width:60px;
    vertical-align:top;
}
