body { background-color:#fff; }
#baseDiv { background-color:#fff; }


/* content area */
#contentArea { display:block; width:818px; padding:20px 15px; }

/* footer */
#footerArea { width:824px; height:48px; padding:0 0 0 24px; margin:0 auto; margin-top:120px; }

/* change password page */
#userNameTitle { width:116px; float:left; line-height:22px; clear:left; margin-right: 20px;}
#existingPasswordTitle { width:116px; float:left;  line-height:22px; clear:left; margin-right: 20px;}
#newPasswordTitle { width:116px; float:left;  line-height:22px; clear:left; margin-right: 20px;}
#newPasswordConfirmationTitle { width:116px; float:left;  line-height:22px; clear:left; margin-right: 20px;}

#tenantReferenceLabel { width:140px; float:left; line-height:22px; clear:left; margin-right: 20px;}
#userNameLabel { width:140px; float:left; line-height:22px; clear:left; margin-right: 20px;}
#emailLabel { width:140px; float:left; line-height:22px; clear:left; margin-right: 20px;}

.UserNameTextbox { width:40%; border:1px solid #666666; height:20px; line-height:20px; margin:0 0 9px 0; }
.ExistingPasswordTextBox { width:40%; border:1px solid #666666;  height:20px; line-height:20px; margin:0 0 9px 0; }
.NewPasswordTextBox { width:40%; border:1px solid #666666; height:20px; line-height:20px; margin:0 0 9px 0; }
.ConfirmPasswordTextBox { width:40%; border:1px solid #666666; height:20px; line-height:20px; margin:0 0 9px 0; }
.TenantReferenceTextbox { width:40%; border:1px solid #666666; height:20px; line-height:20px; margin:0 0 9px 0; }
.UserNameTextBox { width:40%; border:1px solid #666666; height:20px; line-height:20px; margin:0 0 9px 0; }
.EmailTextBox { width:40%; border:1px solid #666666; height:20px; line-height:20px; margin:0 0 9px 0; }

#buttonDiv input { /*margin-left:8px;*/ float:none; }

#inputs,#registrationInputs { margin:18px 0; }

#ctl00_ctl00_baseContentPlaceHolder_mainContentPlaceHolder__mainPanel { display:block; width:456px; height:255px; border:1px solid #c2c2c2; background-color:#efefef; padding:15px 19px; margin:0 auto; }