body {
  margin: 0px;
  background-color: transparent;
}

.oidp {
  font-family: Helvetica, Arial, sans-serif;
}

.oidp .wrapper {
  min-height: 100%;
  width: 100%;
  display: block;
  padding: 0px;
  margin: 0px;
  background-color: #cacaca;
  background-image: url(../images/oidp_bg_02.png);
  background-repeat: repeat-x;
  background-position: top;
  position: absolute;
}

.oidp .shell {
  width: 100%;
  display: block;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  background-image: url(../images/oidp_shell_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  position: absolute;
  top: 90px;
}

.oidp .logo {
  position: absolute;
  top: 15px;
  left: 15px;
}

.oidp .links {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 11px;
  color: #999999;
}

.oidp .page {
 position: relative;
}

.oidp .page_top {
  width: 465px;
  min-height: 220px;
  background-color: transparent;
  background-image: url(../images/oidp_page_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px 0px 80px;
  position: relative;
}

.oidp .page_top li {
  font-size: 12px;
  color: red;
  line-height: 22px;
  background-color: transparent;
  background-image: url(../images/error_icon.png);
  background-repeat: no-repeat;
  background-position: left;
  padding: 0px 0px 0px 34px;
  margin-left: 12px;
}

.oidp .page_bot {
  width: 585px;
  height: 180px;
  background-color: transparent;
  background-image: url(../images/oidp_page_bot_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0px auto 0px auto;
  position: relative;
}

.oidp .links a {
  text-decoration: none;
  color: #888888;
}

.oidp .links a:hover {
  color: #999999;
  text-decoration: underline;
}

.oidp .footer {
  display: block;
  position: absolute;
  bottom: 10px;
  width: 100%;
  color: #666666;
  font-size: 11px;
  text-align: center;
}

.oidp h1 {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  color: #666666;
}

.oidp h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  color: #000000;
  padding: 4px 0px 0px 0px;
  margin: 0px;
}

.oidp h3 {
  font-size: 12px;
  line-height: 13px;
  font-weight: normal;
  color: #666666;
  padding: 0px;
  margin: 0px;
}

.oidp h4 {
  font-size: 10px;
  line-height: 13px;
  font-weight: normal;
  color: #999999;
  padding: 8px 8px 0px 8px;
  margin: 0px;
}

.oidp h4 a {
  text-decoration: none;
  color: #0000ff;
}

.oidp h4 a:hover {
  color: #0000ff;
  text-decoration: underline;
}

.oidp .login {
  display: block;
  height: 40px;
  border-bottom: 1px dotted #cccccc;
  background-color: transparent;
  background-image: url(../images/openid_logo.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 10px 0px 0px 130px;
  line-height: 36px;
}

.oidp .success {
  display: block;
  height: 40px;
  border-bottom: 1px dotted #cccccc;
  background-color: transparent;
  background-image: url(../images/check_mark.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 14px 0px 8px 60px;
}

.oidp .input_shell {
  display: block;
  height: 35px;
}

.oidp .label {
  float: left;
  width: 150px;
  height: 30px;
  font-size: 12px;
  color: #444444;
  text-align: right;
  line-height: 24px;
  padding: 0px 4px 0px 0px;
}

.oidp .input_off {
  float: left;
  width: 270px;
  height: 23px;
  border: 1px solid #999999;
  background-color: #eeeeee;
  font-size: 11px;
  color: black;
  line-height: 24px;
  padding: 0px 0px 0px 6px;
}

.oidp .input {
  float: left;
  width: 272px;
  height: 16px;
  font-size: 12px;
  color: black;
}

.oidp .text_field {
  width: 240px;
}

.oidp .login_help {
  margin: -8px 0px 20px 155px;
}

.oidp .login_help a {
  font-size: 11px;
  color: #999999;
  text-decoration: none;
}

.oidp .login_help a:hover {
  text-decoration: underline;
}

.oidp .share_shell {
  background-image: url(../images/share_top_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 36px 30px 5px 30px;
}

.oidp .share_shell_bot {
  height: 22px;
  background-image: url(../images/share_bot_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0px;
}

.oidp .share_shell .share_info {
  width: 400px;
  height: 24px;
  margin: 2px 0px 0px 0px;
  background-color: #dfdfdf;
}

.oidp .share_shell .label {
  float: left;
  width: 120px;
  height: 20px;
  font-size: 12px;
  color: #444444;
  text-align: right;
  line-height: 24px;
  padding: 0px 4px 0px 0px;
}

.oidp .share_shell .info {
  float: left;
  font-size: 12px;
  color: #000000;
  line-height: 24px;
}

p {
  margin: 0px;
  padding: 0px;
}

.clear {
  clear: both;
}

form {
  padding: 0px;
  margin: 0px;
}

