﻿.loginTable {
  width: 100%;
}
.loginTableHeader {
  width: 100%;
  font-size: 18px;
  color: #fb8819;
  text-align: center;
}
.loginTableInputs {
  text-align: left;
  line-height: 24px;
  color: black;
  font-size: 11px;
}
.loginTableInputs span {
  width: 120px;
}
.loginTableInputs input {
  width: 140px;
}
.loginTableInputs a {
  color: #fb8819;
  height: 10px;
}
.divider {
  width: 14px;
  height: 173px;
  border-right: 1px #fb8819 solid;
  margin: 16px 0px 0px 0px;
}
.inputButton {
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 10px;
  float: left;
  width: 46px !important;
  height: 20px;
  line-height: 20px;
  border: 0px;
  color: #fff;
  cursor: pointer;
  padding: 0px 0px 2px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 10px;
  background-color: transparent;
  background: url(/Assets/images/orgProfile/myprofile-edit.png) no-repeat left top;
  background-attachment: scroll;
  background-position: 0pt 0pt;
  text-decoration: none;
  text-align: center;
}
.inputButton:hover {
  background: url(/Assets/images/orgProfile/myprofile-edit.png) no-repeat left bottom;
}
.bottom {
  background: url(/Assets/images/form2-botbox1.png) no-repeat top left;
  width: 640px;
  height: 19px;
  float: left;
}
.middle {
  background: url(/Assets/images/form2-midbox1.png) repeat-y top left;
  width: 640px;
  padding: 0px 0px 0px 0px;
  float: left;
}
.top {
  background: url(/Assets/images/form2-topbox1.png) no-repeat top left;
  width: 640px;
  height: 13px;
}

