/* CSS Document */
#oops, #oopsJ {
  margin: 0;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0;
  padding-top: 20px;
  padding-left: 10px;
  background: url(../image/balloon.gif) no-repeat;
  background-position: top left;
  height: 90px;
  font-weight: bold;
  line-height: 20px;
  font-size: 110%;
}

.oops_red {
  color: red;
  font-size: 110%;
}

#oops_message, #oops_messageJ {
  font-size: 80%;
}

#nottoworry,  #nottoworryJ {
  margin-top: -20px;
}

#nottoworry, #nottoworryJ, #callyou, #youcall, #callingyounow {
  font-size: 85%;
  margin-bottom: 1em;
}

#callingyounow {
  text-align: center;
  margin-top: 6em;
  line-height: 3em;
}

#youcall, .callyou_codes {
  margin-top: 1em;
}

.nottoworry_header, .callyou_header, .youcall_header, .callingyounow_header {
  font-size: 130%;
}

#youcall_number, #callingyounow_number {
  font-weight: bold;
}

form {
  padding: 0;
  margin: 0;
  border: none;
}

input {
  border: 1px solid darkgray;
  padding: 2pt;
  margin: 0;
  margin-right: 1px;
}

#inputcountry {
  width: 0.8cm;
}

#inputarea {
  width: 1.5cm;
}

#inputphone {
  width: 2.5cm;
}

#inputbutton {
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  margin-left: 1px;
  background: url(../image/call_me_now.gif) no-repeat;
  width: 112px;
  height: 24px;
  cursor: pointer;
}

#pfh_loading {
  border: none;
  background: url(../image/PFH_ani-small.gif) no-repeat;
  width: 29px;
  height: 29px;
}

#hangupbutton {
  border: none;
  background: url(../image/hangup.gif) no-repeat;
  width: 197px;
  height: 37px;
  cursor: pointer;
}

#callagainbutton {
  border: none;
  background: url(../image/call_again.gif) no-repeat;
  width: 197px;
  height: 37px;
  cursor: pointer;
}

#audio {
  margin-left: 70px;
  margin-right: 50px;
  margin-top: 1em;
  /*
  background: pink;
  */
}

#audio div {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

#audio img {
  margin-right: 10px;
}

#audio * {
  vertical-align: bottom;
}

#audio #headset * {
  vertical-align: middle;
}

#audio input {
  margin-left: 7px;
}

#audio #help a {
  color: blue;
}

body#branded #callyou {
    z-index: 5;
}


