a {
  text-decoration: none;
  color: #415F78;
}
a:hover {
  text-decoration: underline;
}

.button {
  padding: 3px 10px;
  color: #fef4e9;
  font-weight: bold;
  background: #f78d1d url(/images/proteus/button.png) top left repeat-x;
  _background: #f78d1d;
  border-radius: 5px;
  cursor: pointer;
  line-height: normal;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 1px;
  border: 1px solid #666;
  border: 1px solid rgba(0, 0, 0, 0.25);
  outline: 0;
  overflow: visible;
}
.button:hover {
  background-color: rgb(255, 141.2201834862, 21);
  color: white;
  text-decoration: none;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus {
  background-color: #eee;
  border-color: #ccc;
  color: #aaa !important;
  text-shadow: none;
}

html {
  background-color: #415F78;
}

body {
  margin: 40px auto;
  text-align: center;
  background-color: transparent;
}

body, td {
  font: normal 12px "Lucida Grande", Helvetica, "trebuchet MS", Arial, sans-serif;
  line-height: 1.5em;
  color: #0a0a0a;
}

img {
  border: none;
}

#wrapper {
  text-align: left;
  margin: 0 auto;
  width: 840px;
  font-size: 1em;
  /* 12px */
  line-height: 1.5em;
  /* 18px */
}

#main {
  margin-right: auto;
  margin-left: auto;
}

#body {
  padding: 0;
}

#logo {
  padding: 20px 20px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
}

#header {
  padding: 10px 20px;
  background: #fff;
  padding-bottom: 20px;
}

#login {
  clear: both;
  padding: 10px 20px;
  background-color: rgb(82.9189189189, 121.1891891892, 153.0810810811);
  color: #fff;
}
#login a {
  color: rgb(193.0540540541, 208.5405405405, 221.4459459459);
}

.adjacent td {
  vertical-align: top;
  padding-right: 10px;
}

.desc {
  color: #666;
  font-size: 11px;
  line-height: normal;
}

.setting {
  padding-top: 10px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 5px;
}

label {
  padding-left: 4px;
  display: block;
  color: #333;
  font-size: 12px;
}

.required {
  padding-bottom: 20px;
}

.error input, .error textarea, .error select {
  border-color: rgb(255, 144.5, 144.5) !important;
  background-color: rgb(255, 246.5, 246.5) !important;
}

#errormsg, .fielderror {
  color: #a00;
}

.fielderror {
  padding: 2px 4px;
  display: none;
}

#errormsg {
  padding: 10px 20px;
  background-color: rgb(255, 195.5, 195.5);
}

.error .fielderror {
  display: block;
}

.opt, .req {
  text-transform: uppercase;
  font-size: 10px;
  padding: 2px 5px;
  margin-left: 3px;
  border-radius: 2px;
  float: right;
  line-height: normal;
}

.opt {
  background-color: #aaa;
  color: #fff;
}

.req {
  background-color: rgb(248.7435897436, 165.8461538462, 78.2564102564);
  color: #fff;
}

.optional h2 {
  color: #666;
}

.column-right, .column-left {
  width: 50%;
  vertical-align: top;
  padding: 0 20px 40px 20px;
  background-color: rgb(226.1351351351, 233.3513513514, 239.3648648649);
}

.confirmation {
  padding: 30px 40px 50px;
  background-color: rgb(226.1351351351, 233.3513513514, 239.3648648649);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid rgb(193.0540540541, 208.5405405405, 221.4459459459);
}
.confirmation strong {
  font-size: 1.2em;
  line-height: 1.5em;
  display: block;
  font-weight: bold;
}

.column-right {
  border-left: 1px solid rgb(193.0540540541, 208.5405405405, 221.4459459459);
}

.column-captcha {
  vertical-align: bottom;
}

input, textarea, select {
  font: normal 12px "Lucida Grande", Helvetica, "trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  padding: 3px;
  border: 2px solid #ddd;
  background-color: #fff;
}

.required input, .required textarea, .required select {
  border-color: rgb(193.0540540541, 208.5405405405, 221.4459459459);
}

#captcha {
  padding: 40px 0 0 0;
}
#captcha img {
  border: 2px solid rgb(193.0540540541, 208.5405405405, 221.4459459459);
}
#captcha td {
  vertical-align: top;
  padding-right: 10px;
}
#captcha input {
  margin-right: 20px;
  width: 50px;
}

#agree {
  padding: 40px 0 0 0;
}

#buttons {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px 20px;
  background-color: rgb(82.9189189189, 121.1891891892, 153.0810810811);
  color: rgb(242.6756756757, 245.7567567568, 248.3243243243);
}
#buttons a {
  color: rgb(193.0540540541, 208.5405405405, 221.4459459459);
}

#apply {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

#legal {
  display: inline;
  line-height: normal;
}

hr {
  display: none;
}

#newuser_serverdigestson_initial {
  padding-top: 20px;
}
#newuser_serverdigestson_initial label {
  display: inline;
}
#newuser_serverdigestson_initial input {
  border: none;
  background-color: rgb(226.1351351351, 233.3513513514, 239.3648648649);
  vertical-align: middle;
}
#newuser_serverdigestson_initial td {
  vertical-align: middle;
}
#newuser_serverdigestson_initial label, #newuser_serverdigestson_initial .desc {
  padding-left: 6px;
}

#newuser_profile_firstname input, #newuser_profile_lastname input, #newuser_password input {
  width: 165px;
}

#newuser_email input, #newuser_username input, #newuser_profile_org_name input, #newuser_profile_jobtitle input {
  width: 352px;
}

#newuser_profile_org_address textarea {
  height: 36px;
  width: 300px;
}

#newuser_profile_org_city input, #newuser_profile_org_state input, #newuser_profile_phone input {
  width: 200px;
}

#newuser_profile_org_postalcode input {
  width: 100px;
}

.pwreq {
  padding: 5px;
  font-size: 11px;
  line-height: normal;
  color: #666;
}
.pwreq li {
  list-style: disc;
}
.pwreq ul {
  margin-left: 20px;
  margin-top: 5px;
}

/*# sourceMappingURL=newprofile.css.map */
