form { background: url(../images/leftbg.gif) repeat-y right 0; }
.wideForm form { background: none }

ul.steps {
	color: #999900;
	float: right;
	margin: 0 0 1em;
	width: auto; 
}
ul.steps li {
	background:  url(../images/step-uncompleted.gif) no-repeat 0 .2em; 
	display: inline; 
	float: left;
	height: 16px;
	padding: 0;
	width: 13px;
}
ul.steps li.completed  
{
	background:  url(../images/step-completed.gif) no-repeat 0 .2em; 
	width: 15px;
}

li.stepNo span {
	color: #3d7baa; 
	font-weight: bold;
}

ul.steps li.stepNo {
	background: none; 
	padding-left: .25em;
	width: 6em;
}

div.sectionNav
{
	font-size: smaller;
	padding-bottom: 0.5em;
	text-align: center;
}

div.sectionNav .current
{
	font-weight: bold;
}

.wideForm .textual { width: 70%; }

.formContainer {
	border: 1px solid #336699;
	border-top: 0;
	float: left;
	margin-bottom: 0.75em;
	position: static;
	width: 100%;
	padding-bottom: 0.75em;
	z-index: 0;
}

.formContainer .cornerLeft {
	background:  url(../images/corner-table-left.png) no-repeat 0 0;
	height: 5px;
	position: absolute;
	left: -0.1em;
	top: 0;
	width: 5px;
}
.formContainer .cornerRight {
	background:  url(../images/corner-table-right.png) no-repeat 0 0;
	height: 5px;
	position: absolute;
	right: -0.1em;
	top: 0;
	width: 5px; 
}

.formContainer h2 {
	background-color: #336699;
	color: #fff;
	float:left;
	font-size: 1.2em;
	margin: 0 !important;
	padding: .5em .5em .5em .75em;
	width: 96.6%;
}

.noLeftCol .formContainer h2 { width: 97.6%; }
.wideForm .formContainer h2 { width: 97.5%; }

.formContainer div { 
	float: left;
	position: static;
	padding: .25em 0;
	width: 100%;
}
* html .formContainer div { float: none; }

.viewOnly div { padding: .5em 0 1em }

.formContainer span  {
	padding-right: 5em;
	width: auto;
}

.formContainer .note + span,
.formContainer label + span {
	
	max-width: 50%; 
}
html>body .formContainer .note + span { padding-left: 1.25em; }
*:first-child+html .formContainer .note + span { padding-left: 0; }

.formContainer div.section  {
	padding: 0.75em 0; 
	position: relative; 
}
.formContainer div.section div { float: left; }

div.section span {
	padding-right: .5em;
	word-wrap: break-word; 
}


.dark { 
	background-color: #eaeae0; 
	font-weight: bold;
}

.dark span, .niceNote span {
	float:left;
	padding: .5em 1em;
	width: 13.5em;
}

.dark span.long, .niceNote span.long { width: auto; }

.dark span.longSideNote, .niceNote span.longSideNote 
{
	width: auto;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	float: right;
}

.niceNote { 
	background-color: #F0F8FE; /* Keep safe during LBP conversion */ 
	font-weight: normal;
}

.hasImage {
	background: url(../images/lbp-logo-sm.gif) no-repeat 98% center;
	height: 11em;
}

/* labels */
.formContainer label,
.formContainer span.fauxLabel {
	float: left;
	padding: 0 .5em;
	width: 14em;
}
.formContainer label span {
	color: #dd0000;
	float: none;
	width: 1em;
	padding-right: 0;
}

.formContainer span { float: left; }

.formContainer span.fauxLabel, .formContainer label
{
	color: #444;
	padding-left: 0.75em;
}

/* inputs & selects */
.formContainer input,
.formContainer select,
.formContainer textarea {
	width: 15em;
}

/* inputs & selects */
.formContainer input.long,
.formContainer select.long,
.formContainer textarea.long {
	width: 22em;
}

/*.formContainer span.checkbox input
{
	width: 20px;
}*/

.formContainer .short
{
	width: 4em;
}

.formContainer .checkbox input
{
	width: auto;
}

.formContainer .medium-short { width: 5.5em; }
.formContainer select.medium-short { vertical-align: middle; }

.formContainer input.withMediumShortDropDown { width: 9.25em; }

.formContainer textarea 
{
	font: normal 1em verdana, arial, sans-serif;
	padding: 0.1em;
	width: 16.5em;
	/*height: 3.75em;*//*THIS IS WHAT I CHANGED*/
}

.formContainer textarea.wide
{
	width: 24em;
}

/* Checkboxes and Radio buttons */
.check input {
    float: left;
    margin: .25em 0 0 1em;
    width: 1em; 
}
.check label {
    float: left;
    max-width: 35em; 
    width: auto; 
}
.check span {
    font-weight: bold;
    margin-left: 1em;
}

.check.view span {
	width: 2.5em;
	text-align: center;
}

.check span.note {
    font-weight: normal;
    font-style: italic;
    margin-left: 1em;
}

.niceInput input
{
	margin-right: 0.5em;
}

.radioCheck {
	display: inline-block;
}

.formContainer .radioCheck li {
	background-image: none; 
	padding: 0;
}

.formContainer .radioCheck label {
	float: none;
	padding: 0; 
}
.formContainer .radioCheck input { width: auto; }

/* Edit links */
.formContainer div.section div.edit {
	float: right;
	width: auto;
}
div.edit span {
	float: right;
	margin: 0 1em 1em 0;
	padding: 0;
	width: 40px;
}
span.edit a,
span.edit a:link {
	display: block; 
	padding: 0 .15em;
}

/* Multiline styles */
.multiline span { clear: both; }

/* Note styles */
.note, .formContainer div.note {
	clear: both;
	color: #666;
	float: left;
	font: italic normal .9em verdana;
	padding: .5em .5em .5em 1em;
	width: 14em;
}

/* Note styles */
div.errorNote, .formContainer div.errorNote
{
    clear: both;
    color: #FF0000;
    float: left;
    font: italic normal .9em verdana;
    padding: .5em .5em .5em 1em;
    width: 14em;
}

/* Buttons */
div.button, .formContainer div.button { 
	color: #fff;
	float: right; 
	font: bold 1em verdana;
	margin: 0 0 1em .5em;
	padding: 1px; padding-top: 1em;
	width: auto;
}

.button input {
	float: left;
	font: bold 1em verdana;
	background-color:  #eaeae0;
	border: 3px double #9fa700;
	color: #666;
	cursor: pointer;
	margin: 0;
	padding: 0 .4em;
	height: 2.5em;
	width: auto;
}

.button a, 
.button a:link, 
.button a:visited {
	background-color:  #eaeae0;
	border: 3px double #9fa700;
	color: #666;
	float: left;
	padding: .4em .5em;	
}

.buttonNew {
	background: url(../images/bckgrd-button.gif) no-repeat 0 0; 
	float: right;
	font-weight: bold;
	height: 28px;
	margin-left: 1em;
	width: 108px; 
}
.buttonNew input {
	background-color: transparent;
	border: 0;
	color: #333;
	cursor: pointer; 
	font-weight: bold;
	padding: .3em 0 0 1.4em;
}
.buttonNew a,
.buttonNew a:link,
.buttonNew a:visited {
	border: 0;
	color: #333;
	display: block;
	padding-top: .5em; 
	text-align: center;
}


.green input, .green a, .green a:visited, .green a:link /* Temp - Prototyping */
{
	background-color: #990;
	color: white;
}

.darkGrey input, .darkGrey a, .darkGrey a:visited, .darkGrey a:link /* Temp - Prototyping */
{
	background-color: #666;
	color: White;
}

label em {
	font-style: normal;
	text-decoration: underline;
}

/* Errors */
.hasError { background: #f2d9d9 url(../images/icon-error.jpg) no-repeat 83% center; }
.hasError label {
	color: #ff0000; 
	font-weight: bold;
}
.hasError label { color: #ff0000; }

tr.hasError
{
	background-position: 2.15em;
}

tr.hasError span input
{
	margin-right: 1.25em;
}

div.hasErrorSingle
{
	background: #f2d9d9 url(../images/icon-error.jpg) no-repeat 83% center; 
	padding: 0.5em;
	padding-right: 15px;
}

tr.alt-bg.hasError  {
	background-color: #F2D9D9;
}

.formContainer div.hasErrorSingle
{
	width: 50%;
}

div.hasErrorSingle input
{
	padding-right: 1em;
}

/* Current selected */
.formContainer .current {
    background-color: #f1f4bd; 
    position: static;
}
.formContainer .current span.current {
	bottom: .25em;
	color: #999900;
	float: right;
	font: bold 1em arial;	
	margin-right: 1em;
	padding: 0;
	position: absolute;
	right: 0;
	white-space: nowrap; 
}

.shortMessage 
{
	background-color: #ECEFAB;
	padding: 1em 1em !important;
    margin-top: 0 !important;
	margin-bottom: 0.5em;
}

div.lbpLogoRight {
	background: url(../images/lbp-logo-sm.gif) no-repeat 0 0;
	height: 105px;
	position: absolute;
	right: 1em;
	top: 0.5em;
	width: 100px
}

div.spacer50high { height: 50px; }

#divEWPhoto
{
    float: left;
    width: 120px;
   padding: 15px;
}

#ProfilePhoto
{
    width: 120px;
    padding: 15px;
}


#divEWDetails.div.label
{
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 35px;
    width: 150px;
}

#divEWDetails.div.span
{
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 35px;
    width: 250px;
}
div.spacer50high { height: 50px; }

div.RelicensingPhotoIdCheckCheckboxes {
    margin-top: 20px;
    margin-bottom: 20px;
}
    div.RelicensingPhotoIdCheckCheckboxes span {
        margin: 15px 0;
        display: block;
    }

div.CompetenceProgrammeCheckbox {
    margin-top: 20px;
    margin-bottom: 20px;
}
    div.CompetenceProgrammeCheckbox span {
        margin: 15px 0;
        display: block;
    }