
body,
html {
  margin: 0;
  padding: 0;
  background: #1b1b1b;
}

.audiotool-dialog {
  background-color: #3f3f3f;
  color: #b2b2b2;
  font-family: 'HelveticaNeueLTCom', 'Helvetica Neue LT Com', 'Helvetica', 'Arial', sans-serif;
  font-size: 10px;
  font-weight: bold;
  width: 651px;
  height: 237px;
  -webkit-border-radius: 9.5px;
  -moz-border-radius: 9.5px;
  border-radius: 9.5px;
  -moz-box-shadow: 0 0 8px #000;
  -webkit-box-shadow: 0 0 8px #000;
  box-shadow: 0 0 8px #000;
}

#dialog-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 651px;
  height: 237px;
  margin-left: -325.5px;
  margin-top: -118.5px; /* negative half of the height */
}

.dialog-left {
  width: 420px;
  float: left;
}

.dialog-right {
  border-left: 1px dotted #666;
  padding-left: 20px;
  width: 210px;
  height: 137px;
  float: right;
  display: block;
}

.dialog-space {
  height: 12px;
  display: block;
  clear: both;
}

.error-space {
  clear: both;
  margin: 6px 20px 12px 20px;
  padding: 5px;
  display: block;
}

.dialog-error {
  display: none;
  clear: both;
  margin: 6px 20px 12px 20px;
  padding: 5px;
  background: #ce2c59;
  color: #fff;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
}

#bridge-signup {
  display: none;
}

h1 {
  font-size: 18px;
  color: #cfcfcf;
  padding: 18px 0 8px 20px
}

h2 {
  font-size: 10px;
  color: #b2b2b2;
  margin: 0 0 11px 20px;
}

h3 {
  color: #cfcfcf;
  margin: 0 0 11px 0;
}

label {
  margin-left: 20px;
  clear: both;
}

p {
  clear: both;
}

a,
a:link,
a:active,
a:hover,
a:visited {
  color: #cecece;
  text-decoration: none;
  border-bottom: 1px solid #525252;
}

.grey {
  color: #6d6d6d;
}

.grey a,
.grey a:link,
.grey a:active,
.grey a:hover,
.grey a:visited {
  color: #8d8d8d;
}

hr {
  color: #343434;
  background-color: #343434;
  height: 1px;
  width: 100%;
  border: none;
  border-bottom: 1px #474747 solid;
  margin-bottom: 12px;
}

/** input elements **/
input[type="submit"],
textarea {
  -webkit-appearance: none; /* hello ie6... ah no! its the ipad ...*/
}

input[type="file"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"] {
  clear: both;
  float: right;
  margin-right: 20px;
  height: 19px;
  font-size: 10px;
  font-weight: bold;
  color: #b2b2b2;
  -webkit-border-radius: 9.5px;
  -moz-border-radius: 9.5px;
  border-radius: 9.5px;
}

input[type="submit"]:focus {
  border: 1px solid #a9a9a9;
}

textarea {
  resize: none;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  padding: 0 10px;
  width: 238px;
  min-height: 19px;
  margin-bottom: 12px;
  border: 1px solid #252525;
  background: #252525;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
}

input[type="submit"] {
  padding: 0 10px;
  height: 17px;
  width: 120px;
  text-align: center;
  border: 1px solid #525252;
  background: #525252;
  margin-bottom: 20px;
  -webkit-border-radius: 8.5px;
  -moz-border-radius: 8.5px;
  border-radius: 8.5px;
}

.checkbox-label {
  float: right;
  margin-right: 20px;
  margin-top: -6px;
  margin-bottom: 4px;
}

input[type="checkbox"]:focus {
  outline: 1px solid #a9a9a9;
}

#dialog-close {
  float: right;
  margin: 7px 7px 0 0
}

#callback {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1px;
}

a.img-link {
  border: none
}

.oauth-img {
  padding-right: 12px
}

/** styling lift ... */
#ajax-fullscreen {
  z-index: 2;
  display: none;
  float: left;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#ajax-container {
  z-index: 4;
  display: none;
  float: left;
  position: absolute;
}

#ajax-loader {
  background: url('/images/circle-frames.png') no-repeat 0 0;
  width: 44px;
  height: 44px;
}

.lift-error,
.lift-warning {
  padding: 9px;
  margin-bottom: 20px;
  text-align: center;
}

.lift-error {
  background: #fb2e4b;
  color: #fff;
}

.lift-warning {
  border: 1px solid #663;
  background: #443;
}

.lift-notice {
  z-index: 4;
  display: none;
  float: left;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 512px;
  padding: 32px;
  margin-left: -256px;
  margin-top: -39px;
  font-weight: bold;
  font-size: 2em;
  color: #ff6a00;
  text-align: center;
}
